instant
October 20th, 2002, 23:29
Hi,
I'm new to this, and I've read some primers on IDA, but I am still having some problems.
When I open a resource in w32dasm I can quickly see all strings and find the locations in the code where these strings are accessed.
But in IDA I am only shown "push 204h" for example, and have to make my own comment for them.
And I dont see any information in the .data section about these strings, even though they should be there.
Could someone point me in the right direction, if any, to get these strings sorted out? :-)
(I'm using ida strings 0.4D already, but this does'nt seem to list as many as w32dasm does.. )
Some parts of the .data section seems to be like
.data 40002 26 B
.data 40004 27 C
Whereas in w32dasm I would see "BC.... " etc on the same "line".
Should I just read the Primers again, or is there some secret option I have yet to find? :-)
Thanks.
26 and 27 are most likely not B C, but, it was an example
I'm new to this, and I've read some primers on IDA, but I am still having some problems.
When I open a resource in w32dasm I can quickly see all strings and find the locations in the code where these strings are accessed.
But in IDA I am only shown "push 204h" for example, and have to make my own comment for them.
And I dont see any information in the .data section about these strings, even though they should be there.
Could someone point me in the right direction, if any, to get these strings sorted out? :-)
(I'm using ida strings 0.4D already, but this does'nt seem to list as many as w32dasm does.. )
Some parts of the .data section seems to be like
.data 40002 26 B
.data 40004 27 C
Whereas in w32dasm I would see "BC.... " etc on the same "line".
Should I just read the Primers again, or is there some secret option I have yet to find? :-)
Thanks.
26 and 27 are most likely not B C, but, it was an example
