Closed GoogleCodeExporter closed 9 years ago
Sorry, thinking about the issue a bit more, it might be better to actually
return a _IMAGE_DEBUG_DIRECTORY instance. So maybe the following would be more
appropriate:
def debug_dir(self):
"""Return the IMAGE_DEBUG_DIRECTORY for exports"""
debug_rva = self._directory(6).VirtualAddress # IMAGE_DIRECTORY_ENTRY_DEBUG
return obj.Object('_IMAGE_DEBUG_DIRECTORY', self.DllBase + debug_rva, vm = self.obj_native_vm)
Original comment by carl.pulley
on 6 Apr 2013 at 5:25
This issue was closed by revision r3325.
Original comment by michael.hale@gmail.com
on 6 Apr 2013 at 7:47
Original issue reported on code.google.com by
carl.pulley
on 6 Apr 2013 at 4:32