Releases: kitodoescode/memory_manager
Releases · kitodoescode/memory_manager
version 0.2.1
- fixed an issue which would allow you to not be able to compile any external project where the library is linked due to my dumbass using different names in the .h and the .asm for ntprotect/ntallocate
version 0.2
completed todo list:
- added multiple memory management types : winapi, ntwinapi, direct syscalls, indirect syscalls
- exposed new function to user :
void set_memory_type(memory_type&); - removed custom typedefs to avoid types overflowing to user code
- commented out all debug logs
- edited get_process_handle to get handle with perms
PROCESS_ALL_ACCESS&~PROCESS_TERMINATE
v0.1
first release