-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement to unswf #98
base: master
Are you sure you want to change the base?
Conversation
Just added the relationship forming between the sample and the RawData objects. |
My gut says the action script should be a sample. This is similar to how resources work. What are your thoughts for making it raw data? |
My reasons for making it raw data are:
|
OK, you've convinced me. The fact that it is decompiled is the big seller for it being raw_data IMO. Going to test this out and provide feedback or merge in the next few days. |
I just went to test this and I'm afraid it is likely a non-starter for me. Flare only comes in binary and the binary for OS X is PPC only, which hasn't run on OS X for a number of years now. I'm completely unable to test this and given that many of us run CRITs on OS X even if we accept it, it will just become bitrot. |
We have CRITs on Ubuntu and also use Flare and Flasm on Ubuntu-based forensics builds. Having it would be a nice feature. The code has been stable since - geez, it looks like 2005. Can you reference the download page as a dependency and let folks implement the binary piece themselves? Regards, Drew
|
Alternatively, the following toolsets have available code and may suffice as replacements: https://github.com/sporst/SWFREtools https://github.com/sporst/SWFREtools http://www.swftools.org/download.html http://www.swftools.org/download.html Regards, Drew
|
The dependency listing does that. I will review the code in a bit and merge. Maintenance of it will have to be done by those that run it, |
I found the flare source http://flasm.cvs.sourceforge.net/viewvc/flasm/flasm/ http://flasm.cvs.sourceforge.net/viewvc/flasm/flasm/ Regards, Drew
|
I guess that swftools could be pretty easy to add and useful: swfdump/swfextract for listing and extraction of swf elements. |
I've started tinkering with pyswf, results look promising. |
Have you looked into this one? I've used the predecessor "asdec" in the past with great success. It is open-source and published on github. |
I am sorry, but I 'm allergic to J*va ;-). |
This PR adds the output from Flare tool to Raw data.
The inheritance of sources into the RawData requires the fixed raw_data handler (crits/crits#432)