Skip to content

Releases: AdvDebug/AntiCrack-DotNet

AntiCrack-DotNet

12 Aug 15:35
4a3b93a
Compare
Choose a tag to compare

Improved CLR Functions hooks detection.

AntiCrack-DotNet

08 Aug 23:52
38ef1a1
Compare
Choose a tag to compare

some code improvements and any.run detection by LimerBoy.

AntiCrack-DotNet

06 Jun 18:50
e3930b0
Compare
Choose a tag to compare

some changes made in the console ui and some added features.

Features Added:

  • Detection for Triage. (thanks to 1)
  • Detection for Parallels (thanks to 1)
  • Detection for Qemu. (thanks to 1)
  • Detection for Virtualization-Based Security. (thanks to 1)
  • Detection for Memory Integrity Protection. (thanks to 1)
  • Detection for Invoked Assembly.
  • Detection for CLR Functions Hooking.

Improvements:

  • Improved Console UI. (thanks to 1)
  • General Code Improvements. (thanks to 1)
  • WinAPI hooking detection improvements.

AntiCrack-DotNet

11 Apr 14:45
c9dd637
Compare
Choose a tag to compare

New Features:

  • Added NtSetDebugFilterState check
  • Added Page Guard breakpoints detection
  • Added a check for devices created by sandboxes or VMs
  • Added a check for injected libraries by adding dll path whitelisting check
  • Added secure boot detection

Improved:

  • improved hooking detection
  • some optimizations

AntiCrack-DotNet

26 Jul 16:28
5fcef74
Compare
Choose a tag to compare

New Features:

  • Added a Detection to check if Kernel Debugging Enabled on the system.

Improvements:

  • Improved Hooks Detection Code by replacing it's WinAPI calls with a lower-level ones and adding kernelbase.dll module.

AntiCrack-DotNet

24 Jul 13:49
32bcb2e
Compare
Choose a tag to compare

Improved Hooks Detection

AntiCrack-DotNet

22 Jul 22:53
3708243
Compare
Choose a tag to compare

new Anti-Debugging Methods:

  • Parent Process Name Checking.

  • GetForegroundWindow.

  • Now CloseHandle are replaced with NtClose and it's now in two categories: Invalid Handle, Protected Handle.

  • Added Patching DbgBreakPoint for Anti-Debugging Attach.

new Anti-Virtualization Methods:

  • Checking For Known Bad VM File Locations.

  • Checking For Known Bad Process Names.

  • Checking For Ports on the system.

New Detection Categories Added:

  • Hooks Detection (Checking for hooks on common anti-debugging functions)

  • Other Detections (checks if unsigned/test-signed drivers are allowed to load)

this release also contains a console output improvements.

AntiCrack-DotNet

19 Jun 01:09
ade360f
Compare
Choose a tag to compare

Anti-Debugging: Added Hardware Breakpoints Detection, Replacing CheckRemoteDebuggerPresent with NtQueryInformationProcessCheck with 3 other checks: ProcessDebugFlags, ProcessDebugPort, ProcessDebugObjectHandle.

Anti-Dll Injection: Taking Advantage of Binary Image Mitigation Policy to prevent injecting Non-Microsoft Binaries.

AntiCrack DotNet

03 Nov 23:23
96b343a
Compare
Choose a tag to compare

First Release.