unicorn
unicorn 相关链接 unicorn官网 Unicorn 官方教程 Programming with C & Python languages api文档 Unicorn-Engine-Documentation/Unicorn-Engine Documentation.md at master · kabeor/Unicorn-Eng…
866
|
2022-1-15 17:41
|
2024-3-01 14:27
|
|
821 字
|
14 分钟
keystone
keystone官网 Keystone 官方使用教程 Programming with C & Python keystone keystone为一款汇编引擎,可以将汇编指令翻译为字节码 在python下的示例使用方法如下(以arm64汇编为例) from keystone import * code = """…
1,120
|
2022-1-15 17:34
|
2024-4-08 20:18
|
|
463 字
|
7 分钟
IDA Pro基础使用指南
调试环境 PC操作系统:Linux——内核信息:5.13.19-2-MANJARO(64位)、发行版信息:ManjaroLinux-21.1.6、桌面信息:KDE Plasma-5.22.5 PC处理器架构:Intel amd64 IDA版本:7.5(基于deepin-wine环境运行,deepin-wine6-stable版本为6.0) 手机系统…
3,066
|
2021-12-23 22:45
|
2024-6-03 17:14
|
|
3300 字
|
13 分钟
ELF文件结构
一、格式概述 1.1 elf文件类型 elf文件有三种类型:可重定向文件、可执行文件和共享目标文件 适于连接的可重定位文件(relocatable file):这种文件是由编译器编译成的.o文件,可与其它目标文件一起创建可执行文件和共享目标文件。此外,.ko 文件也是可重定位文件 适于执行的可执行文件(executable file):这种文件是可…
1,308
|
2021-12-20 21:05
|
2024-3-07 19:56
|
|
4692 字
|
21 分钟