Anti-DebugNET icon indicating copy to clipboard operation
Anti-DebugNET copied to clipboard

C# Anti-Debug and Anti-Dumping techniques using Win32 API functions and tricks.

Results 7 Anti-DebugNET issues
Sort by recently updated
recently updated
newest added

My form not load if `AntiDebug.DebugProtect3.HideOSThreads();` or `AntiDump.DumpProtect1.AntiDump();` in the program.cs, i mean the program running in the background, but the form not visible and the proection not work like...

Hi I been trying to implement this for weeks on my window form application but doesn't seem to be working at all is there other parameters i need for it...

I'd expect the DebugPort to have a valid pointer if the status was successful? Which also then indicates the debugger port is active? https://github.com/Mecanik/Anti-DebugNET/blob/fce1a115920c80be94f1547413c483f1ca3315e8/Anti-DebugNET/AntiDebug/DebugProtect2.cs#L73

bug

Look like there is issue with AntiDump() when i force x64 solution var dwpeheader = System.Runtime.InteropServices.Marshal.ReadInt32((IntPtr)(base_address.ToInt32() + 0x3C)); **Aritmetic overflow** Is it possible to fix this function for x64 runtime?...

Hi. Already build this but still no idea how I can use this to my app. Is there any tutorial?