Thank you!
Search found 4 matches
- Sat Jul 06, 2024 6:32 am
- Forum: Technical questions
- Topic: Does anti-debugger work for injected dlls?
- Replies: 2
- Views: 4053
- 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...
- 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.
- 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...