int __cdecl _THC_RegisterCIMMINotificationCallback();
int __cdecl _THC_RegisterNotificationCallback();
int __cdecl THC_CheckForNewDevices();
int __cdecl THC_CommonInterfaceActivateMMI();
int __cdecl THC_CommonInterfaceCloseMMI();
int __cdecl THC_CommonInterfaceSendMMIEnqAnswer();
int __cdecl THC_CommonInterfaceSetListIndex();
int __cdecl THC_GetCommonInterfaceCount();
int __cdecl THC_GetCommonInterfaceInfo();
int __cdecl THC_RegisterCIMMINotificationCallback();
int __cdecl THC_RegisterNotificationCallback();
int __cdecl THC_Release();
Yes that was what I meant, although I'm uncertain whether they are process callstacks or just lists of function calls made by each thread.What do you exactly mean with " can't figure out which way up the call stack is"? If you mean the order in which the functions got called that is from the top to the bottom.
I'm not sure. Unless you could figure out what kind of parameter (object type, address/value etc.) each parameter is then it is probably no more valuable than the tool you've found. ASM is very low level - I'm hoping we can do it without resorting to that.Would it be possible to get more information with the proxy dll?
Among all the DLLs you have posted, I've seen:Concerning the DvrApi.dll
Sorry, I don't really get your point...