Skip to content

Releases: kitodoescode/memory_manager

version 1.0.0

Choose a tag to compare

@kitodoescode kitodoescode released this 04 Jul 00:31

rewrote the library to now be header only

version 0.2.1

Choose a tag to compare

@kitodoescode kitodoescode released this 01 Mar 14:03
  • 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

Choose a tag to compare

@kitodoescode kitodoescode released this 27 Feb 10:56

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

Choose a tag to compare

@kitodoescode kitodoescode released this 31 Jan 16:46
6cf3581

first release