ladybird/Libraries/LibX86
Andreas Kling e880e4c2d2 LibX86: Add a way for Instruction::to_string() to symbolicate addresses
This patch adds a pure virtual X86::SymbolProvider that can be passed
to Instruction::to_string(). If the instruction contains what appears
to be a program address, stringification will try to symbolicate that
address via the SymbolProvider.

This makes it possible (and very flexible) to add symbolication to
clients of the disassembler. :^)
2020-04-12 14:20:04 +02:00
..
Disassembler.h LibX86: Remove some unnecessary stuff from Disassembler.h 2020-04-11 13:23:52 +02:00
Instruction.cpp LibX86: Add a way for Instruction::to_string() to symbolicate addresses 2020-04-12 14:20:04 +02:00
Instruction.h LibX86: Add a way for Instruction::to_string() to symbolicate addresses 2020-04-12 14:20:04 +02:00
Makefile LibX86: Add an X86 instruction decoder library + basic disassembler 2020-04-11 13:16:17 +02:00