CyberShadow / RABCDAsm

Robust ABC (ActionScript Bytecode) [Dis-]Assembler
http://blog.thecybershadow.net/2010/05/05/announcing-rabcdasm/
GNU General Public License v3.0
431 stars 92 forks source link

How to do an abc injection? #14

Closed flashlizi closed 11 years ago

flashlizi commented 11 years ago

I would like to inject a new abc file into a swf, not replacing. thanks.

CyberShadow commented 11 years ago

You can use a tool such as SWiX to manipulate tags. Note, though, that merely injected code will not be ran - it needs to be referenced by something else in the SWF file or another ABC block.

flashlizi commented 11 years ago

got it, thanks.