13 lines
281 B
Markdown
13 lines
281 B
Markdown
# loadpe-rs
|
|
|
|
使用rust进行PE文件的内存加载
|
|
|
|
```bash
|
|
git remote add origin ssh://git@81.70.52.148:17022/asahi/loadpe-rs.git
|
|
```
|
|
|
|
如果使用rust进行壳的开发:
|
|
- 压缩程序并生成PE
|
|
- 编写shellcode,shellcode依赖:
|
|
- 解压缩API
|
|
- kernel32.dll中的API |