|
HyperDbg Debugger
|
Linux stub implementations of the symbol subsystem. More...
#include "pch.h"Linux stub implementations of the symbol subsystem.
The Windows implementation uses DbgHelp + PDB files (symbol-parser/). Linux uses ELF/DWARF which requires a separate implementation. These stubs allow the library to compile and link on Linux while keeping all call sites intact.
TODO: implement a real ELF/DWARF symbol parser for Linux (libdw / libelf / libbfd) and replace these stubs.