-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Description
I am using tiny tracer when I encounter a problem where if the problem use seh exception for anti-debug but tiny tracer is also effect by it, the result in the end will look like this:
<random rva>;ntdll.KiUserExceptionDispatcher
<random rva>;ntdll.[RtlInterlockedCompareExhange64+1e2]*
The main reason I can think of is because tiny tracer doesn't run the exception part. The SEH exception look like this:

Is there anyway to keep tracing SEH exception?
Metadata
Metadata
Assignees
Labels
No labels