Files
2020-01-10 00:05:02 +08:00

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>