mirror of
https://github.com/r00tkiter/PE2Shellcode
synced 2026-06-08 16:53:41 +00:00
11 lines
418 B
Markdown
11 lines
418 B
Markdown
# PELoader
|
|
|
|
Binary source code embedded in the program. PE loader is not written with pure assembly, but is generated by Visual Stdiotdio 2017 and extracted. The extraction method can refer to the following information.
|
|
|
|
PS: you can try to write with pure assembly, which can reduce the size of shellcode again.
|
|
|
|
## Reference
|
|
|
|
<https://bbs.pediy.com/thread-249133.htm>
|
|
<https://www.freebuf.com/column/197184.html>
|