用于解析PE
Go to file
2024-12-19 14:43:23 +08:00
src fix: 修复一个解析dos_magic时只读取一个字节的bug 2024-12-19 14:43:23 +08:00
tests fix: 修复一个错误解析32与64dos头的问题。修复了未处理转发函数的问题 2024-12-18 22:45:42 +08:00
.gitignore feat: 增加导出表解析的功能和测试用例 2024-12-18 12:10:55 +08:00
Cargo.lock feat: 增加导出表解析的功能和测试用例 2024-12-18 12:10:55 +08:00
Cargo.toml feat: 增加导出表解析的功能和测试用例 2024-12-18 12:10:55 +08:00
README.md first commit 2024-12-18 09:00:39 +08:00

pe_parse

用来解析PE

git remote add origin ssh://git@81.70.52.148:17022/asahi/pe_parse.git