|
Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
Go to the source code of this file.
Data Structures | |
| struct | os_process_spec |
| struct | os_process_thread_state |
| struct | os_process_state |
Functions | |
| struct os_process_spec * | os_process_build_spec (void) |
| void | os_process_free_spec (struct os_process_spec *spec) |
Variables | |
| struct target_ops | os_process_ops |
| struct os_process_spec* os_process_build_spec | ( | void | ) |
Definition at line 36 of file target_os_process.c.
| void os_process_free_spec | ( | struct os_process_spec * | spec | ) |
Definition at line 40 of file target_os_process.c.
| struct target_ops os_process_ops |
Definition at line 139 of file target_os_process.c.
1.8.5