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

RUNTIME ERROR: last_non_jump_insn: unable to query (0) #22

Open
movrbx opened this issue Sep 5, 2024 · 0 comments
Open

RUNTIME ERROR: last_non_jump_insn: unable to query (0) #22

movrbx opened this issue Sep 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@movrbx
Copy link

movrbx commented Sep 5, 2024

Hi there,

I’m encountering issues with the obfuscator when processing certain loaders. Below are the details:

Issue 1: Error with error.exe Loader

When attempting to obfuscate error.exe, the obfuscator throws an error immediately. I’ve attached screenshots that show the specific error messages, including some details from x64dbg, which might help in identifying the problem.

image
image
image
image

Args used:
obfuscator.exe error.exe -pdb error.pdb -f main -t BogusControlFlow -v mode 1 -t DecompBreak -t Substitution -t ConstantCrypt

Issue 2: Error with error.exe Loader (without BogusControlFlow)

If I remove BogusControlFlow and leave the other functions, a different error occurs. I’ve attached a screenshot for this as well.

Args Used:
obfuscator.exe error.exe -pdb error.pdb -f main -t DecompBreak -t Substitution -t ConstantCrypt

Screenshot:
image

Issue 3: No Effect on memecoil.exe Loader

When I try to obfuscate the memecoil.exe loader using the exact same arguments, the process completes without any errors. However, none of the obfuscation functions seem to have any effect; when I inspect the loader in IDA, there are no changes.
Args Used:
obfuscator.exe memecoil.exe -pdb memecoil.pdb -f main -t BogusControlFlow -v mode 1 -t DecompBreak -t Substitution -t ConstantCrypt

Additional Information

Here is a link to all files (the error folder is the first loader and the second folder is memecoil).
Link:https://mega.nz/file/Jr1zgb6b#QJF3VK1_mXWJuCnTQJVLRNB3QNa-ByhclN2_txz6qsg

@es3n1n es3n1n added the bug Something isn't working label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants