A
Alex Sedow
Hello All! (especially for Mattias)
Sorry. But I have one more question.
While parsing System.dll parser found 0x55 - prefix that not described in
ECMA-335 (2nd edition, december 2002).
Custom Attribute (index 0x1a9) in System.dll has following signature
(corresponding method signature described bellow).
Custom attribute signature:
0x21 - blob size
0x01 0x00 - Prolog
0x55 - ?
0x17 "System.IO.NotifyFilters" - SerString
0x13 0x00 0x00 0x00 - ? (additional 4 bytes for 0x55 prefix, (prefix 0x50
not contain additional 4 bytes))
0x00 0x00 - NumNames
Method signature:
0x04 - blob size
0x20 - Flags (HASTHIS)
0x01 - FixedArgs
0x01 - ELEMENT_TYPE_VOID
0x1c - ELEMENT_TYPE_OBJECT
Questions:
1. What means prefix 0x55?
2. Is prefix 0x55 not described in standart? (Or I something missing?)
3. What means additional 4 bytes in attribute signature?
Alex.
Sorry. But I have one more question.
While parsing System.dll parser found 0x55 - prefix that not described in
ECMA-335 (2nd edition, december 2002).
Custom Attribute (index 0x1a9) in System.dll has following signature
(corresponding method signature described bellow).
Custom attribute signature:
0x21 - blob size
0x01 0x00 - Prolog
0x55 - ?
0x17 "System.IO.NotifyFilters" - SerString
0x13 0x00 0x00 0x00 - ? (additional 4 bytes for 0x55 prefix, (prefix 0x50
not contain additional 4 bytes))
0x00 0x00 - NumNames
Method signature:
0x04 - blob size
0x20 - Flags (HASTHIS)
0x01 - FixedArgs
0x01 - ELEMENT_TYPE_VOID
0x1c - ELEMENT_TYPE_OBJECT
Questions:
1. What means prefix 0x55?
2. Is prefix 0x55 not described in standart? (Or I something missing?)
3. What means additional 4 bytes in attribute signature?
Alex.