mirror of
https://github.com/RGBCube/serenity
synced 2026-01-18 19:31:00 +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 | ||