[Date Prev][Date Next][Subject Prev][Subject Next][Date Index][Subject Index]

Re: Progress Update on XyWrite 3.58b Reverse Engineering & Next Steps



"I assure you, I am not an AI. I’ve been actively working on reverse-engineering XyWrite for some time using tools like IDA, GHIDRA, Google AI, Claude, and others. For a short period, I shared a fully working disassembly of XyWrite 2 with the community. If you have any questions or would like more details, I’m happy to clarify."


From: xywrite-bounce@xxxxxxxxxxxxx <xywrite-bounce@xxxxxxxxxxxxx> on behalf of Fred Weiner <dmarc-noreply@xxxxxxxxxxxxx>
Sent: Tuesday, February 24, 2026 8:33 PM
To: xywrite@xxxxxxxxxxxxx <xywrite@xxxxxxxxxxxxx>
Subject: Re: Progress Update on XyWrite 3.58b Reverse Engineering & Next Steps
 
I’m increasingly suspicious that xyghost is a stand in for an AI entity, possibly Claude. I don’t care much one way or the other, but there’s something in the writing Reminiscent of that style.

On Tue, Feb 24, 2026 at 1:30 PM xyquest xyghost <dmarc-noreply@xxxxxxxxxxxxx> wrote:
Dear XyWrite Community,
I hope this message finds you well. As part of my ongoing research into the history and technical evolution of XyWrite, I’m pleased to share a significant milestone: I have successfully completed the full reverse engineering of XyWrite 3.58b.
Key Progress on XyWrite 3.58b:
  • File Size: The built version matches the original file size exactly (185,138 bytes).
  • Relocation Count: All 1,333 relocation entries are successfully matched.
  • MD5 Hash: Verified match between original and built versions.
  • Byte-Level Identity: 100% byte-level match, with no differences or discrepancies.
  • Segment and Zone Breakdown: I have analyzed the various segments and zones, with 100% opcode matching throughout.
The full reverse engineering process is complete, and all key metrics confirm that the built version is a perfect match to the original. This achievement provides us with a fully reconstructed version of XyWrite 3.58b that could potentially serve as the foundation for future updates and modifications.
Additional Updates:
  • XyWrite 2 Version 1.10 (1.20) and XyWrite 3 Version 3.58b are both now fully reverse-engineered.
    • There is still work to be done in terms of adding comments, identifying labels by their proper names, and further documenting the code.
    • XyWrite II was built using - MASM 3.1 + LINK 3.05, while XyWrite III was built using  -  MASM 4.0 + LINK 3.64.
Next Steps & Community Input:
Now that the reverse engineering of XyWrite 3.58b is complete, I am seeking guidance from the community on the next steps:
  1. What should be the best way to move forward with preserving or releasing the source code? I would like to explore options for making the code accessible for further development or historical preservation. Is there any advice on navigating legal or proprietary concerns, especially regarding potential open-sourcing or disassembly?
  2. Contributions to the XyWrite 3.58b codebase: Would the community be interested in updating this version of XyWrite? For instance, adding new features, fixing outstanding bugs, or ensuring compatibility with modern hardware. I’d love to see this version evolve with your contributions.
  3. Long-Term Vision: In addition to XyWrite 3.58b, I continue to work on XyWrite 4.018, and I’m making steady progress in reverse-engineering and improving this version. My goal is to eventually update or patch XyWrite 4 to include new features while maintaining its original functionality.
I would greatly appreciate any insights, advice, or suggestions you may have on these matters, especially on how to proceed with code releases or any potential legal concerns. Your expertise and continued support would be invaluable for this project.
Thank you for your time and consideration. I look forward to hearing from you and continuing to work together to preserve the legacy of XyWrite.
Best regards,
XYGHOST
-----------------------------------------------------
=== TRINITY (Key Metrics) ===
  File Size:   orig=  185138  built=  185138  [MATCH]
  Reloc Count: orig=    1333  built=    1333  [MATCH]
  MD5 (orig):  CE49205B339D1C29569A292A4CBFFE5F  [VERIFIED]
  MD5 (built): CE49205B339D1C29569A292A4CBFFE5F  [MATCH]
  Base addr:   0x1600 (352 paragraphs = 5632 bytes)

