ergrelet / unlicense

Dynamic unpacker and import fixer for Themida/WinLicense 2.x and 3.x.
GNU General Public License v3.0
1.06k stars 191 forks source link

random base address problem #102

Open xlazarevic opened 1 year ago

xlazarevic commented 1 year ago

There is problem for exe which was compiled with image 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. image

koast18 commented 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.

alexrp commented 1 year ago

Note that unpacked executables are supposed to have ASLR disabled as of #87 being fixed.

xlazarevic commented 1 year ago

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