I know that WinAPI has built-in hacking functions.
I even used them in C# with Pinvoke... To hack Minesweeper... It was easy... So...
How i could protect my application from process memory editing, deny DLL injecting and other hacking ways. HOW?!
I even used them in C# with Pinvoke... To hack Minesweeper... It was easy... So...
How i could protect my application from process memory editing, deny DLL injecting and other hacking ways. HOW?!
Code:
///////////////////////////////////////////////////////////////////////////////////////////////////////////////// Hope WinAPI has something like void DontTouchMeOrIWillTerminateYou(bool protect)... /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Comment