NSSL-SJTU / SaTC

A prototype of Shared-keywords aware Taint Checking, a novel static analysis approach that tracks the data flow of the user input between front-end and back-end to precisely detect security vulnerabilities.
274 stars 48 forks source link

解析boa程序报错 #28

Open chenjianquan7 opened 1 year ago

chenjianquan7 commented 1 year ago

image

命令python SaTC/satc.py -d /home/satc/ -o /home/satc/ --ghidra_script=all -b /home/satc/boa --taint_check

zhjygit commented 1 year ago

-b /home/satc/boa改为-b boa 试试; saTC目前不适配mips,如果是的话弃坑就好

chenjianquan7 commented 1 year ago

-b /home/satc/boa改为-b boa 试试; saTC目标前不适合配mips,如果是的话弃坑就好

不是mips,是arm,报错如下图 image

chenjianquan7 commented 1 year ago

-b /home/satc/boa改为-b boa 试试; saTC目前不适配mips,如果是的话弃坑就好

改为-b boa可以了,但是没有路径会无法拷贝 image