windows 系统DLL imagehlp.dll研究
主要是在用procmon研究一个软件的时候发现它加载了这个dll。
https://learn.microsoft.com/en-us/windows/win32/debug/image-help-library
这个dll大致的功能应该是方便快速操作pe文件的。
https://learn.microsoft.com/en-us/windows/win32/debug/imagehlp-functions
dll函数表
https://github.com/search?q=imagehlp.dll+language%3AC%2B%2B&type=code&l=C%2B%2B
学习一下别人的代码,看看有啥用