Releases: kitodoescode/memory_manager
Releases · kitodoescode/memory_manager
Release list
version 1.0.0
rewrote the library to now be header only
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