Hi folks
First of all, thank you for this great website, I've learned many things from it!
I have a question on how to reverse a C++ object.
Lets say I have the following asm code (from IDA Pro)
push offset aNone_0 ; "None"
lea ecx, [ebp+arg_0]
mov byte ptr [ebp+var_4], 2
call ebx ; QString::QString(char const *) ; QString::QString(char const *
In this example it is obvious that I have a QString object with "None" as string.
But what if I only get a reference of a (un) known object? What is a good way to investigate such objects in IDA Pro?
Thanks for all the answers and hints!







