ChrisTheCoolHut / Firmware_Slap

Discovering vulnerabilities in firmware through concolic analysis and function clustering.
GNU General Public License v3.0
468 stars 79 forks source link

JSON output #3

Closed nstarke closed 5 years ago

nstarke commented 5 years ago

How can I convert Vulnerable_Pickle to JSON formatted data? I tried basic conversion techniques and received error messages saying AsyncResult not serializable. Thanks in advance.

ChrisTheCoolHut commented 5 years ago

Thanks for the Issue, I just pushed up a change.

You'll get two pickles and json files representing the analyzed files.

Discover_And_Dump.py examples/iwconfig -D iwconfig_results

$ ls iwconfig_results.*
iwconfig_results.all.json  iwconfig_results.all.pickle  iwconfig_results.json  iwconfig_results.pickle

c637676

nstarke commented 5 years ago

Thank you!!!!