home *** CD-ROM | disk | FTP | other *** search
Wrap
// VTableFixup Directory: // IMAGE_COR_VTABLEFIXUP[0]: // RVA: 00004250 // Count: 0001 // Type: 0005 // [0000] (06000001) .vtfixup [1] int32 fromunmanaged at D_00004250 // 06000001 .assembly extern mscorlib { .originator = (03 68 91 16 D3 A4 AE 33 ) // .h.....3 .ver 2000:14:1813:0 } .assembly extern Microsoft.VisualC { .ver 0:0:0:0 } .assembly 'NumGuess' as "NumGuess" { // --- The following custom attribute is added automatically, do not uncomment ------- // .custom instance void ['mscorlib']System.Diagnostics.DebuggableAttribute::.ctor(bool, // bool) = ( 01 00 01 00 00 00 ) .capability reqmin = (00 01 00 00 00 FF FF FF FF 01 00 00 00 00 00 00 00 02 01 00 00 00 1D 53 79 73 74 65 6D 2E 53 65 // .......System.Se 63 75 72 69 74 79 2E 50 65 72 6D 69 73 73 69 6F // curity.Permissio 6E 53 65 74 04 00 00 00 0C 72 65 61 64 61 62 6C // nSet.....readabl 65 6F 6E 6C 79 0E 6D 5F 55 6E 72 65 73 74 72 69 // eonly.m_Unrestri 63 74 65 64 15 6D 5F 75 6E 72 65 73 74 72 69 63 // cted.m_unrestric 74 65 64 50 65 72 6D 53 65 74 0F 6D 5F 6E 6F 72 // tedPermSet.m_nor 6D 61 6C 50 65 72 6D 53 65 74 01 00 09 02 00 00 // malPermSet...... 00 09 03 00 00 00 02 02 00 00 00 22 53 79 73 74 // ..........."Syst 65 6D 2E 53 65 63 75 72 69 74 79 2E 55 74 69 6C // em.Security.Util 2E 54 6F 6B 65 6E 42 61 73 65 64 53 65 74 05 00 // .TokenBasedSet.. 00 00 08 6D 5F 6F 62 6A 53 65 74 06 6D 5F 63 45 // ...m_objSet.m_cE 6C 74 0A 6D 5F 69 6E 69 74 53 69 7A 65 0B 6D 5F // lt.m_initSize.m_ 69 6E 63 72 65 6D 65 6E 74 0A 6D 5F 6D 61 78 49 // increment.m_maxI 6E 64 65 78 09 04 00 00 00 01 00 00 00 10 00 00 // ndex............ 00 08 00 00 00 00 00 00 00 01 03 00 00 00 02 00 00 00 09 05 00 00 00 00 00 00 00 08 00 00 00 08 00 00 00 FF FF FF FF 07 04 00 00 00 00 01 00 00 00 10 00 00 00 03 0D 53 79 73 74 65 6D 2E 4F 62 // .......System.Ob 6A 65 63 74 09 06 00 00 00 0A 0A 0A 0A 0A 0A 0A // ject............ 0A 0A 0A 0A 0A 0A 0A 0A 07 05 00 00 00 00 01 00 00 00 08 00 00 00 03 0D 53 79 73 74 65 6D 2E 4F // ........System.O 62 6A 65 63 74 0A 0A 0A 0A 0A 0A 0A 0A 02 06 00 // bject........... 00 00 2E 53 79 73 74 65 6D 2E 53 65 63 75 72 69 // ...System.Securi 74 79 2E 50 65 72 6D 69 73 73 69 6F 6E 73 2E 53 // ty.Permissions.S 65 63 75 72 69 74 79 50 65 72 6D 69 73 73 69 6F // ecurityPermissio 6E 01 00 00 00 07 6D 5F 66 6C 61 67 73 02 FF FF // n.....m_flags... FF FF 32 53 79 73 74 65 6D 2E 53 65 63 75 72 69 // ..2System.Securi 74 79 2E 50 65 72 6D 69 73 73 69 6F 6E 73 2E 53 // ty.Permissions.S 65 63 75 72 69 74 79 50 65 72 6D 69 73 73 69 6F // ecurityPermissio 6E 46 6C 61 67 01 00 00 00 07 76 61 6C 75 65 5F // nFlag.....value_ 5F 04 00 00 00 0B ) // _..... .hash algorithm 0x00008004 .ver 0:0:0:0 } .module 'NumGuess' // MVID: {7F591FF3-9C43-4B1E-9CE4-E30419C949D0} .namespace __Microsoft_Visual_CPP__ { .class public auto ansi sealed __CustomMetaData extends ['mscorlib']System.Object { } // end of class '__CustomMetaData' } // end of namespace '__Microsoft_Visual_CPP__' .class auto ansi NumGuess extends ['mscorlib']System.Object { .field private int32 MagicNumber .field private static int32 NumGuesses .method public specialname rtspecialname instance void .ctor() il managed { // Code size 95 (0x5f) .maxstack 2 IL_0000: ldarg.0 IL_0001: call instance void ['mscorlib']System.Object::.ctor() IL_0006: ldc.i4.0 IL_0007: stsfld int32 NumGuess::NumGuesses IL_000c: ldarg.0 IL_000d: ldc.i4.m1 IL_000e: stfld int32 NumGuess::MagicNumber IL_0013: ldsflda value class $MultiByte$size$40 ??_C@_1CI@FAFBDFMM@?$AA?6?$AAG?$AAa?$AAm?$AAe?$AA?5?$AAI?$AAn?$AAi?$AAt?$AAi?$AAa?$AAl?$AAi?$AAz?$AAe?$AAd?$AA?$CB?$AA?6?$AA?$AA@ IL_0018: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_001d: call void ['mscorlib']System.Console::WriteLine(class System.String) IL_0022: ldsflda value class $MultiByte$size$78 ??_C@_1EO@JLCMOCPB@?$AAT?$AAh?$AAe?$AA?5?$AAg?$AAo?$AAa?$AAl?$AA?5?$AAi?$AAs?$AA?5?$AAt?$AAo?$AA?5?$AAg?$AAu?$AAe?$AAs?$AAs@ IL_0027: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_002c: call void ['mscorlib']System.Console::WriteLine(class System.String) IL_0031: ldsflda value class $MultiByte$size$80 ??_C@_1FA@IPPLINJM@?$AAT?$AAh?$AAi?$AAs?$AA?5?$AAw?$AAi?$AAl?$AAl?$AA?5?$AAb?$AAe?$AA?5?$AAa?$AA?5?$AAn?$AAu?$AAm?$AAb?$AAe@ IL_0036: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_003b: call void ['mscorlib']System.Console::WriteLine(class System.String) IL_0040: ldsflda value class $MultiByte$size$80 ??_C@_1FA@MBAJLHIH@?$AAI?$AA?5?$AAw?$AAi?$AAl?$AAl?$AA?5?$AAt?$AAe?$AAl?$AAl?$AA?5?$AAy?$AAo?$AAu?$AA?5?$AAe?$AAi?$AAt?$AAh@ IL_0045: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_004a: call void ['mscorlib']System.Console::WriteLine(class System.String) IL_004f: ldsflda value class $MultiByte$size$24 ??_C@_1BI@JDLPONJN@?$AAH?$AAa?$AAv?$AAe?$AA?5?$AAF?$AAu?$AAn?$AA?$CB?$AA?6?$AA?6?$AA?$AA@ IL_0054: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_0059: call void ['mscorlib']System.Console::WriteLine(class System.String) IL_005e: ret } // end of method 'NumGuess::.ctor' .method public instance bool Guess() il managed { // Code size 154 (0x9a) .maxstack 4 .locals ([0] bool 'retval', [1] int32 num, [2] class System.String input, [3] class ['mscorlib']System.Exception e, [4] class System.Exception V_4) IL_0000: ldnull IL_0001: stloc.2 IL_0002: ldnull IL_0003: stloc.s V_4 IL_0005: ldc.i4.0 IL_0006: stloc.0 IL_0007: ldsflda value class $MultiByte$size$46 ??_C@_1CO@HCCLGHKF@?$AAW?$AAh?$AAa?$AAt?$AAs?$AA?5?$AAy?$AAo?$AAu?$AAr?$AA?5?$AAg?$AAu?$AAe?$AAs?$AAs?$AA?$DP?$AA?5?$AA?9?$AA?9@ IL_000c: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_0011: call void ['mscorlib']System.Console::Write(class System.String) IL_0016: call class System.String ['mscorlib']System.Console::ReadLine() IL_001b: stloc.2 .try { IL_001c: ldloc.2 IL_001d: ldc.i4.7 IL_001e: call int32 ['mscorlib']System.Int32::Parse(class System.String, value class ['mscorlib']System.Globalization.NumberStyles) IL_0023: stloc.1 IL_0024: leave.s IL_0038 } // end .try catch System.Exception { IL_0026: stloc.3 IL_0027: ldsflda value class $MultiByte$size$48 ??_C@_1DA@LKKCKKIP@?$AAP?$AAl?$AAe?$AAa?$AAs?$AAe?$AA?5?$AAe?$AAn?$AAt?$AAe?$AAr?$AA?5?$AAa?$AA?5?$AAn?$AAu?$AAm?$AAb?$AAe@ IL_002c: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_0031: call void ['mscorlib']System.Console::WriteLine(class System.String) IL_0036: leave.s IL_0007 } // end handler IL_0038: ldloc.1 IL_0039: ldarg.0 IL_003a: ldfld int32 NumGuess::MagicNumber IL_003f: bne.un.s IL_0054 IL_0041: ldsflda value class $MultiByte$size$50 ??_C@_1DC@KCOCHPGC@?$AAY?$AAo?$AAu?$AA?5?$AAG?$AAu?$AAe?$AAs?$AAs?$AAe?$AAd?$AA?5?$AAe?$AAr?$AA?5?$AAC?$AAh?$AAe?$AAs?$AAt@ IL_0046: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_004b: call void ['mscorlib']System.Console::WriteLine(class System.String) IL_0050: ldc.i4.1 IL_0051: stloc.0 IL_0052: br.s IL_008a IL_0054: ldloc.1 IL_0055: ldarg.0 IL_0056: ldfld int32 NumGuess::MagicNumber IL_005b: ble.s IL_0070 IL_005d: ldsflda value class $MultiByte$size$22 ??_C@_1BG@EDLMDIKN@?$AA?7?$AAT?$AAo?$AAo?$AA?5?$AAH?$AAi?$AAg?$AAh?$AA?6?$AA?$AA@ IL_0062: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_0067: call void ['mscorlib']System.Console::WriteLine(class System.String) IL_006c: ldc.i4.0 IL_006d: stloc.0 IL_006e: br.s IL_008a IL_0070: ldloc.1 IL_0071: ldarg.0 IL_0072: ldfld int32 NumGuess::MagicNumber IL_0077: bge.s IL_008a IL_0079: ldsflda value class $MultiByte$size$20 ??_C@_1BE@BGBEPAEG@?$AA?7?$AAT?$AAo?$AAo?$AA?5?$AAL?$AAo?$AAw?$AA?6?$AA?$AA@ IL_007e: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_0083: call void ['mscorlib']System.Console::WriteLine(class System.String) IL_0088: ldc.i4.0 IL_0089: stloc.0 IL_008a: ldsfld int32 NumGuess::NumGuesses IL_008f: ldc.i4.1 IL_0090: add IL_0091: stsfld int32 NumGuess::NumGuesses IL_0096: ldloc.0 IL_0097: br.s IL_0099 IL_0099: ret } // end of method 'NumGuess::Guess' .method public instance bool PlayAgain() il managed { // Code size 71 (0x47) .maxstack 2 .locals ([0] class System.String input) IL_0000: ldnull IL_0001: stloc.0 IL_0002: ldsflda value class $MultiByte$size$38 ??_C@_1CG@IDCGDMFF@?$AA?6?$AAP?$AAl?$AAa?$AAy?$AA?5?$AAA?$AAg?$AAa?$AAi?$AAn?$AA?5?$AA?$CI?$AAY?$AA?1?$AAN?$AA?$CJ?$AA?$DP?$AA?$AA@ IL_0007: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_000c: call void ['mscorlib']System.Console::WriteLine(class System.String) IL_0011: ldsfld class ['mscorlib']System.IO.TextReader ['mscorlib']System.Console::In IL_0016: callvirt instance class System.String ['mscorlib']System.IO.TextReader::ReadLine() IL_001b: stloc.0 IL_001c: ldloc.0 IL_001d: ldsflda value class $MultiByte$size$4 ??_C@_13GILOGAML@?$AAY?$AA?$AA@ IL_0022: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_0027: call instance bool ['mscorlib']System.String::Equals(class System.String) IL_002c: brtrue.s IL_0040 IL_002e: ldloc.0 IL_002f: ldsflda value class $MultiByte$size$4 ??_C@_13MIIMMPPF@?$AAy?$AA?$AA@ IL_0034: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_0039: call instance bool ['mscorlib']System.String::Equals(class System.String) IL_003e: brfalse.s IL_0043 IL_0040: ldc.i4.1 IL_0041: br.s IL_0046 IL_0043: ldc.i4.0 IL_0044: br.s IL_0046 IL_0046: ret } // end of method 'NumGuess::PlayAgain' .method public newslot virtual instance void GenNewNum() il managed { // Code size 30 (0x1e) .maxstack 4 .locals ([0] class ['mscorlib']System.Random r) IL_0000: ldnull IL_0001: stloc.0 IL_0002: newobj instance void ['mscorlib']System.Random::.ctor() IL_0007: stloc.0 IL_0008: ldarg.0 IL_0009: ldloc.0 IL_000a: ldc.i4.1 IL_000b: ldc.i4.s 100 IL_000d: callvirt instance int32 ['mscorlib']System.Random::Next(int32, int32) IL_0012: stfld int32 NumGuess::MagicNumber IL_0017: ldc.i4.0 IL_0018: stsfld int32 NumGuess::NumGuesses IL_001d: ret } // end of method 'NumGuess::GenNewNum' .method public static void PrintGuesses() il managed { // Code size 11 (0xb) .maxstack 1 IL_0000: ldsfld int32 NumGuess::NumGuesses IL_0005: call void ['mscorlib']System.Console::Write(int32) IL_000a: ret } // end of method 'NumGuess::PrintGuesses' .method public specialname rtspecialname static void .cctor() il managed { // Code size 1 (0x1) .maxstack 0 IL_0000: ret } // end of method 'NumGuess::.cctor' } // end of class 'NumGuess' .class value explicit ansi sealed $MultiByte$size$40 { .pack 1 .size 40 } // end of class '$MultiByte$size$40' .class value explicit ansi sealed $MultiByte$size$78 { .pack 1 .size 78 } // end of class '$MultiByte$size$78' .class value explicit ansi sealed $MultiByte$size$80 { .pack 1 .size 80 } // end of class '$MultiByte$size$80' .class value explicit ansi sealed $MultiByte$size$24 { .pack 1 .size 24 } // end of class '$MultiByte$size$24' .class value explicit ansi sealed $MultiByte$size$46 { .pack 1 .size 46 } // end of class '$MultiByte$size$46' .class value explicit ansi sealed $MultiByte$size$48 { .pack 1 .size 48 } // end of class '$MultiByte$size$48' .class value explicit ansi sealed $MultiByte$size$50 { .pack 1 .size 50 } // end of class '$MultiByte$size$50' .class value explicit ansi sealed $MultiByte$size$22 { .pack 1 .size 22 } // end of class '$MultiByte$size$22' .class value explicit ansi sealed $MultiByte$size$20 { .pack 1 .size 20 } // end of class '$MultiByte$size$20' .class value explicit ansi sealed $MultiByte$size$38 { .pack 1 .size 38 } // end of class '$MultiByte$size$38' .class value explicit ansi sealed $MultiByte$size$4 { .pack 1 .size 4 } // end of class '$MultiByte$size$4' .class value explicit ansi sealed $MultiByte$size$26 { .pack 1 .size 26 } // end of class '$MultiByte$size$26' //Global fields //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .field public static value class $MultiByte$size$40 ??_C@_1CI@FAFBDFMM@?$AA?6?$AAG?$AAa?$AAm?$AAe?$AA?5?$AAI?$AAn?$AAi?$AAt?$AAi?$AAa?$AAl?$AAi?$AAz?$AAe?$AAd?$AA?$CB?$AA?6?$AA?$AA@ at D_00004108 .field public static value class $MultiByte$size$78 ??_C@_1EO@JLCMOCPB@?$AAT?$AAh?$AAe?$AA?5?$AAg?$AAo?$AAa?$AAl?$AA?5?$AAi?$AAs?$AA?5?$AAt?$AAo?$AA?5?$AAg?$AAu?$AAe?$AAs?$AAs@ at D_000040B8 .field public static value class $MultiByte$size$80 ??_C@_1FA@IPPLINJM@?$AAT?$AAh?$AAi?$AAs?$AA?5?$AAw?$AAi?$AAl?$AAl?$AA?5?$AAb?$AAe?$AA?5?$AAa?$AA?5?$AAn?$AAu?$AAm?$AAb?$AAe@ at D_00004068 .field public static value class $MultiByte$size$80 ??_C@_1FA@MBAJLHIH@?$AAI?$AA?5?$AAw?$AAi?$AAl?$AAl?$AA?5?$AAt?$AAe?$AAl?$AAl?$AA?5?$AAy?$AAo?$AAu?$AA?5?$AAe?$AAi?$AAt?$AAh@ at D_00004018 .field public static value class $MultiByte$size$24 ??_C@_1BI@JDLPONJN@?$AAH?$AAa?$AAv?$AAe?$AA?5?$AAF?$AAu?$AAn?$AA?$CB?$AA?6?$AA?6?$AA?$AA@ at D_00004000 .field public static value class $MultiByte$size$46 ??_C@_1CO@HCCLGHKF@?$AAW?$AAh?$AAa?$AAt?$AAs?$AA?5?$AAy?$AAo?$AAu?$AAr?$AA?5?$AAg?$AAu?$AAe?$AAs?$AAs?$AA?$DP?$AA?5?$AA?9?$AA?9@ at D_000041C0 .field public static value class $MultiByte$size$48 ??_C@_1DA@LKKCKKIP@?$AAP?$AAl?$AAe?$AAa?$AAs?$AAe?$AA?5?$AAe?$AAn?$AAt?$AAe?$AAr?$AA?5?$AAa?$AA?5?$AAn?$AAu?$AAm?$AAb?$AAe@ at D_00004190 .field public static value class $MultiByte$size$50 ??_C@_1DC@KCOCHPGC@?$AAY?$AAo?$AAu?$AA?5?$AAG?$AAu?$AAe?$AAs?$AAs?$AAe?$AAd?$AA?5?$AAe?$AAr?$AA?5?$AAC?$AAh?$AAe?$AAs?$AAt@ at D_0000415C .field public static value class $MultiByte$size$22 ??_C@_1BG@EDLMDIKN@?$AA?7?$AAT?$AAo?$AAo?$AA?5?$AAH?$AAi?$AAg?$AAh?$AA?6?$AA?$AA@ at D_00004144 .field public static value class $MultiByte$size$20 ??_C@_1BE@BGBEPAEG@?$AA?7?$AAT?$AAo?$AAo?$AA?5?$AAL?$AAo?$AAw?$AA?6?$AA?$AA@ at D_00004130 .field public static value class $MultiByte$size$38 ??_C@_1CG@IDCGDMFF@?$AA?6?$AAP?$AAl?$AAa?$AAy?$AA?5?$AAA?$AAg?$AAa?$AAi?$AAn?$AA?5?$AA?$CI?$AAY?$AA?1?$AAN?$AA?$CJ?$AA?$DP?$AA?$AA@ at D_000041F8 .field public static value class $MultiByte$size$4 ??_C@_13GILOGAML@?$AAY?$AA?$AA@ at D_000041F4 .field public static value class $MultiByte$size$4 ??_C@_13MIIMMPPF@?$AAy?$AA?$AA@ at D_000041F0 .field static privatescope value class $MultiByte$size$26 'unnamed-global-0' at D_00004220 .field static privatescope value class $MultiByte$size$20 'unnamed-global-1' at D_0000423C //Global methods //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .method public static int32 modopt(['mscorlib']System.Runtime.InteropServices.CallConvCdecl) main() il managed { .entrypoint .vtentry 1 : 1 // Code size 69 (0x45) .maxstack 1 .locals ([0] class NumGuess ng) IL_0000: ldnull IL_0001: stloc.0 IL_0002: newobj instance void NumGuess::.ctor() IL_0007: stloc.0 IL_0008: ldloc.0 IL_0009: callvirt instance void NumGuess::GenNewNum() IL_000e: ldloc.0 IL_000f: call instance bool NumGuess::Guess() IL_0014: brtrue.s IL_0018 IL_0016: br.s IL_000e IL_0018: ldsflda value class $MultiByte$size$26 'unnamed-global-0' IL_001d: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_0022: call void ['mscorlib']System.Console::Write(class System.String) IL_0027: call void NumGuess::PrintGuesses() IL_002c: ldsflda value class $MultiByte$size$20 'unnamed-global-1' IL_0031: newobj instance void ['mscorlib']System.String::.ctor(wchar*) IL_0036: call void ['mscorlib']System.Console::WriteLine(class System.String) IL_003b: ldloc.0 IL_003c: call instance bool NumGuess::PlayAgain() IL_0041: brtrue.s IL_0008 IL_0043: ldc.i4.0 IL_0044: ret } // end of global method 'main' .data D_00004000 = bytearray ( 48 00 61 00 76 00 65 00 20 00 46 00 75 00 6E 00 // H.a.v.e. .F.u.n. 21 00 0A 00 0A 00 00 00) // !....... .data D_00004018 = bytearray ( 49 00 20 00 77 00 69 00 6C 00 6C 00 20 00 74 00 // I. .w.i.l.l. .t. 65 00 6C 00 6C 00 20 00 79 00 6F 00 75 00 20 00 // e.l.l. .y.o.u. . 65 00 69 00 74 00 68 00 65 00 72 00 20 00 68 00 // e.i.t.h.e.r. .h. 69 00 67 00 68 00 65 00 72 00 20 00 6F 00 72 00 // i.g.h.e.r. .o.r. 20 00 6C 00 6F 00 77 00 65 00 72 00 2E 00 00 00) // .l.o.w.e.r..... .data D_00004068 = bytearray ( 54 00 68 00 69 00 73 00 20 00 77 00 69 00 6C 00 // T.h.i.s. .w.i.l. 6C 00 20 00 62 00 65 00 20 00 61 00 20 00 6E 00 // l. .b.e. .a. .n. 75 00 6D 00 62 00 65 00 72 00 20 00 62 00 65 00 // u.m.b.e.r. .b.e. 74 00 77 00 65 00 65 00 6E 00 20 00 31 00 20 00 // t.w.e.e.n. .1. . 61 00 6E 00 64 00 20 00 31 00 30 00 30 00 00 00) // a.n.d. .1.0.0... .data D_000040B8 = bytearray ( 54 00 68 00 65 00 20 00 67 00 6F 00 61 00 6C 00 // T.h.e. .g.o.a.l. 20 00 69 00 73 00 20 00 74 00 6F 00 20 00 67 00 // .i.s. .t.o. .g. 75 00 65 00 73 00 73 00 20 00 74 00 68 00 65 00 // u.e.s.s. .t.h.e. 20 00 4D 00 61 00 67 00 69 00 63 00 20 00 4E 00 // .M.a.g.i.c. .N. 75 00 6D 00 62 00 65 00 72 00 2E 00 00 00 00 00) // u.m.b.e.r....... .data D_00004108 = bytearray ( 0A 00 47 00 61 00 6D 00 65 00 20 00 49 00 6E 00 // ..G.a.m.e. .I.n. 69 00 74 00 69 00 61 00 6C 00 69 00 7A 00 65 00 // i.t.i.a.l.i.z.e. 64 00 21 00 0A 00 00 00) // d.!..... .data D_00004130 = bytearray ( 09 00 54 00 6F 00 6F 00 20 00 4C 00 6F 00 77 00 // ..T.o.o. .L.o.w. 0A 00 00 00) .data D_00004144 = bytearray ( 09 00 54 00 6F 00 6F 00 20 00 48 00 69 00 67 00 // ..T.o.o. .H.i.g. 68 00 0A 00 00 00 00 00) // h....... .data D_0000415C = bytearray ( 59 00 6F 00 75 00 20 00 47 00 75 00 65 00 73 00 // Y.o.u. .G.u.e.s. 73 00 65 00 64 00 20 00 65 00 72 00 20 00 43 00 // s.e.d. .e.r. .C. 68 00 65 00 73 00 74 00 65 00 72 00 21 00 0A 00 // h.e.s.t.e.r.!... 00 00 00 00) .data D_00004190 = bytearray ( 50 00 6C 00 65 00 61 00 73 00 65 00 20 00 65 00 // P.l.e.a.s.e. .e. 6E 00 74 00 65 00 72 00 20 00 61 00 20 00 6E 00 // n.t.e.r. .a. .n. 75 00 6D 00 62 00 65 00 72 00 2E 00 0A 00 00 00) // u.m.b.e.r....... .data D_000041C0 = bytearray ( 57 00 68 00 61 00 74 00 73 00 20 00 79 00 6F 00 // W.h.a.t.s. .y.o. 75 00 72 00 20 00 67 00 75 00 65 00 73 00 73 00 // u.r. .g.u.e.s.s. 3F 00 20 00 2D 00 2D 00 3E 00 20 00 00 00 00 00) // ?. .-.-.>. ..... .data D_000041F0 = bytearray ( 79 00 00 00) // y... .data D_000041F4 = bytearray ( 59 00 00 00) // Y... .data D_000041F8 = bytearray ( 0A 00 50 00 6C 00 61 00 79 00 20 00 41 00 67 00 // ..P.l.a.y. .A.g. 61 00 69 00 6E 00 20 00 28 00 59 00 2F 00 4E 00 // a.i.n. .(.Y./.N. 29 00 3F 00 00 00 00 00) // ).?..... .data D_00004220 = bytearray ( 49 00 74 00 20 00 74 00 6F 00 6F 00 6B 00 20 00 // I.t. .t.o.o.k. . 79 00 6F 00 75 00 20 00 00 00 00 00) // y.o.u. ..... .data D_0000423C = bytearray ( 20 00 67 00 75 00 65 00 73 00 73 00 65 00 73 00 // .g.u.e.s.s.e.s. 2E 00 00 00) // .... .data D_00004250 = bytearray ( 01 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00) //*********** DISASSEMBLY COMPLETE ***********************