VeeDub
July 29th, 2006, 01:47
Hi,
I am looking at an app that according to Peid is written in Visual C++ 7.0 Method2
The app is different to what I am used to in that when you view the Intermodular calls, although there are some of the "conventional" Windows API calls - many of the usual calls are missing and instead there are many calls to entries prefixed by MSVCP71 and MSVCR71, which I understand are C++ DLL's.
Also if you run the app with a log breakpoint on every command, to get some idea of the flow of the code, the resulting log file is very sparse with many entries:
- address COND:
rather than your typical entry
- CALL to with values
I have traced app's written in Visual C++ 6.0, and what I am looking at here is very different to what I recognise.
I've tried searching on the forums, but haven't found anything that gives me some direction. Basically I need some help in identifying what I'm dealing with.
Thanks
VW
I am looking at an app that according to Peid is written in Visual C++ 7.0 Method2
The app is different to what I am used to in that when you view the Intermodular calls, although there are some of the "conventional" Windows API calls - many of the usual calls are missing and instead there are many calls to entries prefixed by MSVCP71 and MSVCR71, which I understand are C++ DLL's.
Also if you run the app with a log breakpoint on every command, to get some idea of the flow of the code, the resulting log file is very sparse with many entries:
- address COND:
rather than your typical entry
- CALL to with values
I have traced app's written in Visual C++ 6.0, and what I am looking at here is very different to what I recognise.
I've tried searching on the forums, but haven't found anything that gives me some direction. Basically I need some help in identifying what I'm dealing with.
Thanks
VW