BinAbsInspector icon indicating copy to clipboard operation
BinAbsInspector copied to clipboard

Does BinAbsInspector support export report?

Open lightbordwin opened this issue 3 years ago • 2 comments

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?

lightbordwin avatar Jun 21 '22 08:06 lightbordwin

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

MatthewShao avatar Jul 11 '22 06:07 MatthewShao

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?

zhankobe avatar Mar 14 '24 14:03 zhankobe