pefile icon indicating copy to clipboard operation
pefile copied to clipboard

Write back DynamicBase flag to pe wont work!

Open 0x410c opened this issue 5 years ago • 0 comments

dump = PE("./dump.bin")
dump.OPTIONAL_HEADER.IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE = False
dump.write(filename="./fixed.exe")

simple dynamic flag write wont work! anything i am missing?

0x410c avatar Dec 30 '18 13:12 0x410c