anvill icon indicating copy to clipboard operation
anvill copied to clipboard

Have a way of annotating llvm instructions with the architecture

Open pgoodman opened this issue 3 years ago • 1 comments

Just like we do with pc metadata annotation. This will help us more reliably track things when a given function goes from ARM to Thumb mode.

Look at the lifter options and how we can set a const char * name to some pc metadata, then do the same for the architecture.

pgoodman avatar Jan 07 '22 16:01 pgoodman

Use inst.sub_arch from inside the function lifter.

pgoodman avatar Jan 07 '22 16:01 pgoodman