我知道我正在反编译的程序使用 openSSL。
我想include
将项目文件夹中的类型添加到数据类型中。
为此,我使用 File => Parse C Source。
然后我include
从openSSL 项目中选择文件夹
对于我得到的每个解析配置
Encountered "<EOF>" at line 0 column 0
Was expecting one of:
"#line"...
<LINEALT>...
";"...
如果我尝试导入 .h 文件的子集,我会收到以下错误,因为某些类型未直接在文件中定义。
C parser: Encountered errors during parsing
有没有办法从项目的源中导入所有类型?