DatMemory
-
<p>Une petite librairie que j'avais écrit a l’époque ou je m’intéressait au gamehacking, je vient de la réécrire donc pourquoi ne pas la partager
</p>
<p> </p>
<p>Cette libraire vous permet de modifier la mémoire (et de changer sa protection) d'un autre programme avec facilitée.</p>
<p> </p>
<p>[Documentation arriveras plus tard .. ou pas]</p>
<p> </p>
<p>Projet sur GitHub: <a href="https://github.com/DavyWk/DatMemory" rel="external nofollow">https://github.com/DavyWk/DatMemory</a></p>
<p>DL : <a href="http://davydavek.olympe.in/Projects/DatMemory.dll" rel="external nofollow">http://davydavek.olympe.in/Projects/DatMemory.dll</a></p>
<p>VT: <a href="https://www.virustotal.com/en/file/c774392e8f086c0be187cef83e483cb673d6f48bc3d06bfd4a6b6f77192a4f00/analysis/1408282227/" rel="external nofollow">https://www.virustotal.com/en/file/c774392e8f086c0be187cef83e483cb673d6f48bc3d06bfd4a6b6f77192a4f00/analysis/1408282227/</a></p> -
<p>Si tu parles de tricher pour tricher, alors oui. Mais personnellement c'est pour mieux comprendre comment les jeux/systèmes de sécurité/OS fonctionnent.</p>
<p> </p>
<p>Update: J'ai ajouter des méthodes génériques, qui vous permettent d'utiliser cette classe avec vos propres structures.</p>
<pre class="ipsCode prettyprint">
public T Read<T>(uint address)
public bool Write<T>(uint address, T value)
</pre>
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
</p>