Displaying 1 result from an estimated 1 matches for "instructionprinter".
Did you mean:
instruction_pointer
2015 Jun 02
2
[LLVMdev] LLVM based interactive disassembler
...and
thanks to you all! LLVM already allows me to mostly work with binaries
From all LLVM targets and I'm looking forward to integrate lldb and
probably libclang for data-mining header files.
My primary wish from the LLVM side right now would be some way / idea
on how to cleanly plug into the InstructionPrinter -- I would like to
write a generic printer for Operands -- use the specialized Printer and
annotate the results (wrap it into HTML).
Thanks for listening
Christoph Egger
[0] Currently GPLv3+
[1] https://www.frida.xyz/
[2] An Interactive Disassembler is a tool to better understand how some...