buffer undflow?

Issue #30 wontfix
deep zero created an issue

check this line:

RtlMoveMemory(EnumeratedModules, (LPVOID)EnumedModulesBases, 0x1000);

i think sizeof(enumeratedmodules) is desired, not 0x1000, but i am not sure where the data is coming from.

Comments (1)

  1. Log in to comment