Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. object layout structure in .NET using disassembler
  2. class myclass
  3. {
  4.   public int m_a;
  5. }
  6.  
  7. myclass myc = new myclass();
  8. myc.m_a = 23;
  9. //I am setting a breakpoint after this line
  10.        
  11. 0x0148B7BC  1c 93 a7 00 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00