kingtosh / jsxbin_decompiler

A fast decompiler for Adobe ExtendScript Binary (JSXBIN) files, with experimental JsxBlind deobfuscation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExtendScript Decompiler

A faster decompiler for Adobe's (Legacy) ExtendScript binary format (*.jsxbin).

Features

  • Lifts JSXBIN back to JavaScript code.
  • Jsxblind deobfuscation (experimental).
  • Python bindings.
  • Dynamic library.
  • Fast as hell.

What is ExtendScript?

ExtendScript is a scripting language and an associated toolkit developed by Adobe Systems, intended for use with Creative Suite and Technical Communication Suite products. It is a dialect of the ECMAScript 3 standard and therefore similar to JavaScript and ActionScript. The toolkit comes bundled with Creative Suite and Technical Communication Suite editions and can access tools within applications like Photoshop, FrameMaker, InDesign or After Effects for batch-processing projects.

Build (MacOS)

Open the Terminal app to run the following commands. If you are unfamiliar with Terminal, you can find it in /Applications/Utilities/Terminal.app.

Install CMake:

brew install cmake

Configure and build the project:

cmake .
cmake --build . --config release 

Credits

  • Thanks to @autoboosh for his project jsxbin-to-jsx-converter.
  • Thanks to @codecopy for keeping a fork of @autoboosh's project, where @autoboosh vanished from GitHub.

Contributions

Contributions are welcome. Open an issue if you have a problem. Check contribution guidelines here.

About

A fast decompiler for Adobe ExtendScript Binary (JSXBIN) files, with experimental JsxBlind deobfuscation.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 87.5%Language:C 5.6%Language:CMake 4.7%Language:Python 2.1%Language:JavaScript 0.0%