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!
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)
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!
INFO REPORT: Save succeeded for file: /udhcpd (HeadlessAnalyzer)
Traceback (most recent call last): File "g2llvm.py", line 42, in