用来loadpe的rust实现
Go to file
2024-12-30 00:02:57 +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: 修复load_exe函数中的问题,现在可以正常工作了 2024-12-30 00:02:57 +08:00
tests fix: 修复load_exe函数中的问题,现在可以正常工作了 2024-12-30 00:02:57 +08:00
.gitignore init: first 2024-12-26 15:38:47 +08:00
Cargo.lock fix: 修复load_exe函数中的问题,现在可以正常工作了 2024-12-30 00:02:57 +08:00
Cargo.toml fix: 修复load_exe函数中的问题,现在可以正常工作了 2024-12-30 00:02:57 +08:00
Readme.md fix: 修复load_exe函数中的问题,现在可以正常工作了 2024-12-30 00:02:57 +08:00

loadpe-rs

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

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

如果使用rust进行壳的开发:

  • 压缩程序并生成PE
  • 编写shellcode,shellcode依赖:
    • 解压缩API
    • kernel32.dll中的API