Skip to content

Releases: kitodoescode/memory_manager

version 0.2.1

01 Mar 14:03

Choose a tag to compare

  • 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

27 Feb 10:56

Choose a tag to compare

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

31 Jan 16:46
6cf3581

Choose a tag to compare

first release