Tagged Questions

0
votes
1answer
238 views

IDA Pro, QT Nokia Library, dll call, what is it actually doing?

I have reversed a dll using IDA Pro. Looking at the pseudocode generated by IDA i am interested in a set of calls into the QT library, is it trying to find the location of functions so that it can ...
0
votes
1answer
188 views

Segmentation fault during Transition of Control from C++ to Pro *C

I have written a small Pro *C/C++ application [ multi-threaded, daemon ] where, i used Pro *c to fetch some DB records and then call C++ function to generate XML files, which are sent through socket ...