c++ 函数指针 & lambda & namespace & thread & 计时 & unit test & visual unit test
2023-03-17
- 函数指针
- lambda函数
-
Read More
ARM GNU TOOLTRAIN tutorial
2023-03-11- 如何为microcontroller制造二进制文件
- 1. Compiler
- 2. Linker
- 总体结构
- 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 MoreView: User:
Read More ubuntu18 x64 安装arm交叉编译工具链
2023-03-10Read Morec++ 智能指针 & 拷贝构造函数 & ->重载 & 动态数组std::vector & template & std::array
2023-03-10Read Moreelf文件格式解析
2023-03-07
- 如何为microcontroller制造二进制文件