You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the tool, I encountered a problem while using it. I hope you can help me solve it, the error is as follows:
INFO REPORT: Post-analysis succeeded for file: /home/zdd/Ghidra-to-LLVM-master/udhcpd (HeadlessAnalyzer)
INFO REPORT: Save succeeded for file: /udhcpd (HeadlessAnalyzer)
Traceback (most recent call last):
File "g2llvm.py", line 42, in
module = xmltollvm.lift(xmlfile)
File "/home/zdd/Ghidra-to-LLVM-master/src/xmltollvm.py", line 70, in lift
populate_func(ir_func, function)
File "/home/zdd/Ghidra-to-LLVM-master/src/xmltollvm.py", line 79, in populate_func
populate_cfg(function, builders, blocks)
File "/home/zdd/Ghidra-to-LLVM-master/src/xmltollvm.py", line 110, in populate_cfg
builder.store(stack_top, registers["RSP"])
KeyError: 'RSP'
Then, if the imported binary file is too big, it will appear “ java out of memory” error,how can I solve this
problem? thanks a lot!
The text was updated successfully, but these errors were encountered:
Thank you for the tool, I encountered a problem while using it. I hope you can help me solve it, the error is as follows:
INFO REPORT: Post-analysis succeeded for file: /home/zdd/Ghidra-to-LLVM-master/udhcpd (HeadlessAnalyzer)
INFO REPORT: Save succeeded for file: /udhcpd (HeadlessAnalyzer)
Traceback (most recent call last):
File "g2llvm.py", line 42, in
module = xmltollvm.lift(xmlfile)
File "/home/zdd/Ghidra-to-LLVM-master/src/xmltollvm.py", line 70, in lift
populate_func(ir_func, function)
File "/home/zdd/Ghidra-to-LLVM-master/src/xmltollvm.py", line 79, in populate_func
populate_cfg(function, builders, blocks)
File "/home/zdd/Ghidra-to-LLVM-master/src/xmltollvm.py", line 110, in populate_cfg
builder.store(stack_top, registers["RSP"])
KeyError: 'RSP'
Then, if the imported binary file is too big, it will appear “ java out of memory” error,how can I solve this
problem? thanks a lot!
The text was updated successfully, but these errors were encountered: