会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zJanly
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
34
35
36
37
38
39
40
41
42
···
58
下一页
2021年3月25日
ptrace
摘要: http://blog.chinaunix.net/uid-69973782-id-5833846.html https://www.jianshu.com/p/b1f9d6911c90 ptrace 提供了一种机制使得父进程可以观察和控制子进程的执行过程,ptrace 还可以检查和修改子进程的可执
阅读全文
posted @ 2021-03-25 11:47 zJanly
阅读(11)
评论(0)
推荐(0)
2021年3月12日
ecdaa
摘要: https://fidoalliance.org/specs/fido-uaf-v1.1-id-20170202/fido-ecdaa-algorithm-v1.1-id-20170202.html https://github.com/xaptum/ecdaa
阅读全文
posted @ 2021-03-12 10:50 zJanly
阅读(118)
评论(0)
推荐(0)
2021年3月8日
block3
摘要: https://learnblockchain.cn/2019/05/21/what-is-cosmos/ sgx : https://blog.csdn.net/kouryoushine/article/details/89966837 SKINIT:SKINIT https://communit
阅读全文
posted @ 2021-03-08 13:45 zJanly
阅读(258)
评论(0)
推荐(0)
2021年3月3日
ipv6
摘要: static int tcp_open_socket(unsigned short port, const char *bindaddr, const char *ifname){ int fd = -1, n, af, opt; struct sockaddr_in si; struct sock
阅读全文
posted @ 2021-03-03 10:15 zJanly
阅读(89)
评论(0)
推荐(0)
2021年3月2日
tpm
摘要: https://blog.csdn.net/jianming21/article/details/107942585 https://docs.microsoft.com/en-us/windows/security/information-protection/tpm/switch-pcr-ban
阅读全文
posted @ 2021-03-02 16:15 zJanly
阅读(1454)
评论(0)
推荐(0)
2021年3月1日
xargs
摘要: find -name \*.a | xargs -I @ echo '@'
阅读全文
posted @ 2021-03-01 10:05 zJanly
阅读(45)
评论(0)
推荐(0)
2021年2月24日
cmake
摘要: cmake_minimum_required(VERSION 3.12)project(untitled16)set(CMAKE_CXX_STANDARD 14) add_definitions(-DAA=1) add_executable(untitled16 main.cpp) cmake_mi
阅读全文
posted @ 2021-02-24 16:01 zJanly
阅读(80)
评论(0)
推荐(0)
clion toolchain
摘要: 摘要:在linux上用vim写C++的时候,通常用gdb进行调试,不能随心所欲的看代码和跳转代码以及加watch(也有可能是因为我还没有get正确的使用方法)。为此我发现Clion可以做到自动同步本场代码或自己下载远程代码同步到本地,以及调试在远程机器上运行的代码,为此记录下来。 简介 CLion
阅读全文
posted @ 2021-02-24 14:46 zJanly
阅读(1120)
评论(0)
推荐(0)
clion
摘要: #include <stdio.h>#include <stdlib.h>static int * g_count = NULL;__attribute__((constructor)) void load_file(){ printf("Constructor is called.\n");}__
阅读全文
posted @ 2021-02-24 14:26 zJanly
阅读(1205)
评论(0)
推荐(0)
2021年2月23日
安全芯片
摘要: http://safe.it168.com/a2012/0912/1396/000001396884.shtml 从2003年开始,重要数据丢失已经成为严重的信息安全问题。尽管企业、机构和个人均不同程度地部署了保密措施,但泄密案例还是层出不穷。从近年来国内外公开发布的失泄密案件资料中,我们选择了以下
阅读全文
posted @ 2021-02-23 15:13 zJanly
阅读(1161)
评论(0)
推荐(0)
上一页
1
···
34
35
36
37
38
39
40
41
42
···
58
下一页
公告