new email and some changes

This commit is contained in:
Max Raulea 2026-07-22 11:05:07 +02:00
parent 6f7bc287fe
commit 1abac35edc
17 changed files with 210 additions and 25 deletions

View file

@ -1,6 +1,6 @@
/**
* @file symbol-linux.cpp
* @author Max Raulea (max.raulea@gmail.com)
* @author Max Raulea (max.raulea@hyperdbg.org)
* @brief Linux stub implementations of the symbol subsystem
* @details The Windows implementation uses DbgHelp + PDB files (symbol-parser/).
* Linux uses ELF/DWARF which requires a separate implementation.