Fuzzing.in Logo FUZZING.IN
Back to Blog
Uncategorized

analyzing malicious flash using flash develop

Author Hardik Shah
September 02, 2016
1 min read
Following are the quick steps:
  1. use jpex decompiler to extract all the data.
  2. copy all the scripts and binary data to same folder.
  3. create a new project and import all the files in flash develop.
  4. right click on main file and select always compile
  5. press f8 to build.
you need to make few changes in the function calls and folder hierarchy in case you face any compile problems.  
Tags:
Previous car maintanance checklist
Next compile action script using flex sdk

Related Posts