MemoryMappingModule/source
2023-03-27 18:22:05 +02:00
..
CThread.h Use the default heap for threads, make sure to memset default heap allocations to 0 after using them 2023-03-26 16:03:34 +02:00
function_replacements.cpp Implement KiValidateUserDataRange and KiValidateUserCodeRange hook 2023-02-17 08:17:21 +01:00
function_replacements.h Use clang-format to format the code 2022-02-02 18:34:27 +01:00
functionpatcher.def Use latest version of libfunctionpatcher 2023-01-06 16:02:58 +01:00
globals.c Use the default heap for threads, make sure to memset default heap allocations to 0 after using them 2023-03-26 16:03:34 +02:00
globals.h Use the default heap for threads, make sure to memset default heap allocations to 0 after using them 2023-03-26 16:03:34 +02:00
logger.c Update .clang-format to update the comment, macro and assignment formatting 2022-02-03 15:51:47 +01:00
logger.h Improve logging and resolve any compiler warnings 2022-05-09 19:34:19 +02:00
main.cpp Use the default heap for threads, make sure to memset default heap allocations to 0 after using them 2023-03-26 16:03:34 +02:00
memory_mapping.cpp Allocate the page table on the heap to avoid a stack overflow 2023-03-27 18:22:05 +02:00
memory_mapping.h Avoid memory for mapping which is used when joining a game via friend list 2023-03-21 23:06:25 +01:00
version.h Log the module version on each application start 2022-10-09 14:32:17 +02:00