KeenSecurityLab / BinAbsInspector

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

error Expected CODE symbol #53

Open shizhongpwn opened 2 years ago

shizhongpwn commented 2 years ago

在进行分析的过程中遇见代码符号相关异常:

image
shizhongpwn commented 2 years ago

Ghidra版本为:ghidra_10.1.2_PUBLIC z3版本:4.8.15 jdk: jdk-11.0.15.1_windows-x64_bin 安装过程:用z3中的com.microsoft.z3.jar 替换BinAbsInspector的com.microsoft.z3.jar,设置z3/bin进入环境变量。

shizhongpwn commented 2 years ago

分析目标信息:bin/web: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=6e7588f40d5249c8779d8a6ee391ff60ba614d12, stripped

MatthewShao commented 2 years ago

Could you please provide the sample to track the issue?

shizhongpwn commented 2 years ago

Sorry, I can't provide the program that caused the above error, I will try to see if this error can be reproduced elsewhere, and if I can, I will provide some demos to help locate the error.