YuriSizuku / win-MemoryModule

A flexible PE loader, loading module in memory. Most of the functions can be inline, compatible for shellcode.
MIT License
172 stars 66 forks source link

加载时崩溃了 #9

Closed afengsoft closed 2 months ago

afengsoft commented 6 months ago

崩溃在winpe.h文件的784行,funcname有问题 funcva = (size_t)pfnGetProcAddress((HMODULE)dllbase, funcname);

有一些DLL是没函数名,只提供了Ordinal

YuriSizuku commented 2 months ago

哪些函数, 如何进行复现?

YuriSizuku commented 2 months ago

I will close this issue if no more infomation.