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 Moreubuntu18 llvm install
2023-03-01llvm安装还是很麻烦的(各个超大型的应用程序...
View: User:
Read More ubuntu18 x64 安装arm交叉编译工具链
2023-03-10Read Morec++ 智能指针 & 拷贝构造函数 & ->重载 & 动态数组std::vector & template & std::array
2023-03-10Read Moreelf文件格式解析
2023-03-07