IDA expertise gezocht : an array of a user-defined structure
- From: "R.Wieser" <spamtrap@xxxxxxxxxx>
- Date: Sun, 17 Dec 2006 15:19:45 +0100
Hello All
I'm working with IDA (Inter-Active Disassembler), the freeware version.
I'm currently able to define a record, and apply it as a simple "variable".
What I can't seem to do is to create an array of records.
Although IDA correctly defines the array's size (acording to the size of a
single record and the number of elements) it seems to ignore all but the
first record : The array shows the first record as defined, but than a
*long* field of dwords/words/bytes making up area that should be occupied by
the other records.
In the code only offsets to the first record are translated into
field-names, all offsets beyond the first record are displayed in (the
standard) "+<value>" way.
Am I missing / have forgotten something ?
Regards,
Rudy Wieser
P.s.
Another "ramarkable" thing : although an array of bytes/words/etc can be
shown in a "x dup(y)" way, an array of records refuses to be described that
way (and throws an error due to having more than 100 lines of
data-descriptions)
.
- Follow-Ups:
- Re: IDA expertise gezocht : an array of a user-defined structure
- From: [jongware]
- Re: IDA expertise gezocht : an array of a user-defined structure
- Prev by Date: setting and calling own interrupt handlers
- Next by Date: Re: Size of assembly programs...
- Previous by thread: setting and calling own interrupt handlers
- Next by thread: Re: IDA expertise gezocht : an array of a user-defined structure
- Index(es):
Relevant Pages
|