==========================================================================================
=== MZ HEADER COMPARISON (14 fields) ===
==========================================================================================
  [ 0] Signature (MZ)    orig=0x5A4D (23117)  built=0x5A4D (23117)  [OK]
  [ 1] LastPageBytes     orig=0x0132 (  306)  built=0x0132 (  306)  [OK]
  [ 2] TotalPages        orig=0x016A (  362)  built=0x016A (  362)  [OK]
  [ 3] RelocCount        orig=0x0535 ( 1333)  built=0x0535 ( 1333)  [OK]
  [ 4] HeaderParas       orig=0x0160 (  352)  built=0x0160 (  352)  [OK]
  [ 5] MinAlloc          orig=0x0008 (    8)  built=0x0008 (    8)  [OK]
  [ 6] MaxAlloc          orig=0xFFFF (65535)  built=0xFFFF (65535)  [OK]
  [ 7] InitSS            orig=0x2401 ( 9217)  built=0x2401 ( 9217)  [OK]
  [ 8] InitSP            orig=0x0000 (    0)  built=0x0000 (    0)  [OK]
  [ 9] Checksum          orig=0x5CE2 (23778)  built=0x5CE2 (23778)  [OK]
  [10] InitIP            orig=0x004E (   78)  built=0x004E (   78)  [OK]
  [11] InitCS            orig=0x0000 (    0)  built=0x0000 (    0)  [OK]
  [12] RelocTableOfs     orig=0x001E (   30)  built=0x001E (   30)  [OK]
  [13] OverlayNum        orig=0x0000 (    0)  built=0x0000 (    0)  [OK]

  MZ Header match: 14 / 14

  Decoded file size (orig):  pages=362 lastPage=306  calc=185138  actual=185138
  Decoded file size (built): pages=362 lastPage=306  calc=185138  actual=185138

  Reloc table: offset=0x001E  entries=1333  size=5332 bytes  end=0x14F2
  Built reloc:  offset=0x001E  entries=1333  size=5332 bytes  end=0x14F2

  Segment bases: 0000=seg000(ROOT_CODE) 0E56=seg001(CODE1) 23C0=seg010(INIT) 2401=seg011(STACK/DATA)

==========================================================================================
=== FULL RELOCATION TABLE: ALL 1333 ENTRIES ===
  Format: [idx] origSeg:origOff  builtSeg:builtOff  [STATUS]  orig_tgt=XXXX  built_tgt=XXXX
  STATUS: OK=position+target match, TGT=position OK target differs,
          POS=position offset differs, SEG=segment base differs
