(wrong) assumptoin about page size?

Issue #15 resolved
deep zero created an issue

what do these constants mean?

ExportDelta = ((DOSHeader->e_lfanew + PEHeaderSize) / 0x1000) * 0x1000;

(there are many more cases)

Kindly add a short comment what that this is supposed to mean. If it is the page size, we should probably query it from the system, not hardcode it.

Comments (3)

  1. Log in to comment