SYMBOL INDEX (57 symbols across 11 files) FILE: full kernel bypass/cleaning/cleaning.cpp function get_kernel_address (line 11) | uintptr_t get_kernel_address( const char* name, size_t& size ) function PVOID (line 55) | PVOID resolve_relative_address( PVOID Instruction, ULONG OffsetOffset, U... function ULONGLONG (line 64) | ULONGLONG get_exported_function( const ULONGLONG mod, const char* name ) function random_number (line 90) | unsigned char random_number( ) function PERESOURCE (line 111) | PERESOURCE get_ps_loaded( ) function PRTL_AVL_TABLE (line 125) | PRTL_AVL_TABLE get_piddb_table( ) function PERESOURCE (line 149) | PERESOURCE get_piddb_lock( ) function is_unload_empty (line 194) | bool is_unload_empty(PMM_UNLOADED_DRIVER entry) function PMM_UNLOADED_DRIVER (line 202) | PMM_UNLOADED_DRIVER get_mmu_address() function PULONG (line 216) | PULONG get_mml_address() function is_mmu_filled (line 235) | bool is_mmu_filled() FILE: full kernel bypass/cleaning/cleaning.h function namespace (line 3) | namespace driver FILE: full kernel bypass/defs.h type ll (line 18) | typedef long long ll; type ull (line 19) | typedef unsigned long long ull; type __int64 (line 27) | typedef __int64 ll; type ull (line 28) | typedef unsigned __int64 ull; type __int64 (line 32) | typedef __int64 ll; type ull (line 33) | typedef unsigned __int64 ull; type uint (line 39) | typedef unsigned int uint; type uchar (line 40) | typedef unsigned char uchar; type ushort (line 41) | typedef unsigned short ushort; type int8 (line 44) | typedef char int8; type sint8 (line 45) | typedef signed char sint8; type uint8 (line 46) | typedef unsigned char uint8; type int16 (line 47) | typedef short int16; type sint16 (line 48) | typedef signed short sint16; type uint16 (line 49) | typedef unsigned short uint16; type int32 (line 50) | typedef int int32; type sint32 (line 51) | typedef signed int sint32; type uint32 (line 52) | typedef unsigned int uint32; type ll (line 53) | typedef ll int64; type ll (line 54) | typedef ll sint64; type ull (line 55) | typedef ull uint64; function uint8 (line 156) | inline uint8 __ROL1__(uint8 value, int count) { return __ROL__((uint8)... function uint16 (line 157) | inline uint16 __ROL2__(uint16 value, int count) { return __ROL__((uint16... function uint32 (line 158) | inline uint32 __ROL4__(uint32 value, int count) { return __ROL__((uint32... function uint64 (line 159) | inline uint64 __ROL8__(uint64 value, int count) { return __ROL__((uint64... function uint8 (line 160) | inline uint8 __ROR1__(uint8 value, int count) { return __ROL__((uint8)... function uint16 (line 161) | inline uint16 __ROR2__(uint16 value, int count) { return __ROL__((uint16... function uint32 (line 162) | inline uint32 __ROR4__(uint32 value, int count) { return __ROL__((uint32... function uint64 (line 163) | inline uint64 __ROR8__(uint64 value, int count) { return __ROL__((uint64... type IEEE754 (line 203) | typedef union IEEE754 type MM_UNLOADED_DRIVER (line 214) | typedef struct _MM_UNLOADED_DRIVER type PIDDBCACHE_ENTRY (line 221) | typedef struct _PIDDBCACHE_ENTRY type SYSTEM_MODULEE (line 229) | typedef struct _SYSTEM_MODULEE type SYSTEM_MODULE_INFORMATIONN (line 241) | typedef struct _SYSTEM_MODULE_INFORMATIONN type SYSTEM_INFORMATION_CLASS (line 246) | typedef enum _SYSTEM_INFORMATION_CLASS FILE: full kernel bypass/io/io.h function namespace (line 3) | namespace driver FILE: full kernel bypass/main.cpp function driver_thread (line 12) | void driver_thread( void* context ) function NTSTATUS (line 79) | NTSTATUS DriverEntry( PDRIVER_OBJECT driver_object, PUNICODE_STRING regi... FILE: full kernel bypass/memory/memory.cpp function NTSTATUS (line 19) | NTSTATUS driver::memory::read_virtual_memory( ULONG pid, PEPROCESS proce... function NTSTATUS (line 28) | NTSTATUS driver::memory::write_virtual_memory( ULONG pid, PEPROCESS pro... FILE: full kernel bypass/memory/memory.h function namespace (line 3) | namespace driver FILE: full kernel bypass/process/process.h function namespace (line 2) | namespace driver FILE: full kernel bypass/thread/thread.h function namespace (line 2) | namespace driver FILE: full kernel bypass/utils/utils.cpp function NTSTATUS (line 5) | NTSTATUS driver::utils::process_by_name(CHAR* process_name, PEPROCESS* p... FILE: full kernel bypass/utils/utils.h function namespace (line 2) | namespace driver