Jeremy
|
cdaab64be2
|
Revert "Printbug"
This reverts commit 2e9c586ba7.
|
2024-02-11 01:58:29 -06:00 |
|
Jeremy
|
612d5e6d65
|
Fix architecture handling in load_mach
|
2024-02-11 01:53:57 -06:00 |
|
Jeremy
|
2e9c586ba7
|
Printbug
|
2024-02-11 01:49:46 -06:00 |
|
Jeremy
|
37630f479d
|
Try to make fat mach architecture handling more robust
|
2024-02-08 00:38:56 -06:00 |
|
Jeremy
|
59272bccd6
|
printbug...
|
2024-02-07 22:37:55 -06:00 |
|
Jeremy Rifkin
|
79931c8823
|
Parsing of mach-o symbol tables, generation of debug maps, and resolution through object files (#82)
|
2024-01-29 22:12:59 -06:00 |
|
Jeremy Rifkin
|
a654f2082e
|
Mach-o refactoring (#77)
This is the first step towards a more comprehensive mach-o system. Next
step will be to add support for symbol table parsing.
|
2024-01-14 23:36:30 -06:00 |
|
Jeremy
|
3a0db500d0
|
Fixes
|
2023-11-21 21:32:42 -06:00 |
|
Jeremy
|
64a60f227d
|
Resolve a couple compilation warnings
|
2023-11-21 12:11:16 -06:00 |
|
Jeremy
|
e889fa7acf
|
Use dlfo_link_map->l_addr over dlfo_map_start
|
2023-11-21 09:41:56 -06:00 |
|
Jeremy
|
0ee29d0855
|
Use CPPTRACE_PATH_MAX more consistently, and another small refactor
|
2023-11-20 23:37:49 -06:00 |
|
Jeremy
|
87cd24438b
|
Use _dl_find_object over dladdr when possible in object resolution, it's so much faster
|
2023-11-20 23:36:55 -06:00 |
|
Jeremy
|
9113cc5ffc
|
Some refactoring, bring object_frame in line with safe_object_frame. Also renamed address_relative_to_object_base_in_memory.
|
2023-11-20 23:13:21 -06:00 |
|
Jeremy
|
2a4a8066d3
|
Rework the object trace interface a bit and clarify their purpose. Also rename minimal_object_trace to safe_object_trace
|
2023-11-20 23:01:19 -06:00 |
|
Jeremy
|
0b48df7f22
|
Fix windows build warning
|
2023-11-19 23:20:31 -06:00 |
|
Jeremy
|
24e64ab385
|
Check for _dl_find_object support
|
2023-11-19 23:17:11 -06:00 |
|
Jeremy
|
ac7db48cef
|
Really fix it this time
|
2023-11-19 23:07:41 -06:00 |
|
Jeremy
|
f4237c75df
|
Try to fix build
|
2023-11-19 22:54:08 -06:00 |
|
Jeremy
|
ac13e71877
|
Implement signal-safe resolution of basic object information
|
2023-11-19 22:49:58 -06:00 |
|
Jeremy
|
0e462c7b03
|
Some restructuring of the directory layout
|
2023-11-18 23:28:48 -06:00 |
|