SYMBOL INDEX (49 symbols across 19 files) FILE: RwxMeme/RwxMeme/src/driver/driver_resource.h function namespace (line 4) | namespace driver_resource FILE: RwxMeme/RwxMeme/src/driver/intel_driver.cpp function HANDLE (line 40) | HANDLE intel_driver::Load() function NTSTATUS (line 410) | NTSTATUS intel_driver::MmCopyVirtualMemory(HANDLE device_handle, uint64_... function PVOID (line 652) | PVOID intel_driver::ResolveRelativeAddress(HANDLE device_handle, _In_ PV... function BOOLEAN (line 703) | BOOLEAN intel_driver::RtlDeleteElementGenericTableAvl(HANDLE device_hand... function PVOID (line 723) | PVOID intel_driver::RtlLookupElementGenericTableAvl(HANDLE device_handle... type _PiDDBCacheEntry (line 807) | struct _PiDDBCacheEntry type _PiDDBCacheEntry (line 815) | struct _PiDDBCacheEntry type _LIST_ENTRY (line 823) | struct _LIST_ENTRY type _LIST_ENTRY (line 830) | struct _LIST_ENTRY type _RTL_AVL_TABLE (line 847) | struct _RTL_AVL_TABLE type _RTL_AVL_TABLE (line 851) | struct _RTL_AVL_TABLE FILE: RwxMeme/RwxMeme/src/driver/intel_driver.h function namespace (line 4) | namespace intel_driver FILE: RwxMeme/RwxMeme/src/driver/magic.cpp type _Flags (line 12) | struct _Flags function DWORD (line 49) | DWORD WINAPI MagicThread(LPVOID dummy) FILE: RwxMeme/RwxMeme/src/driver/magic.h function namespace (line 4) | namespace magic FILE: RwxMeme/RwxMeme/src/driver/memory.cpp function DWORD (line 145) | DWORD memory_helper::GetProcessPID(const wchar_t* processName) FILE: RwxMeme/RwxMeme/src/driver/memory.h function namespace (line 4) | namespace memory function namespace (line 38) | namespace memory_helper FILE: RwxMeme/RwxMeme/src/driver/nt.h type NTSTATUS (line 13) | typedef NTSTATUS(*NtLoadDriver)(PUNICODE_STRING DriverServiceName); type NTSTATUS (line 14) | typedef NTSTATUS(*NtUnloadDriver)(PUNICODE_STRING DriverServiceName); type NTSTATUS (line 15) | typedef NTSTATUS(*RtlAdjustPrivilege)(_In_ ULONG Privilege, _In_ BOOLEAN... type SYSTEM_HANDLE (line 17) | typedef struct _SYSTEM_HANDLE type SYSTEM_HANDLE_INFORMATION_EX (line 29) | typedef struct _SYSTEM_HANDLE_INFORMATION_EX type _POOL_TYPE (line 36) | typedef enum class _POOL_TYPE type RTL_PROCESS_MODULE_INFORMATION (line 63) | typedef struct _RTL_PROCESS_MODULE_INFORMATION type RTL_PROCESS_MODULES (line 77) | typedef struct _RTL_PROCESS_MODULES type MEMORY_CACHING_TYPE_ORIG (line 84) | typedef enum _MEMORY_CACHING_TYPE_ORIG type MEMORY_CACHING_TYPE (line 89) | typedef enum _MEMORY_CACHING_TYPE type CCHAR (line 101) | typedef CCHAR KPROCESSOR_MODE; type MODE (line 103) | typedef enum _MODE type MM_PAGE_PRIORITY (line 110) | typedef enum _MM_PAGE_PRIORITY FILE: RwxMeme/RwxMeme/src/driver/service.h function namespace (line 4) | namespace service FILE: RwxMeme/RwxMeme/src/driver/utils.cpp function BOOLEAN (line 96) | BOOLEAN utils::bDataCompare(const BYTE* pData, const BYTE* bMask, const ... function PVOID (line 113) | PVOID utils::FindSection(char* sectionName, uintptr_t modulePtr, PULONG ... function wchar_t (line 140) | const wchar_t* utils::GetWidechar(const char* input) FILE: RwxMeme/RwxMeme/src/driver/utils.h function namespace (line 4) | namespace utils FILE: RwxMeme/RwxMeme/src/entry.cpp function MapDll (line 5) | void MapDll(HMODULE rwxDll, DWORD tid, uint64_t targetSectionBase, DWORD... function main (line 216) | int main(int argc, char* argv[]) FILE: RwxMeme/RwxMeme/src/general.h function namespace (line 34) | namespace global FILE: RwxMeme/RwxMeme/src/utils/console.cpp type tm (line 8) | struct tm FILE: RwxMeme/RwxMeme/src/utils/console.h function Color (line 6) | enum class Color FILE: RwxMeme/RwxMeme/src/utils/executable.cpp function PIMAGE_NT_HEADERS64 (line 3) | PIMAGE_NT_HEADERS64 executable::GetNtHeaders(void* imageBase) FILE: RwxMeme/RwxMeme/src/utils/executable.h function namespace (line 3) | namespace executable FILE: RwxMeme/RwxMeme/src/utils/vmprotect.h type VMProtectSerialStateFlags (line 38) | enum VMProtectSerialStateFlags type VMProtectDate (line 51) | typedef struct type VMProtectSerialNumberData (line 58) | typedef struct type VMProtectActivationFlags (line 77) | enum VMProtectActivationFlags FILE: RwxMeme/RwxMeme/src/utils/xor.h function namespace (line 39) | namespace jm