elf文件格式解析
2023-03-07
- 总体结构
- 1. elf_header
- 2. program_header_table
-
Read More
c++ 成员初始化列表 & 三元运算符 & new & delete & explict & 运算符重载
2023-03-06- 成员初始化列表
- 为什么要使用成员初始化列表
- 三元运算符
- new/delete
-
Read More
c++ 虚函数 & 纯虚函数 & 可见性 &字符字面量 & const关键字
2023-03-04Read Moreubuntu 安装AFL
2023-03-01AFL的安装还是比较简单的。
首先去官网下载安装包:
https://lcamtuf.coredump.cx/afl/然后用如下命令进行解压
解压完成后即可~Read Moreubuntu18 llvm install
2023-03-01llvm安装还是很麻烦的(各个超大型的应用程序...
RetroWrite: Statically Instrumenting COTS Binaries for Fuzzing and Sanitization
2023-02-27