https://issues.apache.org/bugzilla/show_bug.cgi?id=46392





--- Comment #6 from Trejkaz <[email protected]>  2009-03-24 19:18:41 PST ---
The value @0x26 which was "03 00" is "01 00" and "00 00" throughout the
existing test data in this issue.  I'm starting to think it's a format number
of some kind.

00 00 , followed by:
  00 00 00 00 (and then EOF)

01 00 , followed by:
  00 00
  ASCIIZ command line
  00 00

03 00 , followed by:
  4 bytes - length of command line
  ASCIIZ command line (we know the length already though)
  4 bytes - attachment length
  attachment data itself

  Optionally in here, some multiple (normally 3 it seems) of this:
    4 bytes - length of Unicode string
    Unicode string value (no null termination on these)

  00 00

What worries me is the missing 02 00.  I doubt there will be any values newer
than 04 00 yet if Office 2007 on Vista is still generating 03 00, but I haven't
yet seen a file with 02 00 which suggests a big gap in my knowledge.  So far
the above is consistent for all files I have actually seen.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to