8000 A static deobfuscation ida script for xObf x86 · Issue #4 · d35ha/xObf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A static deobfuscation ida script for xObf x86 #4

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

Open
dovezp opened this issue Feb 27, 2024 · 0 comments
Open

A static deobfuscation ida script for xObf x86 #4

dovezp opened this issue Feb 27, 2024 · 0 comments

Comments

@dovezp
Copy link
dovezp commented Feb 27, 2024

Not a new issue so feel free to close this if you wish.

For those interested in deobfuscating xObf x86 code, here is a technique for static disassembly using IDA.

To begin, you need to find the entry positions by validating possible calls that link to the correct locations within the '.xObf' segment. Once you have identified these positions, you can create a chain within the '.xObf' segment and run through it in order. This technique can also be applied to x64 code by modifying the opcodes and signatures accordingly.

There is a proof of concept video available on the branch.

https://github.com/dovezp/rce.scripts/tree/dexobf

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

1 participant
0