{"id":18513951,"url":"https://github.com/angelod2022/jsxer","last_synced_at":"2025-04-12T23:42:57.948Z","repository":{"id":37034129,"uuid":"436703273","full_name":"AngeloD2022/jsxer","owner":"AngeloD2022","description":"jsxer is a fast and accurate decompiler for Adobe ExtendScript Binary (JSXBIN) files, featuring JSXBlind deobfuscation.","archived":false,"fork":false,"pushed_at":"2025-03-31T16:07:45.000Z","size":451,"stargazers_count":225,"open_issues_count":28,"forks_count":32,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-12T23:42:52.526Z","etag":null,"topics":["adobe","decompiler","extendscript","javascript","jsxbin","jsxblind"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AngeloD2022.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-09T17:27:12.000Z","updated_at":"2025-04-09T16:48:12.000Z","dependencies_parsed_at":"2023-11-29T15:49:44.762Z","dependency_job_id":"c16db35e-b28f-43a3-9802-c7f18580869d","html_url":"https://github.com/AngeloD2022/jsxer","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloD2022%2Fjsxer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloD2022%2Fjsxer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloD2022%2Fjsxer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngeloD2022%2Fjsxer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AngeloD2022","download_url":"https://codeload.github.com/AngeloD2022/jsxer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647256,"owners_count":21139081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adobe","decompiler","extendscript","javascript","jsxbin","jsxblind"],"created_at":"2024-11-06T15:41:28.988Z","updated_at":"2025-04-12T23:42:57.928Z","avatar_url":"https://github.com/AngeloD2022.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jsxer\nA faster decompiler for Adobe's (Legacy) ExtendScript binary format (*.jsxbin).\n\n\u003e [!WARNING]\n\u003e This project is currently being rewritten in Rust. Development is occurring on the `rust-rewrite` branch.\n\n## Features\n* [x] Lifts JSXBIN back to JavaScript code.\n* [x] Jsxblind deobfuscation (experimental).\n* [x] Python bindings.\n* [x] Dynamic library.\n* [x] **Fast as hell.**\n\n## What is ExtendScript?\nExtendScript 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.\n\n## Please, do not use this project unethically.\n\n#### yo, pirates, hear me out...\n\nLook, I get that it's tempting– money doesn't grow on trees.\n\nMany script authors are independent developers, and by stealing their work you make what they do unsustainable and their lives harder. Without income, they are not able to create and maintain what many people may depend on.  \n\nJsxer (in addition to simply being a fun and educational project to develop) was made for source code recovery and security research purposes. It is free and open-source software– and as such, I won't try to control what you can and can't do with it. \n\nJust remember that script authors are real humans! So if you like their work, show some love and fork over the dough. :)\n\nAppreciate ya!\n\n## Build (MacOS)\n\n### [Video Tutorial](https://www.youtube.com/watch?v=939Bo5iTxo0)\n\nOpen the Terminal app to run the following commands. If you are unfamiliar with Terminal, you can find it in /Applications/Utilities/Terminal.app.\n\n*Install CMake:*\n```bash\nbrew install cmake\n```\n\n*Configure and build the project:*\n```bash\ncmake .\ncmake --build . --config release \n```\n\n*After a successful build, navigate to the folder with the executable:*\n```bash\ncd ./bin/release/\n```\n\n## Usage\n\n\u003e **Note**\n\u003e Make sure that the input file only contains the JSXBIN literal itself.\u003csup\u003e\u003ca href=\"https://youtu.be/939Bo5iTxo0?lc=UgyPDxgsuRmbfd8MI-F4AaABAg.9gIEl4rxFVa9gIFW1EPzqO\"\u003e\\[1\\]\u003c/a\u003e\u003c/sup\u003e\u0026ensp;(Usually starting with `@JSXBIN@`)\n\n```bash\njsxer \u003cjsxbin path\u003e\n```\n\nThe `--unblind` flag enables the experimental deobfuscation.\n\n## Credits\n  - Thanks to Andrin Meier ([@andrinpricemeier](https://github.com/andrinpricemeier), formerly `@autoboosh`) for his research on the format, and his project [jsxbin-to-jsx-converter](https://github.com/autoboosh/jsxbin-to-jsx-converter).\n  - Thanks to [@codecopy](https://github.com/codecopy) for keeping a [fork](https://github.com/codecopy/jsxbin-to-jsx-converter) of `@autoboosh`'s project, where the original vanished as a consequence of a DMCA takedown from Adobe.\n\n\n## Contributions\nContributions are welcome. Open an issue if you have a problem. Check contribution guidelines [here](CONTRIBUTING.md).\n\n---\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=AngeloD2022/jsxer\u0026type=Date)](https://star-history.com/#AngeloD2022/jsxer\u0026Date)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelod2022%2Fjsxer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangelod2022%2Fjsxer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelod2022%2Fjsxer/lists"}