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-01Read Morellvm安装还是很麻烦的(各个超大型的应用程序...
RetroWrite: Statically Instrumenting COTS Binaries for Fuzzing and Sanitization
2023-02-27- 前言
- retrowrite overview
- 1. Processing
- Read More
stm32 basic knowledge & IDE
2023-02-25Read MoreAddressSanitizer: A Fast Address Sanity Checker
2023-02-23- 前言
- AddressSanitizer composition
- 1. Shadow Memory
Read More c++ 预处理编译链接 & 引用 & 类 & static & 构造 & 析构
2023-02-21View: User: