Dll injection
From PokerAI
DLL injection is about injecting code into the casino client's memory. This can be done in the actual executable, when the client is loading, or after the client is already loaded. Once your code is there, it's an open book. Generally you just check the "show all dealer text" button and hook the TextOut API.
If you work on a proprietary bot, do you need to do much against OS means to detect your bot. Even if a poker client reads their memory, and looked at a process list, they wuld not know that you are a bot and not just any of the umpteen poker calculators out there that do memory injection. And that's assuming you let the client to read their memory. Once the code is injected, you're the boss.
See also
Links
- Initial article from Poker AI Forums
