KeenSecurityLab / BinAbsInspector

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

Headless mode problem #38

Closed pantrombka closed 2 years ago

pantrombka commented 2 years ago

Hey, when i'm trying to execute binabsinspector in headless mode with parameters "@@ -all -entry 0x180006c64 -K 50 -callStringK 3 -timeout -1 -Z3Timeout 1000" I got a error: Exception in thread "main" ghidra.util.exception.InvalidInputException: Bad argument: -entry

MatthewShao commented 2 years ago

I guess you're running against a macho file? For now we only run tests on ELF files. Though the algorithm itself should be able to work for macho files. I will be happy to take a look if you can provide the sample file.