ucsb-seclab / karonte

Karonte is a static analysis tool to detect multi-binary vulnerabilities in embedded firmware
BSD 2-Clause "Simplified" License
391 stars 60 forks source link

log json file #17

Open abdullahqasem opened 2 years ago

abdullahqasem commented 2 years ago

When I run your docker, I only get a text log file. To run your Karonte visualizer, which is not part of the docker, I need a json file similar to the one you mentioned in your Demo presentation. https://youtu.be/N7ys5y4tq54?t=1666

the question is, How to generate the resulted json log file.

Thank you