AntiCrack-DotNet
·
30 commits
to main
since this release
This is kinda of a late update, but here we are, with some bug fixes, improvments, etc.
- Fixed a bug in Setting DLL Policy Mitigation.
- Added initial syscall support for some anti debugging options (not all of them yet) to avoid some anti-anti-debuggers and other hooking solutions like scyllahide.
- Added calls that would make it harder for harmony hooks to detect like Marshal.Copy, etc.
- Removed LoadLibraryA/LoadLibraryW Patching as it is useless for production apps.
- Fixed a bug in hardware breakpoints detection.
- overall improvements and bug fixes.