personmans
March 7th, 2012, 22:25
As the title says, I'm having trouble debugging a target.
The target is written in a C++esque language called xBase++ (http://www.alaska-software.com/)
First, the main EXE was packed(compressed), it's now unpacked and works fine.
Second, there are two dlls that crash olly at 40.8% analysis each. I'm not familiar with an anti-debugger trick that would do that, but I may be missing something.
The two are called:
XPPRT1.DLL
XPPUI1.DLL
I believe them to be a part of xBase and not the target itself.
I have identified (part of) the routine that checks registration using the usual tricks (strings etc), but now I don't know where to go because it becomes very hard to keep track of calls/returns with no analysis.
Any recommendations?
The target is written in a C++esque language called xBase++ (http://www.alaska-software.com/)
First, the main EXE was packed(compressed), it's now unpacked and works fine.
Second, there are two dlls that crash olly at 40.8% analysis each. I'm not familiar with an anti-debugger trick that would do that, but I may be missing something.
The two are called:
XPPRT1.DLL
XPPUI1.DLL
I believe them to be a part of xBase and not the target itself.
I have identified (part of) the routine that checks registration using the usual tricks (strings etc), but now I don't know where to go because it becomes very hard to keep track of calls/returns with no analysis.
Any recommendations?