受欢迎的博客标签

逆向工程系列-用开源的PELoader.cs实现内存加载PE文件

Published

c#

https://3gstudent.github.io/3gstudent.github.io/%E9%80%9A%E8%BF%87.NET%E5%AE%9E%E7%8E%B0%E5%86%85%E5%AD%98%E5%8A%A0%E8%BD%BDPE%E6%96%87%E4%BB%B6/

 

 

C++

SimplePELoader

A very simple PE loader for loading DLL's into memory without using LoadLibrary

https://github.com/nettitude/SimplePELoader

blog

打造自己的PE解析器c++  step by step

https://bbs.pediy.com/thread-252795.htm

C++实现PE文件添加新节区(加壳器)

https://blog.csdn.net/weixin_43815930/article/details/105010968