==========================================================================================

  [   0] 0000:0001  0000:0001  [OK]   orig_tgt=0x17A1  built_tgt=0x17A1
  [   1] 0000:0005  0000:0005  [OK]   orig_tgt=0x2401  built_tgt=0x2401
  [   2] 0000:0009  0000:0009  [OK]   orig_tgt=0x2401  built_tgt=0x2401
  [   3] 0000:000F  0000:000F  [OK]   orig_tgt=0x23C0  built_tgt=0x23C0
  [   4] 0000:0055  0000:0055  [OK]   orig_tgt=0x2401  built_tgt=0x2401
  [   5] 0000:0072  0000:0072  [OK]   orig_tgt=0x23C0  built_tgt=0x23C0
  [   6] 0000:0081  0000:0081  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [   7] 0000:0089  0000:0089  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [   8] 0000:0091  0000:0091  [OK]   orig_tgt=0x23C0  built_tgt=0x23C0
  [   9] 0000:00A9  0000:00A9  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  10] 0000:00BA  0000:00BA  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  11] 0000:00BF  0000:00BF  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  12] 0000:0110  0000:0110  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  13] 0000:0118  0000:0118  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  14] 0000:0276  0000:0276  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  15] 0000:02FE  0000:02FE  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  16] 0000:0312  0000:0312  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  17] 0000:035D  0000:035D  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  18] 0000:0386  0000:0386  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  19] 0000:03E9  0000:03E9  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  20] 0000:046C  0000:046C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  21] 0000:047A  0000:047A  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  22] 0000:047F  0000:047F  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  23] 0000:04B9  0000:04B9  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  24] 0E56:00C4  0E56:00C4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  25] 0E56:00CC  0E56:00CC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  26] 23C0:0013  23C0:0013  [OK]   orig_tgt=0x29E8  built_tgt=0x29E8
  [  27] 23C0:0017  23C0:0017  [OK]   orig_tgt=0x2B81  built_tgt=0x2B81
  [  28] 23C0:001B  23C0:001B  [OK]   orig_tgt=0x2401  built_tgt=0x2401
  [  29] 23C0:011B  23C0:011B  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  30] 23C0:0154  23C0:0154  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  31] 2401:0008  2401:0008  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  32] 2401:000C  2401:000C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  33] 2401:0010  2401:0010  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  34] 2401:0014  2401:0014  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  35] 2401:0018  2401:0018  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  36] 2401:001C  2401:001C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  37] 2401:0020  2401:0020  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  38] 2401:0024  2401:0024  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  39] 2401:0028  2401:0028  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  40] 2401:002C  2401:002C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  41] 2401:0030  2401:0030  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  42] 2401:0034  2401:0034  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  43] 2401:0038  2401:0038  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  44] 2401:003C  2401:003C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  45] 2401:0040  2401:0040  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  46] 2401:0044  2401:0044  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  47] 2401:0048  2401:0048  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  48] 2401:004C  2401:004C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  49] 2401:0050  2401:0050  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  50] 2401:0054  2401:0054  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  51] 2401:0058  2401:0058  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  52] 2401:005C  2401:005C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  53] 2401:0060  2401:0060  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  54] 2401:0064  2401:0064  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  55] 2401:0068  2401:0068  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  56] 2401:006C  2401:006C  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  57] 2401:0070  2401:0070  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  58] 2401:0074  2401:0074  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  59] 2401:0078  2401:0078  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  60] 2401:007C  2401:007C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  61] 2401:0080  2401:0080  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  62] 2401:0084  2401:0084  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  63] 2401:0088  2401:0088  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  64] 2401:008C  2401:008C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  65] 2401:0090  2401:0090  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  66] 2401:0094  2401:0094  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  67] 2401:0098  2401:0098  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  68] 2401:009C  2401:009C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  69] 2401:00A0  2401:00A0  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  70] 2401:00A4  2401:00A4  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  71] 2401:00A8  2401:00A8  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  72] 2401:00AC  2401:00AC  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  73] 2401:00B0  2401:00B0  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  74] 2401:00B4  2401:00B4  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  75] 2401:00B8  2401:00B8  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  76] 2401:00BC  2401:00BC  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  77] 2401:00C0  2401:00C0  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  78] 2401:00C4  2401:00C4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  79] 2401:00C8  2401:00C8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  80] 2401:00CC  2401:00CC  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  81] 2401:00D0  2401:00D0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  82] 2401:00D4  2401:00D4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  83] 2401:00D8  2401:00D8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  84] 2401:00DC  2401:00DC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  85] 2401:00E0  2401:00E0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  86] 2401:00E4  2401:00E4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  87] 2401:00E8  2401:00E8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  88] 2401:00EC  2401:00EC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  89] 2401:00F0  2401:00F0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  90] 2401:00F4  2401:00F4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  91] 2401:00F8  2401:00F8  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  92] 2401:00FC  2401:00FC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  93] 2401:0100  2401:0100  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  94] 2401:0104  2401:0104  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  95] 2401:0108  2401:0108  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  96] 2401:010C  2401:010C  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  97] 2401:0110  2401:0110  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [  98] 2401:0114  2401:0114  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [  99] 2401:0118  2401:0118  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 100] 2401:011C  2401:011C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 101] 2401:0120  2401:0120  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 102] 2401:0124  2401:0124  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 103] 2401:0128  2401:0128  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 104] 2401:012C  2401:012C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 105] 2401:0130  2401:0130  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 106] 2401:0134  2401:0134  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 107] 2401:0138  2401:0138  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 108] 2401:013C  2401:013C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 109] 2401:0140  2401:0140  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 110] 2401:0144  2401:0144  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 111] 2401:0148  2401:0148  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 112] 2401:014C  2401:014C  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 113] 2401:0150  2401:0150  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 114] 2401:0154  2401:0154  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 115] 2401:0158  2401:0158  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 116] 2401:015C  2401:015C  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 117] 2401:0160  2401:0160  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 118] 2401:0164  2401:0164  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 119] 2401:0168  2401:0168  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 120] 2401:016C  2401:016C  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 121] 2401:0170  2401:0170  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 122] 2401:0174  2401:0174  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 123] 2401:0178  2401:0178  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 124] 2401:017C  2401:017C  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 125] 2401:0180  2401:0180  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 126] 2401:0184  2401:0184  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 127] 2401:0188  2401:0188  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 128] 2401:018C  2401:018C  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 129] 2401:0190  2401:0190  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 130] 2401:0194  2401:0194  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 131] 2401:0198  2401:0198  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 132] 2401:019C  2401:019C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 133] 2401:01A0  2401:01A0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 134] 2401:01A4  2401:01A4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 135] 2401:01A8  2401:01A8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 136] 2401:01AC  2401:01AC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 137] 2401:01B0  2401:01B0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 138] 2401:01B4  2401:01B4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 139] 2401:01B8  2401:01B8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 140] 2401:01BC  2401:01BC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 141] 2401:01C0  2401:01C0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 142] 2401:01C4  2401:01C4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 143] 2401:01C8  2401:01C8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 144] 2401:01CC  2401:01CC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 145] 2401:01D0  2401:01D0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 146] 2401:01D4  2401:01D4  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 147] 2401:01D8  2401:01D8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 148] 2401:01DC  2401:01DC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 149] 2401:01E0  2401:01E0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 150] 2401:01E4  2401:01E4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 151] 2401:01E8  2401:01E8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 152] 2401:01EC  2401:01EC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 153] 2401:01F0  2401:01F0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 154] 2401:01F4  2401:01F4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 155] 2401:01F8  2401:01F8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 156] 2401:01FC  2401:01FC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 157] 2401:0200  2401:0200  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 158] 2401:0204  2401:0204  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 159] 2401:0208  2401:0208  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 160] 2401:020C  2401:020C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 161] 2401:0210  2401:0210  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 162] 2401:0214  2401:0214  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 163] 2401:0218  2401:0218  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 164] 2401:021C  2401:021C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 165] 2401:0220  2401:0220  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 166] 2401:0224  2401:0224  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 167] 2401:0228  2401:0228  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 168] 2401:022C  2401:022C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 169] 2401:0230  2401:0230  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 170] 2401:0234  2401:0234  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 171] 2401:0238  2401:0238  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 172] 2401:023C  2401:023C  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 173] 2401:0240  2401:0240  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 174] 2401:0244  2401:0244  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 175] 2401:0248  2401:0248  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 176] 2401:024C  2401:024C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 177] 2401:0250  2401:0250  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 178] 2401:0254  2401:0254  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 179] 2401:0258  2401:0258  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 180] 2401:025C  2401:025C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 181] 2401:0260  2401:0260  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 182] 2401:0264  2401:0264  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 183] 2401:0268  2401:0268  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 184] 2401:026C  2401:026C  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 185] 2401:0270  2401:0270  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 186] 2401:0274  2401:0274  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 187] 2401:0278  2401:0278  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 188] 2401:027C  2401:027C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 189] 2401:0280  2401:0280  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 190] 2401:0284  2401:0284  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 191] 2401:0288  2401:0288  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 192] 2401:028C  2401:028C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 193] 2401:0290  2401:0290  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 194] 2401:0294  2401:0294  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 195] 2401:0298  2401:0298  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 196] 2401:029C  2401:029C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 197] 2401:02A0  2401:02A0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 198] 2401:02A4  2401:02A4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 199] 2401:02A8  2401:02A8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 200] 2401:02AC  2401:02AC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 201] 2401:02B0  2401:02B0  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 202] 2401:02B4  2401:02B4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 203] 2401:02B8  2401:02B8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 204] 2401:02BC  2401:02BC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 205] 2401:02C0  2401:02C0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 206] 2401:02C4  2401:02C4  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 207] 2401:02C8  2401:02C8  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 208] 2401:02CC  2401:02CC  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 209] 2401:02D0  2401:02D0  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 210] 2401:02D4  2401:02D4  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 211] 2401:02D8  2401:02D8  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 212] 2401:02DC  2401:02DC  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 213] 2401:02E0  2401:02E0  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 214] 2401:02E4  2401:02E4  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 215] 2401:02E8  2401:02E8  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 216] 2401:02EC  2401:02EC  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 217] 2401:02F0  2401:02F0  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 218] 2401:02F4  2401:02F4  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 219] 2401:02F8  2401:02F8  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 220] 2401:02FC  2401:02FC  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 221] 2401:0300  2401:0300  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 222] 2401:0304  2401:0304  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 223] 2401:0308  2401:0308  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 224] 2401:030C  2401:030C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 225] 2401:0310  2401:0310  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 226] 2401:0314  2401:0314  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 227] 2401:0318  2401:0318  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 228] 2401:031C  2401:031C  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 229] 2401:0320  2401:0320  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 230] 2401:0324  2401:0324  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 231] 2401:0328  2401:0328  [OK]   orig_tgt=0x0E56  built_tgt=0x0E56
  [ 232] 2401:032E  2401:032E  [OK]   orig_tgt=0x17A1  built_tgt=0x17A1
  [ 233] 2401:0332  2401:0332  [OK]   orig_tgt=0x17A1  built_tgt=0x17A1
  [ 234] 2401:0336  2401:0336  [OK]   orig_tgt=0x17A1  built_tgt=0x17A1
  [ 235] 2401:033A  2401:033A  [OK]   orig_tgt=0x17A1  built_tgt=0x17A1
  [ 236] 2401:0340  2401:0340  [OK]   orig_tgt=0x1876  built_tgt=0x1876
  [ 237] 2401:0344  2401:0344  [OK]   orig_tgt=0x1876  built_tgt=0x1876
  [ 238] 2401:0348  2401:0348  [OK]   orig_tgt=0x1876  built_tgt=0x1876
  [ 239] 2401:034C  2401:034C  [OK]   orig_tgt=0x1876  built_tgt=0x1876
  [ 240] 2401:0350  2401:0350  [OK]   orig_tgt=0x1876  built_tgt=0x1876
  [ 241] 2401:0354  2401:0354  [OK]   orig_tgt=0x1876  built_tgt=0x1876
  [ 242] 2401:0358  2401:0358  [OK]   orig_tgt=0x1876  built_tgt=0x1876
  [ 243] 2401:035C  2401:035C  [OK]   orig_tgt=0x1876  built_tgt=0x1876
  [ 244] 2401:0360  2401:0360  [OK]   orig_tgt=0x1876  built_tgt=0x1876
  [ 245] 2401:0366  2401:0366  [OK]   orig_tgt=0x19A1  built_tgt=0x19A1
  [ 246] 2401:036A  2401:036A  [OK]   orig_tgt=0x19A1  built_tgt=0x19A1
  [ 247] 2401:036E  2401:036E  [OK]   orig_tgt=0x19A1  built_tgt=0x19A1
  [ 248] 2401:0372  2401:0372  [OK]   orig_tgt=0x19A1  built_tgt=0x19A1
  [ 249] 2401:0376  2401:0376  [OK]   orig_tgt=0x19A1  built_tgt=0x19A1
  [ 250] 2401:037A  2401:037A  [OK]   orig_tgt=0x19A1  built_tgt=0x19A1
  [ 251] 2401:0380  2401:0380  [OK]   orig_tgt=0x1C96  built_tgt=0x1C96
  [ 252] 2401:0384  2401:0384  [OK]   orig_tgt=0x1C96  built_tgt=0x1C96
  [ 253] 2401:0388  2401:0388  [OK]   orig_tgt=0x1C96  built_tgt=0x1C96
  [ 254] 2401:038C  2401:038C  [OK]   orig_tgt=0x1C96  built_tgt=0x1C96
  [ 255] 2401:0390  2401:0390  [OK]   orig_tgt=0x1C96  built_tgt=0x1C96
  [ 256] 2401:0396  2401:0396  [OK]   orig_tgt=0x1E01  built_tgt=0x1E01
  [ 257] 2401:039A  2401:039A  [OK]   orig_tgt=0x1E01  built_tgt=0x1E01
  [ 258] 2401:03A0  2401:03A0  [OK]   orig_tgt=0x1EA8  built_tgt=0x1EA8
  [ 259] 2401:03A6  2401:03A6  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 260] 2401:03AA  2401:03AA  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 261] 2401:03AE  2401:03AE  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 262] 2401:03B2  2401:03B2  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 263] 2401:03B6  2401:03B6  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 264] 2401:03BA  2401:03BA  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 265] 2401:03BE  2401:03BE  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 266] 2401:03C2  2401:03C2  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 267] 2401:03C6  2401:03C6  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 268] 2401:03CA  2401:03CA  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 269] 2401:03CE  2401:03CE  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 270] 2401:03D2  2401:03D2  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 271] 2401:03D6  2401:03D6  [OK]   orig_tgt=0x1EDB  built_tgt=0x1EDB
  [ 272] 2401:1407  2401:1407  [OK]   orig_tgt=0x0000  built_tgt=0x0000
  [ 273] 2401:1409  2401:1409  [OK]   orig_tgt=0x17A1  built_tgt=0x17A1
  [ 274] 2401:140B  2401:140B  [OK]   orig_tgt=0x17A1  built_tgt=0x17A1
  [ 275] 2401:140D  2401:140D  [OK]   orig_tgt=0x1876  built_tgt=0x1876
  [ 276] 2401:140F  2401:140F  [OK]   orig_tgt=0x1876  built_tgt=0x1876
  [ 277] 2401:1411  2401:1411  [OK]   orig_tgt=0x19A1  built_tgt=0x19A1
  [ 278] 2401:1413  2401:1413  [OK]   orig_tgt=0x19A1  built_tgt=0x19A1
<div style="font-family: Aptos, "Aptos_EmbeddedFont", "Aptos_MSFontService", Calibri, Helvetica, sa