Additional Info
|
tl;dr - like flasm but works in AS3, like sothink p-code view but editable
Documentation: https://github.com/CyberShadow/RABCDAsm Download: https://github.com/CyberShadow/RABCDAsm/downloads (.7z file, less than 1MB) Created by CyberShadow. Robust ActionScript Bytecode [Dis-]Assembler. Probably only works on Windows. A long time back (in 2009), flasm was widely used on this forum. Now many flash games are in AS3, and flasm was forgotten because it could only modify AS2 files. If you liked flasm, you'll like this. I'm sure you've used Sothink SWF Decompiler, and looked into its P-Code view. But Sothink doesn't let you change those lines of code. If you had the ability to not only do that, but also add new lines of your own, what could you do? Actually, what couldn't you do? The SWF is at your mercy. Uses
Overview I suggest you back up your original .swf files before making changes. This tool converts .swf files, to .abc files, to .asasm files. You edit .asasm files with a text editor. It converts modified .asasm files, to modified .abc files to a modified .swf. Usage (Decompiling)
Usage (Compiling)
Apologies if I'm unclear, ask and I'll clarify. Of course, many of your questions will be answered by using the tool more. I wrote this because this tool has helped me greatly in flash modification, and I hope it'll help you as well. Comments are welcome. Thought I'd share some screenshots, the .swf being modified is from Realm of the Mad God. http://i.imgur.com/OjkHZ.png http://i.imgur.com/VRqoa.png |