Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Raw Bytes

$
0
0

When in IL view is there a way to display raw bytes for the entire instruction and not just the first opcode:

For example an instruction could look like this In IL view, where 28 is the opcode of the "call" instruction along with the 4 bytes of address

IL_0001: call instance void i0::a()   //28 12 34 56 78

 

 


Viewing all articles
Browse latest Browse all 1764

Trending Articles