KeenSecurityLab / BinAbsInspector

BinAbsInspector: Vulnerability Scanner for Binaries
GNU General Public License v3.0
1.58k stars 231 forks source link

Does BinAbsInspector support export report? #46

Open lightbordwin opened 2 years ago

lightbordwin commented 2 years ago

I have successfully run this script in my project for some time, but I can only view the problems found according to the console output. I want to know if there is a way to export the results of script execution as a report so that other people who do not have ghidra and BinAbsInspector installed on their computers can view the problems?

MatthewShao commented 2 years ago

Currently we do not support export report from GUI, but you can run in headless mode and export the log with | tee output.txt.

zhankobe commented 8 months ago

I have successfully run this script in my project for some time, but I can only view the problems found according to the console output. I want to know if there is a way to export the results of script execution as a report so that other people who do not have ghidra and BinAbsInspector installed on their computers can view the problems?

Hi,Did you solve the problem that the report could not be generated in GUI mode?