Open xlazarevic opened 1 year ago
You can try to disable the ALSR and try to unpack it again. Or as a temp solution, disable the ALSR of unpacked file, and change the EP or debug this with x64dbg and manually start it at original EP to verify the root case.
Note that unpacked executables are supposed to have ASLR disabled as of #87 being fixed.
Hey, thank you for answering, but I could not make it work, after disabling ASLR for binary file (unpacked exe), it works but when I restart windows, it does not wanna open again
There is problem for exe which was compiled with After unpacking themida, game works perfectly but when I restart pc, game exe file can not be opened anymore, but it loads all dll which were required, so I assume that base address was changed so it could not run main function anymore, if you want I can provide exe files.