hook

  1. U

    Question Working on Anti Cheat, need help making DLL

    Introduction: I have made a simple anticheat.exe application, which runs in processes once my patcher/launcer program I also made starts up "MainClient.exe". A few problems: 1. I need tomake a DLL to make sure that the "AntiCheat.exe" process is open when the "MainClient.exe" process is. If it...
  2. Mixen Dixon

    Question Global CBT Hook

    I've been looking around for a way to get a global CBT hook in my application, and I found that it is impossible in managed code. It appeared that the only way to do it in VB.NET was to get a DLL written in something like C++. Now, I am NOT a C++ programmer by any means, so I don't feel...
Back
Top