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

Fails to deobfuscate script obfuscated with js-confuser #48

Open
MDMCK10 opened this issue Dec 21, 2022 · 1 comment
Open

Fails to deobfuscate script obfuscated with js-confuser #48

MDMCK10 opened this issue Dec 21, 2022 · 1 comment

Comments

@MDMCK10
Copy link

MDMCK10 commented Dec 21, 2022

synchrony version: 2.4.0

issue description: When attempting to deobfuscate a script that has been obfuscated with https://jsconfuser.com/ (tried both medium and high presets), the script is not properly deobfuscated.

expected result: something that at least contains the main part of the original code, in this case: console.log("testing 1234")

actual result (used medium preset): a script that does not appear to have been fully deobfuscated, see here: https://privatebin.net/?3c9844bacd1dfbc6#5AxRmxoakTsaSpR1qdGci5gFCegFhuF1tLyxwUuuuSnm

log:

>synchrony deobfuscate deobf-test.js
Running Simplify transformer
Running MemberExpressionCleaner transformer
Running LiteralMap transformer
Running DeadCode transformer
Running Demangle transformer
Running StringDecoder transformer
shifted = 0 arrays = 0
Running Simplify transformer
Running MemberExpressionCleaner transformer
Running Desequence transformer
Running ControlFlow transformer
ClbDCZy.w55sIf = BinaryExpression
Running Desequence transformer
Running MemberExpressionCleaner transformer
Running Simplify transformer
Running DeadCode transformer
Running Simplify transformer
Running DeadCode transformer
@relative
Copy link
Owner

The js-confuser transforms aren't finished yet, sorry

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
@MDMCK10 @relative and others