Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

unreadable says to transpile then transpiling fails too. #52

Closed
WW91Tm90U21hcnQ opened this issue Nov 15, 2020 · 2 comments
Closed

unreadable says to transpile then transpiling fails too. #52

WW91Tm90U21hcnQ opened this issue Nov 15, 2020 · 2 comments
Labels

Comments

@WW91Tm90U21hcnQ
Copy link

Hello,
thanks for this project it did deobfuscate the javascript to a good extent. But if you could guide me with making it readable that would be perfect. What I did is, make the js deobfuscated and then put the output again and use unreadable option to try to make it readable. I got error when tried to put
https://privatebin.net/?1f84ee47a49d9494#CW6W36QsssEjegaLUKd1TLuz1ZnUyAwctcDc4QgSqpqZ
pass: a2V5
~ link open only for 1 day

what I want to do is deobfuscate, modify code, then obfuscate back (preferably with obfuscator io).
Can you please help solve the error when trying to use unreadable option?

Error compiling input. Try to check 'Transpile to ES5' in settings:

Line 254: Parse error.
(
expected

on using transpile on jsnice it gives another error.

note: along with my needed modifications I'll modify the creator credits in own way (not removing but making it good enough) just to not look that bad.

@lelinhtinh lelinhtinh added the bug label Nov 15, 2020
@lelinhtinh
Copy link
Owner

Same #51 output syntax error. I'm still working on how to fix this.

For backup: WW91Tm90U21hcnQ.txt

In the output, find syntax error locations and predict the correct code. Eg:

static async.authenticate() // static async authenticate()
get.free() // get free()
.substr 1; // .substr(1);
['init']() // init()

Result: god-bless-you.txt

@lelinhtinh
Copy link
Owner

Fixed at version 1.10.3 result.txt

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

No branches or pull requests

2 participants