Open zjgcjy opened 2 years ago
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.
mem = pe.get_memory_mapped_image()
len(mem)
Size of Image
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.