Hi,
I'm a programmer who has never tried hacking. I am currently trying to write a bypass for HackShield, mainly for educational purposes, and would like to know if what I have come up with is true or false:
1. The best case scenario would be if HackShield was never loaded at all.
2. To achieve this, a dll would need to be written that intercepts certain function calls and replaces those with its own.
3. The dll would need to be injected into the game process before HackShield is started.
4. To find those functions and their parameters and return values, a disassembler like IDA is needed.
5. A function can be intercepted using HookImportedFunction.
Thanks.
I'm a programmer who has never tried hacking. I am currently trying to write a bypass for HackShield, mainly for educational purposes, and would like to know if what I have come up with is true or false:
1. The best case scenario would be if HackShield was never loaded at all.
2. To achieve this, a dll would need to be written that intercepts certain function calls and replaces those with its own.
3. The dll would need to be injected into the game process before HackShield is started.
4. To find those functions and their parameters and return values, a disassembler like IDA is needed.
5. A function can be intercepted using HookImportedFunction.
Thanks.