陈凯
Results
1
issues of
陈凯
作者您好,我想试着您v2模型方案尝试逆向c代码。按照流程,操作如下cd LLM4Decompile/ghidra wget https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.3_build/ghidra_11.0.3_PUBLIC_20240410.zip unzip ghidra_11.0.3_PUBLIC_20240410.zip。 然后decompile.py里面from ghidra.app.decompiler import DecompInterface、from ghidra.util.task import ConsoleTaskMonitor没有app和util。运行demo.py后报错如下: D:\Code\LLM4Decompile\venv\Scripts\python.exe D:\Code\LLM4Decompile\ghidra\demo.py Traceback (most recent call last): File "D:\Code\LLM4Decompile\ghidra\demo.py", line 40, in result = subprocess.run(command, text=True, capture_output=True,...