HyperDbg Debugger
Loading...
Searching...
No Matches
symbol-linux.cpp File Reference

Linux stub implementations of the symbol subsystem. More...

#include "pch.h"

Detailed Description

Linux stub implementations of the symbol subsystem.

Author
Max Raulea (max.r.nosp@m.aule.nosp@m.a@gma.nosp@m.il.c.nosp@m.om)

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.

Version
0.1
Date
2026-06-08