Search found 4 matches

by lsxuyimin
Sat Jul 06, 2024 6:32 am
Forum: Technical questions
Topic: Does anti-debugger work for injected dlls?
Replies: 2
Views: 4053

Re: Does anti-debugger work for injected dlls?

Immortale wrote: Thu Jul 04, 2024 10:42 am VMProtect detects the debugger only at the beginning of the program execution. To detect a debugger during the execution of the program, you need to manually call the VMProtectIsDebuggerPresent function.
Thank you!
by lsxuyimin
Wed Jul 03, 2024 4:16 pm
Forum: Technical questions
Topic: Does anti-debugger work for injected dlls?
Replies: 2
Views: 4053

Does anti-debugger work for injected dlls?

I tested today, 1. protect a.dll, get a.vmp.dll, with anti-debugger enabled 2. inject a.vmp.dll into another process B, with CreateRemoteThread(...,&LoadLibrary,...), injection succeed and injected code worked good 3. in visual studio - Debug - attach to process B, everything in debug window loo...
by lsxuyimin
Wed Jun 05, 2024 9:28 am
Forum: Technical questions
Topic: Programs crashes with error code 0xc0000602
Replies: 3
Views: 4587

Re: Programs crashes with error code 0xc0000602

ps. This dll works well if unprotected, for a long time.
by lsxuyimin
Wed Jun 05, 2024 9:27 am
Forum: Technical questions
Topic: Programs crashes with error code 0xc0000602
Replies: 3
Views: 4587

Programs crashes with error code 0xc0000602

Here is the error info in eventviewer: Faulting application name: *, version: 0.0.0.0, time stamp: 0x654116c1 Faulting module name: KERNELBASE.dll, version: 10.0.19041.4355, time stamp: 0xd7762934 Exception code: 0xc0000602 Fault offset: 0x000000000012d332 Faulting process id: 0x50c0 Faulting applic...