cpptrace/src/binary
2025-01-28 22:11:46 -06:00
..
defs Experimenting with pulling elf and mach-o definitions into the project instead of relying on system headers 2025-01-28 22:11:46 -06:00
elf.cpp Experimenting with pulling elf and mach-o definitions into the project instead of relying on system headers 2025-01-28 22:11:46 -06:00
elf.hpp Remove elf::byteswap_if_needed's little endian parameter 2025-01-27 23:49:27 -06:00
mach-o.cpp Experimenting with pulling elf and mach-o definitions into the project instead of relying on system headers 2025-01-28 22:11:46 -06:00
mach-o.hpp Experimenting with pulling elf and mach-o definitions into the project instead of relying on system headers 2025-01-28 22:11:46 -06:00
module_base.cpp Refactor elf_get_module_image_base, setup an elf class in preparation for more elf parsing 2025-01-23 00:12:31 -06:00
module_base.hpp Improve compilation times on Windows (#172) 2024-10-02 10:55:13 -05:00
object.cpp Fixed compiler warnings and errors under MSYS2+MINGW64 platform. (#186) 2024-10-27 10:30:36 -05:00
object.hpp Use forward declaration header in object.hpp 2024-10-06 16:50:39 -05:00
pe.cpp Fixed compiler warnings and errors under MSYS2+MINGW64 platform. (#186) 2024-10-27 10:30:36 -05:00
pe.hpp Improve compilation times on Windows (#172) 2024-10-02 10:55:13 -05:00
safe_dl.cpp A little refactoring and reorganization. Remove relative includes. 2024-08-18 11:58:49 -05:00
safe_dl.hpp A little refactoring and reorganization. Remove relative includes. 2024-08-18 11:58:49 -05:00