ITADN

Error converting miasm IR to LLVM

#1503Openkarthikbhata97 创建于 2024-10-30
K
karthikbhata97commented
I am trying to lift a binary into LLVM IR. I combined [Full Disasm](https://github.com/cea-sec/miasm/blob/master/example/disasm/full.py) with [Export to LLVM](https://github.com/cea-sec/miasm/blob/master/example/expression/export_llvm.py) scripts and used modeled call lifter. I got the following IR: ![image](https://github.com/user-attachments/assets/e1386b4e-34d3-4e86-b0fe-b0285378140a) But when invoking `func.from_ircfc`, it errors with the following error: `NotImplementedError: Unknown op: call_func_ret` ![image](https://github.com/user-attachments/assets/f37a213c-c763-4229-8466-5cf93912f736) Is there any way to lift a function that contains other functions? Thank you!
1 条评论