x64dbg / GleeBug

Debugging Framework for Windows.
MIT License
1.2k stars 39 forks source link

Implement missing cases in GetPE32DataW_impl #51

Closed Mattiwatti closed 4 years ago

Mattiwatti commented 4 years ago

Ran into an assert/__debugbreak() because GetPE32DataW_impl didn't know how to handle UE_SUBSYSTEM. Implemented this and the other missing cases.

Btw: the cast to ULONG_PTR for UE_IMAGEBASE is only to silence a compiler warning on x86.

mrexodia commented 4 years ago

Great as always!