From Collaborative RCE Tool Library
RABCDAsm
| Tool name: | RABCDAsm |
|
||
|---|---|---|---|---|
| Author: | Vladimir Panteleev | |||
| Website: | https://github.com/CyberShadow/RABCDAsm | |||
| Current version: | 1.8 | |||
| Last updated: | July 6, 2011 | |||
| Direct D/L link: | https://github.com/downloads/CyberShadow/RABCDAsm/RABCDAsm_v1.8.7z | |||
| License type: | GPLv3 | |||
| Description: | RABCDAsm is a collection of utilities including an ActionScript 3 assembler/disassembler, and a few tools to manipulate SWF files. This package was created due to lack of similar software out there. Particularly, I needed an utility which would allow me to edit ActionScript 3 bytecode with the following properties: 1. Speed. Less waiting means more productivity. rabcasm can assemble large projects (>200000 LOC) in under a second on modern machines. 2. Comfortably-editable output. Each class is decompiled to its own file, with files arranged in subdirectories representing the package hierarchy. Class files are #included from the main file. 3. Most importantly - robustness! If the Adobe AVM can load and run the file, then it must be editable - no matter if the file is obfuscated or otherwise mutilated to prevent reverse-engineering. RABCDAsm achieves this by using a textual representation closer to the ABC file format, rather than to what an ActionScript compiler would generate. |
|||
| Related URLs: | No related URLs have been submitted for this tool yet | |||
Feed containing all updates for this tool.
(please also edit it if you think it fits well in some additional category, since this can also be controlled)
You are welcome to add your own useful notes about this tool, for others to see!