Great job! I am conducting a similar research. I hope we have opportunities for further cooperation in the future. I found a BUG when running the code.
File "xxxxx/ida-8.3/plugins\ida2llvm\insn.py", line 338, in lift_insn
const.constant *= -1
AttributeError: 'LoadInstr' object has no attribute 'constant'
I encountered an error when lifting the "set_program_name" function in the basename program of coreutils. After deleting line 338, the error disappeared. However, I'm curious as to whether this line is actually necessary.
Great job! I am conducting a similar research. I hope we have opportunities for further cooperation in the future. I found a BUG when running the code.
File "xxxxx/ida-8.3/plugins\ida2llvm\insn.py", line 338, in lift_insn
const.constant *= -1
AttributeError: 'LoadInstr' object has no attribute 'constant'
I encountered an error when lifting the "set_program_name" function in the basename program of coreutils. After deleting line 338, the error disappeared. However, I'm curious as to whether this line is actually necessary.