mirror of
https://github.com/r00tkiter/PE2Shellcode
synced 2026-06-08 16:53:41 +00:00
16 lines
317 B
Markdown
16 lines
317 B
Markdown
# PE2Shellcode
|
|
|
|
Converts PE so that it can be then injected just like a normal shellcode.
|
|
|
|
# How to use
|
|
|
|
Optional parameter.
|
|
|
|
> P2S.exe < path of PE> [output path] [-?]
|
|
> [-r] Rc4 encrypt
|
|
> [-c] Compress PE file
|
|
|
|
i.e.
|
|
> P2S_x86.exe test.exe test_x86.bin -c -r
|
|
> P2S_x64.exe test64.exe test_x64.bin -r
|