Hiya,
I'm having some problems with processing datas (i guess i'm missing some function name:)), let me introduce the problem:
I have:
CODE:00401188 off_401188 dd offset sub_401145
This location is data,i know it by checking the flags (IsData bla bla), but i need to know how large is it (here its a dword) and moreover i also need to know if this data points to a sub offset or another data.
I could do it in more hardcore way by checking all the instructions, scaning them for data references and then check the requested data sizes. And finally testing the *(DWORD*) at the data for a data bit, but i guess IDA has some special functions with implements it in more easy way.
Also is there any IDA Function Reference arround?
Thanks





