Tagged Questions

1
vote
4answers
338 views

Adding .net Webservice references

I'm getting near completely different objects from the same WSDL file when I try to Add a Web Reference depending if I am using Express or Pro version of the vs2008 .NET IDE. 1) Why is this ...
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 ...