Skip to content

Releases: ZygoteCode/MemoryHacks

MemoryHacks V10

23 Dec 20:18

Choose a tag to compare

Minor changes.

MemoryHacks V9

22 Nov 10:13

Choose a tag to compare

  • Extended modules search for hidden modules / loaded with other methods using NT functions.
  • Added marshal types support.
  • Added ModuleName property in the ModuleInfo class.
  • Added a feature to get absolute and relative addresses.
  • Added a feature to execute/invoke/call a function loaded in a module of the target process with custom parameters and calling convention (Stdcall, Cdecl, Thiscall, Fastcall).
  • Added a feature to inject assembly code in the specified address.

MemoryHacks V8

21 Nov 22:13

Choose a tag to compare

  • Added a feature to eject every module in the process through ModuleInfo.
  • Added X, Y coordinates to WindowInfo.
  • Added Width and Height infos to WindowInfo.
  • Added Location and Size to WindowInfo.
  • Added alias of "SetFocusedWindow()" which is "Activate()".
  • Added ClassName property in the WindowInfo class.
  • Added new aliases in MemoryHacksLib.
  • Added a feature to unprotect specific memory regions.
  • Added a feature to patch a function or a byte array with NOPs instructions.
  • Added a feature to get window(s) by title/caption or class name.
  • Added a feature to get the address of a specific function in a loaded module.
  • Added a feature to get the address of the global function in a module.

MemoryHacks V7

20 Nov 16:29

Choose a tag to compare

Important fixes have been done in this release.

MemoryHacks V6

19 Nov 18:45

Choose a tag to compare

Some NT changes in the code.

MemoryHacks V5

17 Nov 15:48

Choose a tag to compare

  • Added ZwCreateThreadEx method for DLL Injection and ASM Injection.
  • Finally there are three approaches to memory reading and writing: KERNEL32 (WriteProcessMemory/ReadProcessMemory), NTDLL1 (NtWriteVirtualMemory/NtReadVirtualMemory), NTDLL2 (ZwWriteVirtualMemory/ZwReadVirtualMemory).
  • Added methods & properties to set the memory method for reading & writing.
  • Minor changes.

MemoryHacks V4

16 Nov 20:45

Choose a tag to compare

Minor changes in this release.

MemoryHacks V3

16 Nov 13:24

Choose a tag to compare

  • Added files checks in the DLL injection and in the manual mapping procedures.
  • Added a feature to execute custom C++ code with custom includes.
  • Added a feature to check if the process is running or not.
  • Added functions to convert string to bytes and viceversa.
  • Added a function to compile string Assembly code in bytes.
  • Added a function to execute assembly code/shellcode with 3 different methods.

MemoryHacks V2

15 Nov 21:49

Choose a tag to compare

  • Added memory scanning for Int16, Int32, Int64, UInt16, UInt32, UInt64, String, Byte Array types.
  • Updated module informations.
  • Added a feature to grab the windows informations of a process and edit them easily.
  • Added read bits and protected bits.
  • Added a dispose function.
  • Added the feature to eject a loaded module from the process.
  • Added new aliases for existing functions.

MemoryHacks V1

14 Nov 17:26

Choose a tag to compare

First release.