Hi All,
Here I'm once again need of your help in reversing a application. I could not able to run a application inside the debugger because of the following code.
ntdll.dll:7C95077B ntdll_DbgUiRemoteBreakin:
ntdll.dll:7C95077B push 8
ntdll.dll:7C95077D push offset unk_7C9507C8
ntdll.dll:7C950782 call near ptr unk_7C90EDC2
ntdll.dll:7C950787 mov eax, large fs:18h
ntdll.dll:7C95078D mov eax, [eax+30h]
ntdll.dll:7C950790 cmp byte ptr [eax+2], 0
ntdll.dll:7C950794 jnz short loc_7C95079F
ntdll.dll:7C950796 test ds:byte_7FFE02D4, 2
ntdll.dll:7C95079D jz short loc_7C9507BF
ntdll.dll:7C95079F
ntdll.dll:7C95079F loc_7C95079F: ; CODE XREF: ntdll.dll:7C950794j
ntdll.dll:7C95079F and dword ptr [ebp-4], 0
ntdll.dll:7C9507A3 call near ptr ntdll_DbgBreakPoint
ntdll.dll:7C9507A8 jmp short loc_7C9507BB
"DbgUiRemoteBreakin" is referrenced by the function "DbgUiDebugActiveProcess".
So, I think if we disable the "DbgUiDebugActiveProcess", we can eliminate the problem. But I dont know how to disable it. Please help me.
I welcome any other tips also to remove this issue.
Thanks,
Jaffer.





