
Originally Posted by
MasterFart
I was having trouble with RABCDAsm while trying to decompile a swf
I'm not sure what all those other files are in your rabcdasm folder? anyway......
I am on a Mac, but the principals are exactly the same... so don't freak out.. and don't use the
./ that I am using.
I am showing from a fresh .swf, but doesnt make any difference.
Ok so first I 'copy' the .swf into my RABCDasm folder..
copy and paste so you still have an original.
Then re-name it to
client.swf
Then we open command prompt and
cd to your RABCDasm folder.. ((obviously
Terminal for Mac users))
Now we 'export' using:
abcexport client.swf
And now unpack our client-1 folder using:
rabcdasm client-1.abc
Now you should have your client-1 folder which contains all the sub folders and files you need for editing......???
Other than that, I don't know where you would be having trouble, unless like nilly wrote:

Originally Posted by
nilly
Only thing I can think of is your .swf file may actually be named client.swf.swf since you have hide file extensions of known file types on. Try renaming it to just client and see if it still has the flash file symbol. If it does, try rabcdasm again and see if it works.
I don't know how to simplify it any more than that sorry.