-
Notifications
You must be signed in to change notification settings - Fork 441
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
Exe crashes after dump #125
Comments
hi @Yehh22 ! Once the module is loaded into the memory - it is mapped, relocated, imports are loaded. Then the execution is redirected to the entry point, and the executable runs. While it is running, it can be doing some modifications in its sections (I am not talking about self-modifying code, but just about reading and writing the data, however, self modifying code may also involved sometimes). Those sections will no longer be the same as they were before the executable run, and those changes are mostly not reversible. |
Ah, that explained the issue. Sadly I don't have much experience with reversing and debugging... |
You may try your luck with this tool: https://github.com/hasherezade/pin_n_sieve |
Tried out pin_n_sieve, it seems to get stuck and dumping repeatly. Not sure if it's intended. Sadly, the dumped exe still crashes. Ida pro disassembler opens perfectly without any errors |
@Yehh22 - maybe you can send me the sample, and I will take a look what exactly is happening? |
here is the sample https://mega.nz/file/6U4ThSLQ#qWC9YB9g3jeGoPP706BENk_aZfeUWJ9-x0yxyyuCjd4 It's not a malware, it's a legitimate tool but I would like to analyze unpacked exe and modify it to disable anti debug |
After I dump unpacked exe from memory, it won't open (crashes behind). What do I do?
Eventlog:
The text was updated successfully, but these errors were encountered: