You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I use mem = pe.get_memory_mapped_image() but the len(mem) does not equal to Size of Image defined in PE Optional header.
The difference is 0x200. The environment is a x64 driver on windows 10.
The text was updated successfully, but these errors were encountered:
As I use
mem = pe.get_memory_mapped_image()
but thelen(mem)
does not equal toSize of Image
defined in PE Optional header.The difference is 0x200. The environment is a x64 driver on windows 10.
The text was updated successfully, but these errors were encountered: