Exetools

Exetools (https://forum.exetools.com/index.php)
-   Source Code (https://forum.exetools.com/forumdisplay.php?f=46)
-   -   [C++] Hack sniff (https://forum.exetools.com/showthread.php?t=16085)

namreeb 08-15-2014 02:08

[C++] Hack sniff
 
Hello. I am writing this to share with those who might be interested that I have started writing a tool to monitor the changes a given process makes to other processes. My purpose for this is to watch how game hacks behave. There are other potential uses, as well.

The source is available here: https://github.com/namreeb/hacksniff

This software assumes you have the boost API and hadesmem installed. hadesmem can be found here: https://code.google.com/p/hadesmem/

Feel free to provide any feedback or feature requests on GitHub (or here since I guess if I don't make posts that means my account should be deleted).

namreeb 08-19-2014 03:22

Update: Added ReadProcessMemory hook and logging

Carbon 08-20-2014 00:57

Some game hacks I know of use low level functions.... so you should hook as deep as possible. NtWriteVirtualMemory instead of WriteProcessMemory

namreeb 08-20-2014 02:07

I didn't realize WriteProcessMemory called NtWriteVirtualMemory. Hooking that was on my todo list.

Edit: I removed the word that starts with th and rhymes with tanks because I don't think I'm supposed to say that in a post. But you can pretend I said it :)

namreeb 10-07-2014 09:25

Quote:

Originally Posted by Carbon (Post 93797)
Some game hacks I know of use low level functions.... so you should hook as deep as possible. NtWriteVirtualMemory instead of WriteProcessMemory

Update: I have taken your suggestion and made that change. https://github.com/namreeb/hacksniff/commit/51125a6973434f5d3ea463f65be888a33c6c7138

namreeb 02-25-2017 02:56

FYI I have added x64 support to this and issued a new release here: https://github.com/namreeb/hacksniff/releases/tag/0.2


All times are GMT +8. The time now is 14:20.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX