duibudui
duibudui

Reputation: 1

How to simplify the LLVM-IR generated by remill?

I tried using remill to lift a function from a .exe file. Unfortunately, based on the official example provided. It resulted in completely unreadable IR function. Result looks like being inflated by VMP.. I tried O2 optimize, however, has no use. I can't find any remill api to do the task.

What is the proper way to use remill? I got a output from remill::TraceLifter. What to do next to simplify the output (or make them closer to the original ASM function) ?

Upvotes: 0

Views: 125

Answers (0)

Related Questions