mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 01:45:07 +00:00
![]() 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. :^) |
||
---|---|---|
.. | ||
Disassembler.h | ||
Instruction.cpp | ||
Instruction.h | ||
Makefile |