Q1: *(DWORD *) dword1234+v10
Is this an array like dword1234[v10];
or
Is this a offset of a structure like
struct dword1234
{
...
DWORD v10;
};
Q2: If I only have partial source code in a project, how do I just add those limited source code to IDA?
Thanks
Jack






