用来loadpe的rust实现
Go to file
2024-12-27 01:07:22 +08:00
.cargo feat: 实现了节表导入和IAT的修复 2024-12-26 21:07:34 +08:00
.vscode feat: 实现了节表导入和IAT的修复 2024-12-26 21:07:34 +08:00
src fix: 修复对指针的操作,导致修改了指针. 2024-12-27 01:07:22 +08:00
tests fix: 修复对指针的操作,导致修改了指针. 2024-12-27 01:07:22 +08:00
.gitignore init: first 2024-12-26 15:38:47 +08:00
Cargo.lock init: first 2024-12-26 15:38:47 +08:00
Cargo.toml feat: 实现了节表导入和IAT的修复 2024-12-26 21:07:34 +08:00
Readme.md doc 2024-12-26 18:17:02 +08:00

loadpe-rs

使用rust进行PE文件的内存加载

git remote add origin ssh://git@81.70.52.148:17022/asahi/loadpe-rs.git