SYMBOL INDEX (15 symbols across 3 files) FILE: driver src/driver.cpp type info_t (line 12) | struct info_t { //message type that will be passed between user program ... function NTSTATUS (line 20) | NTSTATUS ctl_io(PDEVICE_OBJECT device_obj, PIRP irp) { function NTSTATUS (line 48) | NTSTATUS unsupported_io(PDEVICE_OBJECT device_obj, PIRP irp) { function NTSTATUS (line 56) | NTSTATUS create_io(PDEVICE_OBJECT device_obj, PIRP irp) { function NTSTATUS (line 63) | NTSTATUS close_io(PDEVICE_OBJECT device_obj, PIRP irp) { function NTSTATUS (line 70) | NTSTATUS real_main(PDRIVER_OBJECT driver_obj, PUNICODE_STRING registery_... function NTSTATUS (line 99) | NTSTATUS DriverEntry(PDRIVER_OBJECT driver_obj, PUNICODE_STRING register... FILE: usermode example/driver.hpp class driver_manager (line 8) | class driver_manager { type info_t (line 11) | struct info_t { //message type that will be passed between user progra... method driver_manager (line 20) | driver_manager(const char* driver_name, DWORD target_process_id) { method attach_to_process (line 25) | void attach_to_process(DWORD process_id) { method T (line 33) | T RPM(const UINT64 address) { method WPM (line 47) | bool WPM(const UINT64 address, const T buffer) { FILE: usermode example/main.cpp function get_module (line 9) | auto get_module(const char* module_name, DWORD process_id) { function main (line 25) | int main() {