AngeloD2022 / jsxer

Jsxer is a fast and accurate decompiler for Adobe ExtendScript Binary (JSXBIN) files, featuring JSXBlind deobfuscation.
GNU General Public License v3.0
157 stars 25 forks source link

JSXBlind Detection and Deobfuscation #35

Closed AngeloD2022 closed 2 years ago

AngeloD2022 commented 2 years ago

https://www.indiscripts.com/post/2015/12/jsxblind-first-jsxbin-obfuscator-for-extendscript

AngeloD2022 commented 2 years ago

Latest copies of JSXBlind for research: https://github.com/indiscripts/IdExtenso/tree/master/tools

AngeloD2022 commented 2 years ago

@psyirius is it a good idea to refactor the project a bit to make searching through the AST easier? We might need a find() function to achieve proper detection.