tag:github.com,2008:https://github.com/ZygoteCode/MemoryHacks/releasesRelease notes from MemoryHacks2022-12-23T20:16:31Ztag:github.com,2008:Repository/565959938/v102022-12-23T20:18:36ZMemoryHacks V10<p>Minor changes.</p>ZygoteCodetag:github.com,2008:Repository/565959938/v92022-11-22T10:13:48ZMemoryHacks 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>ZygoteCodetag:github.com,2008:Repository/565959938/v82022-11-21T22:13:28ZMemoryHacks 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>ZygoteCodetag:github.com,2008:Repository/565959938/v72022-11-20T16:29:00ZMemoryHacks V7<p>Important fixes have been done in this release.</p>ZygoteCodetag:github.com,2008:Repository/565959938/v62022-11-19T18:45:37ZMemoryHacks V6<p>Some NT changes in the code.</p>ZygoteCodetag:github.com,2008:Repository/565959938/v52022-11-17T15:48:58ZMemoryHacks 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 & properties to set the memory method for reading & writing.</li>
<li>Minor changes.</li>
</ul>ZygoteCodetag:github.com,2008:Repository/565959938/v42022-11-16T20:45:55ZMemoryHacks V4<p>Minor changes in this release.</p>ZygoteCodetag:github.com,2008:Repository/565959938/v32022-11-16T13:24:01ZMemoryHacks 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>ZygoteCodetag:github.com,2008:Repository/565959938/v22022-11-15T21:49:49ZMemoryHacks 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>ZygoteCodetag:github.com,2008:Repository/565959938/v12022-11-14T17:26:02ZMemoryHacks V1<p>First release.</p>ZygoteCode