certsocietegenerale / fame

FAME Automates Malware Evaluation
https://certsocietegenerale.github.io/fame/
GNU General Public License v3.0
847 stars 168 forks source link

Suggested enhancement for JSON parsing #59

Closed smclinden closed 11 months ago

smclinden commented 5 years ago

The following describes a method for backending ijson with a C language based parser to replace the pure Python based parser. I have applied it to a fork of the Cuckoo module and it appears to be significanty faster.

http://lpetr.org/blog/archives/faster-json-parsing-python-ijson

Augustin-FL commented 11 months ago

Hi,

Thank you for the suggestion, however FAME doesn't need to parse JSON very fast.