
Laurent_R
Veteran
/ Moderator
May 5, 2016, 4:08 AM
Post #2 of 2
(1430 views)
|
Re: [flashcoder] Perl for javascript deobfuscation
[In reply to]
|
Can't Post
|
|
I do not think it is possible to do something much better than what you have done with the code prettyfier you used in an automatized way. What the obfuscator does is essentially to replace sensible identifier names with incomprehensible ones. Once the original name has been replaced, there is no way to get the original name back from the obfuscated version. I am afraid the only solution is to manually study the code in order to figure out what each variable or function is representing or doing, and to put back some sensible names.
|