上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 57 下一页
摘要: http://blog.chinaunix.net/uid-69973782-id-5833846.html https://www.jianshu.com/p/b1f9d6911c90 ptrace 提供了一种机制使得父进程可以观察和控制子进程的执行过程,ptrace 还可以检查和修改子进程的可执 阅读全文
posted @ 2021-03-25 11:47 zJanly 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1312) 评论(0) 推荐(0) 编辑
摘要: find -name \*.a | xargs -I @ echo '@' 阅读全文
posted @ 2021-03-01 10:05 zJanly 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 摘要:在linux上用vim写C++的时候,通常用gdb进行调试,不能随心所欲的看代码和跳转代码以及加watch(也有可能是因为我还没有get正确的使用方法)。为此我发现Clion可以做到自动同步本场代码或自己下载远程代码同步到本地,以及调试在远程机器上运行的代码,为此记录下来。 简介 CLion 阅读全文
posted @ 2021-02-24 14:46 zJanly 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: #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 阅读(1181) 评论(0) 推荐(0) 编辑
摘要: http://safe.it168.com/a2012/0912/1396/000001396884.shtml 从2003年开始,重要数据丢失已经成为严重的信息安全问题。尽管企业、机构和个人均不同程度地部署了保密措施,但泄密案例还是层出不穷。从近年来国内外公开发布的失泄密案件资料中,我们选择了以下 阅读全文
posted @ 2021-02-23 15:13 zJanly 阅读(1085) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 57 下一页