Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
According to the PE spec, the ImageBase is 32-bit length and located at 28 byte offset. The current code tries to read 64-bit at 24, which causes unaligned access. Signed-off-by: Akira Moroo <[email protected]>
- Loading branch information