1635N/A
1635N/A// I can cast any old thing I want to this type object:
1635N/Apublic class You_Have_Been_P0wned {
1635N/A // Make a bunch of int-fields so I can peek & poke it
1635N/A int _a;
1635N/A int _b;
1635N/A int _c;
1635N/A int _d;
1635N/A
1635N/A}
1635N/A