Hi,
I would like to ask if I have a byte array as under, can I use
Mono.Cecil to translate these bytes into CIL Code?

Example: This byte array is the bytes code of a method.
byte[] data = { 0x7A, 0x03, 0x2C, 0x13, 0x02, 0x7B, 0x01, 0x00, 0x00,
0x04, 0x2C, 0x0B, 0x02, 0x7B, 0x01, 0x00, 0x00, 0x04, 0x6F, 0x10,
0x00, 0x00, 0x0A, 0x02, 0x03, 0x28, 0x11, 0x00, 0x00, 0x0A, 0x2A};

Thanks.
Regards.
rca.


--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---

Reply via email to