tag:github.com,2008:https://github.com/ZygoteCode/MemoryHacks/releases Release notes from MemoryHacks 2022-12-23T20:16:31Z tag:github.com,2008:Repository/565959938/v10 2022-12-23T20:18:36Z MemoryHacks V10 <p>Minor changes.</p> ZygoteCode tag:github.com,2008:Repository/565959938/v9 2022-11-22T10:13:48Z MemoryHacks V9 <ul> <li>Extended modules search for hidden modules / loaded with other methods using NT functions.</li> <li>Added marshal types support.</li> <li>Added ModuleName property in the ModuleInfo class.</li> <li>Added a feature to get absolute and relative addresses.</li> <li>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).</li> <li>Added a feature to inject assembly code in the specified address.</li> </ul> ZygoteCode tag:github.com,2008:Repository/565959938/v8 2022-11-21T22:13:28Z MemoryHacks V8 <ul> <li>Added a feature to eject every module in the process through ModuleInfo.</li> <li>Added X, Y coordinates to WindowInfo.</li> <li>Added Width and Height infos to WindowInfo.</li> <li>Added Location and Size to WindowInfo.</li> <li>Added alias of "SetFocusedWindow()" which is "Activate()".</li> <li>Added ClassName property in the WindowInfo class.</li> <li>Added new aliases in MemoryHacksLib.</li> <li>Added a feature to unprotect specific memory regions.</li> <li>Added a feature to patch a function or a byte array with NOPs instructions.</li> <li>Added a feature to get window(s) by title/caption or class name.</li> <li>Added a feature to get the address of a specific function in a loaded module.</li> <li>Added a feature to get the address of the global function in a module.</li> </ul> ZygoteCode tag:github.com,2008:Repository/565959938/v7 2022-11-20T16:29:00Z MemoryHacks V7 <p>Important fixes have been done in this release.</p> ZygoteCode tag:github.com,2008:Repository/565959938/v6 2022-11-19T18:45:37Z MemoryHacks V6 <p>Some NT changes in the code.</p> ZygoteCode tag:github.com,2008:Repository/565959938/v5 2022-11-17T15:48:58Z MemoryHacks V5 <ul> <li>Added ZwCreateThreadEx method for DLL Injection and ASM Injection.</li> <li>Finally there are three approaches to memory reading and writing: KERNEL32 (WriteProcessMemory/ReadProcessMemory), NTDLL1 (NtWriteVirtualMemory/NtReadVirtualMemory), NTDLL2 (ZwWriteVirtualMemory/ZwReadVirtualMemory).</li> <li>Added methods &amp; properties to set the memory method for reading &amp; writing.</li> <li>Minor changes.</li> </ul> ZygoteCode tag:github.com,2008:Repository/565959938/v4 2022-11-16T20:45:55Z MemoryHacks V4 <p>Minor changes in this release.</p> ZygoteCode tag:github.com,2008:Repository/565959938/v3 2022-11-16T13:24:01Z MemoryHacks V3 <ul> <li>Added files checks in the DLL injection and in the manual mapping procedures.</li> <li>Added a feature to execute custom C++ code with custom includes.</li> <li>Added a feature to check if the process is running or not.</li> <li>Added functions to convert string to bytes and viceversa.</li> <li>Added a function to compile string Assembly code in bytes.</li> <li>Added a function to execute assembly code/shellcode with 3 different methods.</li> </ul> ZygoteCode tag:github.com,2008:Repository/565959938/v2 2022-11-15T21:49:49Z MemoryHacks V2 <ul> <li>Added memory scanning for Int16, Int32, Int64, UInt16, UInt32, UInt64, String, Byte Array types.</li> <li>Updated module informations.</li> <li>Added a feature to grab the windows informations of a process and edit them easily.</li> <li>Added read bits and protected bits.</li> <li>Added a dispose function.</li> <li>Added the feature to eject a loaded module from the process.</li> <li>Added new aliases for existing functions.</li> </ul> ZygoteCode tag:github.com,2008:Repository/565959938/v1 2022-11-14T17:26:02Z MemoryHacks V1 <p>First release.</p> ZygoteCode