Hi,
I'm trying to use PEPyEmu, but when I run example from examples\pepyemu.py but I end up at error:
Traceback (most recent call last):
for x in range(len(textsection.data)):
AttributeError: SectionStructure instance has no attribute 'data'
I also tried:
emu = PEPyEmu()
if not emu.load(exename):
print "[!] unable to load target exe: %s" % exename
File "C:\Python26\lib\PyEmu.py", line 954, in load sectiondata = section.data
AttributeError: SectionStructure instance has no attribute 'data'
but I end up at the same error. Anyone else had this problem ? if yes can you please help me out ? Thanks in advance!







