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
Hi, I just start on learning. I wonder why in the showing case , buffer actually gets nothing.
ep = pe.OPTIONAL_HEADER.AddressOfEntryPoint
buffer=pe.get_memory_mapped_image()[ep:ep+100]
print(buffer)
it shows like buffer has nothing
b''
and I find that ep is greater than the length of pe.get_memory_mapped_image()
the AddressOfEntryPoint checked in petools is same as pefile
Am I wrong in something? Being so confused as a green hand.
Thank you for viewing.
The text was updated successfully, but these errors were encountered:
Hi, I just start on learning. I wonder why in the showing case , buffer actually gets nothing.
it shows like buffer has nothing
and I find that ep is greater than the length of pe.get_memory_mapped_image()
the AddressOfEntryPoint checked in petools is same as pefile
Am I wrong in something? Being so confused as a green hand.
Thank you for viewing.
The text was updated successfully, but these errors were encountered: