anvill
anvill copied to clipboard
Have a way of annotating llvm instructions with the architecture
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.
Use inst.sub_arch
from inside the function lifter.