IDA expertise gezocht : an array of a user-defined structure



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)


.



Relevant Pages

  • Efficiency Question: Large Arrays vs. Indexed Files on Alphas
    ... am writing a program in Basic that will run on each box, ... decide to read some fields of some records into an array and ... maintain records that will eventually be written to an output file ... write the first record to the output file and just update each ...
    (comp.os.vms)
  • RE: [PHP] PHP MySQL Insert Syntax
    ... /*I'm trying to insert values from an array into MySQL DB but the insert ... begins at the last record in the table and not at first record in the table. ... I have added the cellSuffixes column after I already populated 30 records in ...
    (php.general)
  • Re: Array to find relative position - is there a better way?
    ... 1)} (entered as an array formula) ... it pulls the position of the first record not the last. ... The data ranges are named ... pull the most recent stage. ...
    (microsoft.public.excel.worksheet.functions)
  • get first and last items in array
    ... I want to get the first record and last record in an array. ... And I want to grab the first and last items in the array, ... Any advice would be appreciated. ...
    (comp.lang.php)
  • Re: IDA expertise gezocht : an array of a user-defined structure
    ... I'm working with IDA (Inter-Active Disassembler), the freeware ... What I can't seem to do is to create an array of records. ...
    (comp.lang.asm.x86)