Releases: ZygoteCode/MemoryHacks
Releases · ZygoteCode/MemoryHacks
MemoryHacks V10
Minor changes.
MemoryHacks V9
- 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
- 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
Important fixes have been done in this release.
MemoryHacks V6
Some NT changes in the code.
MemoryHacks V5
- 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
Minor changes in this release.
MemoryHacks V3
- 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
- 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
First release.