Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

random base address problem #102

Open
xlazarevic opened this issue Aug 31, 2023 · 3 comments
Open

random base address problem #102

xlazarevic opened this issue Aug 31, 2023 · 3 comments

Comments

@xlazarevic
Copy link

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
Copy link

koast18 commented Sep 2, 2023

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
Copy link

alexrp commented Sep 2, 2023

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

@xlazarevic
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants