hsheric0210 / AntiDebug.NET

[Incomplete] Various .NET Anti-Debug and Anti-VM techniques
MIT License
4 stars 1 forks source link

Forgot to add native checks to the check list #2

Closed hsheric0210 closed 8 months ago

hsheric0210 commented 8 months ago

what a dumb mistake.

Forgot to call AntiDebugLibNative check entry point function and handle check results.

The call should be made in class named 'NativeChecks.cs'. All those native checks should be handled 'individually' thus we need to make each 'wrapper' classes for each native check. (VEH.cs, RTDSC.cs, int3.cs and so on)

hsheric0210 commented 8 months ago

impl @ c774259a1111be38e43e100d4d8c31f28c4b69c7