<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="45">
  <CheatEntries>
    <CheatEntry>
      <ID>70</ID>
      <Description>"[$ASM] Get base of player/health/musou"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(BASE_AOB,DWORIGINS.exe,86 C8 45 00 00 48 85 C0 74 1A 48 8B 88 10 03 00 00)
alloc(newmem,$1000,BASE_AOB)
label(o_code return Base i_base_hp_addr)
registersymbol(Base i_base_hp_addr)

// One level below

newmem:
mov [Base],rax
push rax
mov rax,[rax+00000300]
mov [i_base_hp_addr],rax
pop rax
o_code:
  mov rcx,[rax+00000310]
  jmp return

i_base_hp_addr:
dq 00
Base:
dq 00

BASE_AOB+0A:
  jmp newmem
  nop 2
return:
registersymbol(BASE_AOB)

[DISABLE]
BASE_AOB+0A:
  db 48 8B 88 10 03 00 00

unregistersymbol(*)
dealloc(*)

{ Function dump of "DWORIGINS.exe+6DAAF"
~ Function header aob : "4C 89 44 24 18 48 89 54 24 10 57 41 57" ~
// [0000/0] DWORIGINS.exe+6DA50 -- (5) 4C 89 44 24 18  -- mov [rsp+18],r8
// [0005/5] DWORIGINS.exe+6DA55 -- (5) 48 89 54 24 10  -- mov [rsp+10],rdx
// [000A/10] DWORIGINS.exe+6DA5A -- (1) 57 -- push rdi
// [000B/11] DWORIGINS.exe+6DA5B -- (2) 41 57 -- push r15
// [000D/13] DWORIGINS.exe+6DA5D -- (4) 48 83 EC 78 -- sub rsp,78
// [0011/17] DWORIGINS.exe+6DA61 -- (7) 80 B9 E0010000 00 -- cmp byte ptr [rcx+000001E0],00
// [0018/24] DWORIGINS.exe+6DA68 -- (3) 4C 8B FA  -- mov r15,rdx
// [001B/27] DWORIGINS.exe+6DA6B -- (3) 48 8B F9  -- mov rdi,rcx
// [001E/30] DWORIGINS.exe+6DA6E -- (6) 0F84 59070000 -- je DWORIGINS.exe+6E1CD
// [0024/36] DWORIGINS.exe+6DA74 -- (3) 48 8B 02  -- mov rax,[rdx]
// [0027/39] DWORIGINS.exe+6DA77 -- (5) 48 89 74 24 68  -- mov [rsp+68],rsi
// [002C/44] DWORIGINS.exe+6DA7C -- (4) 48 8B 70 20  -- mov rsi,[rax+20]
// [0030/48] DWORIGINS.exe+6DA80 -- (3) 48 85 F6  -- test rsi,rsi
// [0033/51] DWORIGINS.exe+6DA83 -- (6) 0F84 3F070000 -- je DWORIGINS.exe+6E1C8
// [0039/57] DWORIGINS.exe+6DA89 -- (7) 48 8B 86 B8450000  -- mov rax,[rsi+000045B8]
// [0040/64] DWORIGINS.exe+6DA90 -- (5) 4C 89 64 24 60  -- mov [rsp+60],r12
// [0045/69] DWORIGINS.exe+6DA95 -- (3) 48 85 C0  -- test rax,rax
// [0048/72] DWORIGINS.exe+6DA98 -- (2) 74 2F -- je DWORIGINS.exe+6DAC9
// [004A/74] DWORIGINS.exe+6DA9A -- (7) F6 80 00020000 04 -- test byte ptr [rax+00000200],04
// [0051/81] DWORIGINS.exe+6DAA1 -- (2) 75 07 -- jne DWORIGINS.exe+6DAAA
// [0053/83] DWORIGINS.exe+6DAA3 -- (7) 48 8B 86 C8450000  -- mov rax,[rsi+000045C8]
// [005A/90] DWORIGINS.exe+6DAAA -- (3) 48 85 C0  -- test rax,rax
// [005D/93] DWORIGINS.exe+6DAAD -- (2) 74 1A -- je DWORIGINS.exe+6DAC9
// [005F/95] DWORIGINS.exe+6DAAF -- (7) 48 8B 88 10030000  -- mov rcx,[rax+00000310]
// [0066/102] DWORIGINS.exe+6DAB6 -- (6) 48 05 E0000000 -- add rax,000000E0
// [006C/108] DWORIGINS.exe+6DABC -- (3) 48 85 C9  -- test rcx,rcx
// [006F/111] DWORIGINS.exe+6DABF -- (4) 48 8D 51 70  -- lea rdx,[rcx+70]
// [0073/115] DWORIGINS.exe+6DAC3 -- (4) 48 0F44 D0  -- cmove rdx,rax
// [0077/119] DWORIGINS.exe+6DAC7 -- (2) EB 07 -- jmp DWORIGINS.exe+6DAD0
// [0079/121] DWORIGINS.exe+6DAC9 -- (7) 48 8D 15 709BD802  -- lea rdx,[DWORIGINS.exe+2DF7640] -- [00000000]
// [0080/128] DWORIGINS.exe+6DAD0 -- (3) 48 8B CF  -- mov rcx,rdi
// [0083/131] DWORIGINS.exe+6DAD3 -- (5) E8 98F01400 -- call DWORIGINS.exe+1BCB70
// [0088/136] DWORIGINS.exe+6DAD8 -- (4) 4C 8D 66 10  -- lea r12,[rsi+10]
// [008C/140] DWORIGINS.exe+6DADC -- (6) 89 87 B8000000  -- mov [rdi+000000B8],eax
// [0092/146] DWORIGINS.exe+6DAE2 -- (3) 4D 85 E4  -- test r12,r12
// [0095/149] DWORIGINS.exe+6DAE5 -- (6) 0F84 D8060000 -- je DWORIGINS.exe+6E1C3
// [009B/155] DWORIGINS.exe+6DAEB -- (8) 48 89 9C 24 90000000  -- mov [rsp+00000090],rbx
// [00A3/163] DWORIGINS.exe+6DAF3 -- (4) 48 8B 5F 20  -- mov rbx,[rdi+20]
// [00A7/167] DWORIGINS.exe+6DAF7 -- (5) 4C 89 6C 24 58  -- mov [rsp+58],r13
// [00AC/172] DWORIGINS.exe+6DAFC -- (5) 4C 89 74 24 50  -- mov [rsp+50],r14
// [00B1/177] DWORIGINS.exe+6DB01 -- (5) 0F29 7C 24 30  -- movaps [rsp+30],xmm7
// [00B6/182] DWORIGINS.exe+6DB06 -- (6) 44 0F29 44 24 20  -- movaps [rsp+20],xmm8
// [00BC/188] DWORIGINS.exe+6DB0C -- (3) 48 85 DB  -- test rbx,rbx
// [00BF/191] DWORIGINS.exe+6DB0F -- (2) 74 4A -- je DWORIGINS.exe+6DB5B
// [00C1/193] DWORIGINS.exe+6DB11 -- (7) 48 8B 9B 68040000  -- mov rbx,[rbx+00000468]
// [00C8/200] DWORIGINS.exe+6DB18 -- (3) 48 85 DB  -- test rbx,rbx
// [00CB/203] DWORIGINS.exe+6DB1B -- (2) 74 3E -- je DWORIGINS.exe+6DB5B
// [00CD/205] DWORIGINS.exe+6DB1D -- (3) 48 8B CB  -- mov rcx,rbx
// [00D0/208] DWORIGINS.exe+6DB20 -- (5) E8 4B952500 -- call DWORIGINS.exe+2C7070
// [00D5/213] DWORIGINS.exe+6DB25 -- (2) 84 C0  -- test al,al
// [00D7/215] DWORIGINS.exe+6DB27 -- (2) 74 0A -- je DWORIGINS.exe+6DB33
// [00D9/217] DWORIGINS.exe+6DB29 -- (3) 48 8B CB  -- mov rcx,rbx
// [00DC/220] DWORIGINS.exe+6DB2C -- (5) E8 8F3E2500 -- call DWORIGINS.exe+2C19C0
// [00E1/225] DWORIGINS.exe+6DB31 -- (2) EB 28 -- jmp DWORIGINS.exe+6DB5B
// [00E3/227] DWORIGINS.exe+6DB33 -- (7) F6 87 00020000 04 -- test byte ptr [rdi+00000200],04
// [00EA/234] DWORIGINS.exe+6DB3A -- (2) 74 1F -- je DWORIGINS.exe+6DB5B
// [00EC/236] DWORIGINS.exe+6DB3C -- (3) 8B 43 20  -- mov eax,[rbx+20]
// [00EF/239] DWORIGINS.exe+6DB3F -- (5) 48 0FBA E0 0F -- bt rax,0F
// [00F4/244] DWORIGINS.exe+6DB44 -- (2) 73 15 -- jae DWORIGINS.exe+6DB5B
// [00F6/246] DWORIGINS.exe+6DB46 -- (3) 48 8B CB  -- mov rcx,rbx
// [00F9/249] DWORIGINS.exe+6DB49 -- (5) E8 82922500 -- call DWORIGINS.exe+2C6DD0
// [00FE/254] DWORIGINS.exe+6DB4E -- (4) 48 8B 43 20  -- mov rax,[rbx+20]
// [0102/258] DWORIGINS.exe+6DB52 -- (5) 48 0FBA F0 0F -- btr rax,0F
// [0107/263] DWORIGINS.exe+6DB57 -- (4) 48 89 43 20  -- mov [rbx+20],rax
// [010B/267] DWORIGINS.exe+6DB5B -- (7) 48 8B 8F 80030000  -- mov rcx,[rdi+00000380]
// [0112/274] DWORIGINS.exe+6DB62 -- (3) 48 85 C9  -- test rcx,rcx
// [0115/277] DWORIGINS.exe+6DB65 -- (2) 74 05 -- je DWORIGINS.exe+6DB6C
// [0117/279] DWORIGINS.exe+6DB67 -- (5) E8 A4770D00 -- call DWORIGINS.exe+145310
// [011C/284] DWORIGINS.exe+6DB6C -- (3) 48 8B CF  -- mov rcx,rdi
// [011F/287] DWORIGINS.exe+6DB6F -- (5) E8 2CC71500 -- call DWORIGINS.exe+1CA2A0
// [0124/292] DWORIGINS.exe+6DB74 -- (7) 4C 8B AF E0020000  -- mov r13,[rdi+000002E0]
// [012B/299] DWORIGINS.exe+6DB7B -- (3) 48 85 C0  -- test rax,rax
// [012E/302] DWORIGINS.exe+6DB7E -- (3) 48 8B D8  -- mov rbx,rax
// [0131/305] DWORIGINS.exe+6DB81 -- (3) 48 8B CF  -- mov rcx,rdi
// [0134/308] DWORIGINS.exe+6DB84 -- (4) 48 0F44 DF  -- cmove rbx,rdi
// [0138/312] DWORIGINS.exe+6DB88 -- (5) E8 93571500 -- call DWORIGINS.exe+1C3320
// [013D/317] DWORIGINS.exe+6DB8D -- (4) 45 0F57 C0  -- xorps xmm8,xmm8
// [0141/321] DWORIGINS.exe+6DB91 -- (2) 84 C0  -- test al,al
// [0143/323] DWORIGINS.exe+6DB93 -- (2) 74 29 -- je DWORIGINS.exe+6DBBE
// [0145/325] DWORIGINS.exe+6DB95 -- (7) 48 8B 9E B8450000  -- mov rbx,[rsi+000045B8]
// [014C/332] DWORIGINS.exe+6DB9C -- (3) 48 85 DB  -- test rbx,rbx
// [014F/335] DWORIGINS.exe+6DB9F -- (6) 0F84 F8000000 -- je DWORIGINS.exe+6DC9D
// [0155/341] DWORIGINS.exe+6DBA5 -- (7) F6 83 00020000 04 -- test byte ptr [rbx+00000200],04
// [015C/348] DWORIGINS.exe+6DBAC -- (6) 0F85 EB000000 -- jne DWORIGINS.exe+6DC9D
// [0162/354] DWORIGINS.exe+6DBB2 -- (7) 48 8B 9E C8450000  -- mov rbx,[rsi+000045C8]
// [0169/361] DWORIGINS.exe+6DBB9 -- (5) E9 DF000000 -- jmp DWORIGINS.exe+6DC9D
// [016E/366] DWORIGINS.exe+6DBBE -- (7) 4C 8B 8F 38030000  -- mov r9,[rdi+00000338]
// [0175/373] DWORIGINS.exe+6DBC5 -- (7) 4C 8B 9F 40030000  -- mov r11,[rdi+00000340]
// [017C/380] DWORIGINS.exe+6DBCC -- (7) 4C 8B 97 30030000  -- mov r10,[rdi+00000330]
// [0183/387] DWORIGINS.exe+6DBD3 -- (3) 4D 85 C9  -- test r9,r9
// [0186/390] DWORIGINS.exe+6DBD6 -- (2) 74 19 -- je DWORIGINS.exe+6DBF1
// [0188/392] DWORIGINS.exe+6DBD8 -- (3) 49 8B C9  -- mov rcx,r9
// [018B/395] DWORIGINS.exe+6DBDB -- (5) E8 202F0C00 -- call DWORIGINS.exe+130B00
// [0190/400] DWORIGINS.exe+6DBE0 -- (2) 84 C0  -- test al,al
// [0192/402] DWORIGINS.exe+6DBE2 -- (2) 74 0D -- je DWORIGINS.exe+6DBF1
// [0194/404] DWORIGINS.exe+6DBE4 -- (3) 49 8B C9  -- mov rcx,r9
// [0197/407] DWORIGINS.exe+6DBE7 -- (5) E8 54300C00 -- call DWORIGINS.exe+130C40
// [019C/412] DWORIGINS.exe+6DBEC -- (5) E9 A5000000 -- jmp DWORIGINS.exe+6DC96
// [01A1/417] DWORIGINS.exe+6DBF1 -- (3) 4D 85 ED  -- test r13,r13
// [01A4/420] DWORIGINS.exe+6DBF4 -- (2) 74 13 -- je DWORIGINS.exe+6DC09
// [01A6/422] DWORIGINS.exe+6DBF6 -- (7) 41 8B 85 C8000000  -- mov eax,[r13+000000C8]
// [01AD/429] DWORIGINS.exe+6DBFD -- (2) D1 E8  -- shr eax,1
// [01AF/431] DWORIGINS.exe+6DBFF -- (2) A8 01 -- test al,01
// [01B1/433] DWORIGINS.exe+6DC01 -- (2) 74 06 -- je DWORIGINS.exe+6DC09
// [01B3/435] DWORIGINS.exe+6DC03 -- (4) 49 8B 55 40  -- mov rdx,[r13+40]
// [01B7/439] DWORIGINS.exe+6DC07 -- (2) EB 71 -- jmp DWORIGINS.exe+6DC7A
// [01B9/441] DWORIGINS.exe+6DC09 -- (3) 4D 85 DB  -- test r11,r11
// [01BC/444] DWORIGINS.exe+6DC0C -- (2) 74 1D -- je DWORIGINS.exe+6DC2B
// [01BE/446] DWORIGINS.exe+6DC0E -- (3) 49 8B CB  -- mov rcx,r11
// [01C1/449] DWORIGINS.exe+6DC11 -- (5) E8 8A0E1200 -- call DWORIGINS.exe+18EAA0
// [01C6/454] DWORIGINS.exe+6DC16 -- (2) 84 C0  -- test al,al
// [01C8/456] DWORIGINS.exe+6DC18 -- (2) 75 11 -- jne DWORIGINS.exe+6DC2B
// [01CA/458] DWORIGINS.exe+6DC1A -- (3) 4D 85 D2  -- test r10,r10
// [01CD/461] DWORIGINS.exe+6DC1D -- (2) 74 0C -- je DWORIGINS.exe+6DC2B
// [01CF/463] DWORIGINS.exe+6DC1F -- (4) 41 38 42 7C  -- cmp [r10+7C],al
// [01D3/467] DWORIGINS.exe+6DC23 -- (2) 74 06 -- je DWORIGINS.exe+6DC2B
// [01D5/469] DWORIGINS.exe+6DC25 -- (4) 49 8B 52 68  -- mov rdx,[r10+68]
// [01D9/473] DWORIGINS.exe+6DC29 -- (2) EB 4F -- jmp DWORIGINS.exe+6DC7A
// [01DB/475] DWORIGINS.exe+6DC2B -- (3) 4D 85 ED  -- test r13,r13
// [01DE/478] DWORIGINS.exe+6DC2E -- (2) 74 6D -- je DWORIGINS.exe+6DC9D
// [01E0/480] DWORIGINS.exe+6DC30 -- (6) F3 41 0F10 4D 74  -- movss xmm1,[r13+74]
// [01E6/486] DWORIGINS.exe+6DC36 -- (4) 41 0F2F C8  -- comiss xmm1,xmm8
// [01EA/490] DWORIGINS.exe+6DC3A -- (2) 76 61 -- jna DWORIGINS.exe+6DC9D
// [01EC/492] DWORIGINS.exe+6DC3C -- (11) 41 F7 85 C8000000 00010000 -- test [r13+000000C8],00000100
// [01F7/503] DWORIGINS.exe+6DC47 -- (2) 74 10 -- je DWORIGINS.exe+6DC59
// [01F9/505] DWORIGINS.exe+6DC49 -- (6) F3 41 0F10 45 78  -- movss xmm0,[r13+78]
// [01FF/511] DWORIGINS.exe+6DC4F -- (3) 0F2F C1  -- comiss xmm0,xmm1
// [0202/514] DWORIGINS.exe+6DC52 -- (3) 0F97 C0  -- seta al
// [0205/517] DWORIGINS.exe+6DC55 -- (2) 84 C0  -- test al,al
// [0207/519] DWORIGINS.exe+6DC57 -- (2) 74 44 -- je DWORIGINS.exe+6DC9D
// [0209/521] DWORIGINS.exe+6DC59 -- (5) BA 0A000000 -- mov edx,0000000A
// [020E/526] DWORIGINS.exe+6DC5E -- (3) 49 8B CC  -- mov rcx,r12
// [0211/529] DWORIGINS.exe+6DC61 -- (5) E8 BAA4FBFF -- call DWORIGINS.exe+28120
// [0216/534] DWORIGINS.exe+6DC66 -- (2) 84 C0  -- test al,al
// [0218/536] DWORIGINS.exe+6DC68 -- (2) 74 0C -- je DWORIGINS.exe+6DC76
// [021A/538] DWORIGINS.exe+6DC6A -- (3) 48 8B CF  -- mov rcx,rdi
// [021D/541] DWORIGINS.exe+6DC6D -- (5) E8 EE661500 -- call DWORIGINS.exe+1C4360
// [0222/546] DWORIGINS.exe+6DC72 -- (2) 84 C0  -- test al,al
// [0224/548] DWORIGINS.exe+6DC74 -- (2) 75 27 -- jne DWORIGINS.exe+6DC9D
// [0226/550] DWORIGINS.exe+6DC76 -- (4) 49 8B 55 48  -- mov rdx,[r13+48]
// [022A/554] DWORIGINS.exe+6DC7A -- (7) 48 8B 8E 90450000  -- mov rcx,[rsi+00004590]
// [0231/561] DWORIGINS.exe+6DC81 -- (5) E8 8A3E1600 -- call DWORIGINS.exe+1D1B10
// [0236/566] DWORIGINS.exe+6DC86 -- (3) 48 85 C0  -- test rax,rax
// [0239/569] DWORIGINS.exe+6DC89 -- (2) 74 09 -- je DWORIGINS.exe+6DC94
// [023B/571] DWORIGINS.exe+6DC8B -- (7) 80 B8 E0010000 00 -- cmp byte ptr [rax+000001E0],00
// [0242/578] DWORIGINS.exe+6DC92 -- (2) 75 02 -- jne DWORIGINS.exe+6DC96
// [0244/580] DWORIGINS.exe+6DC94 -- (2) 33 C0  -- xor eax,eax
// [0246/582] DWORIGINS.exe+6DC96 -- (3) 48 85 C0  -- test rax,rax
// [0249/585] DWORIGINS.exe+6DC99 -- (4) 48 0F45 D8  -- cmovne rbx,rax
// [024D/589] DWORIGINS.exe+6DC9D -- (8) 41 8B 84 24 CC000000  -- mov eax,[r12+000000CC]
// [0255/597] DWORIGINS.exe+6DCA5 -- (3) 48 8B D3  -- mov rdx,rbx
// [0258/600] DWORIGINS.exe+6DCA8 -- (3) 48 8B CE  -- mov rcx,rsi
// [025B/603] DWORIGINS.exe+6DCAB -- (6) 89 87 C0000000  -- mov [rdi+000000C0],eax
// [0261/609] DWORIGINS.exe+6DCB1 -- (5) E8 BA380100 -- call DWORIGINS.exe+81570
// [0266/614] DWORIGINS.exe+6DCB6 -- (7) 48 8B 8F F8020000  -- mov rcx,[rdi+000002F8]
// [026D/621] DWORIGINS.exe+6DCBD -- (7) 88 84 24 A0000000  -- mov [rsp+000000A0],al
// [0274/628] DWORIGINS.exe+6DCC4 -- (3) 48 85 C9  -- test rcx,rcx
// [0277/631] DWORIGINS.exe+6DCC7 -- (2) 74 23 -- je DWORIGINS.exe+6DCEC
// [0279/633] DWORIGINS.exe+6DCC9 -- (4) 80 79 3F 00 -- cmp byte ptr [rcx+3F],00
// [027D/637] DWORIGINS.exe+6DCCD -- (2) 76 1D -- jna DWORIGINS.exe+6DCEC
// [027F/639] DWORIGINS.exe+6DCCF -- (7) F6 87 00020000 04 -- test byte ptr [rdi+00000200],04
// [0286/646] DWORIGINS.exe+6DCD6 -- (2) 74 14 -- je DWORIGINS.exe+6DCEC
// [0288/648] DWORIGINS.exe+6DCD8 -- (10) F3 41 0F10 BC 24 D0000000  -- movss xmm7,[r12+000000D0]
// [0292/658] DWORIGINS.exe+6DCE2 -- (8) C6 84 24 A0000000 00 -- mov byte ptr [rsp+000000A0],00
// [029A/666] DWORIGINS.exe+6DCEA -- (2) EB 1A -- jmp DWORIGINS.exe+6DD06
// [029C/668] DWORIGINS.exe+6DCEC -- (2) 84 C0  -- test al,al
// [029E/670] DWORIGINS.exe+6DCEE -- (2) 74 0C -- je DWORIGINS.exe+6DCFC
// [02A0/672] DWORIGINS.exe+6DCF0 -- (10) F3 41 0F10 BC 24 D4000000  -- movss xmm7,[r12+000000D4]
// [02AA/682] DWORIGINS.exe+6DCFA -- (2) EB 0A -- jmp DWORIGINS.exe+6DD06
// [02AC/684] DWORIGINS.exe+6DCFC -- (10) F3 41 0F10 BC 24 C8000000  -- movss xmm7,[r12+000000C8]
// [02B6/694] DWORIGINS.exe+6DD06 -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [02B9/697] DWORIGINS.exe+6DD09 -- (3) 0F28 CF  -- movaps xmm1,xmm7
// [02BC/700] DWORIGINS.exe+6DD0C -- (8) F3 0F58 87 C4000000  -- addss xmm0,[rdi+000000C4]
// [02C4/708] DWORIGINS.exe+6DD14 -- (8) F3 0F58 8F C8000000  -- addss xmm1,[rdi+000000C8]
// [02CC/716] DWORIGINS.exe+6DD1C -- (8) F3 0F11 87 C4000000  -- movss [rdi+000000C4],xmm0
// [02D4/724] DWORIGINS.exe+6DD24 -- (8) F3 0F11 8F C8000000  -- movss [rdi+000000C8],xmm1
// [02DC/732] DWORIGINS.exe+6DD2C -- (7) 48 8B 8F E0020000  -- mov rcx,[rdi+000002E0]
// [02E3/739] DWORIGINS.exe+6DD33 -- (3) 48 85 C9  -- test rcx,rcx
// [02E6/742] DWORIGINS.exe+6DD36 -- (2) 74 30 -- je DWORIGINS.exe+6DD68
// [02E8/744] DWORIGINS.exe+6DD38 -- (5) F3 0F10 49 74  -- movss xmm1,[rcx+74]
// [02ED/749] DWORIGINS.exe+6DD3D -- (4) 41 0F2F C8  -- comiss xmm1,xmm8
// [02F1/753] DWORIGINS.exe+6DD41 -- (2) 76 25 -- jna DWORIGINS.exe+6DD68
// [02F3/755] DWORIGINS.exe+6DD43 -- (10) F7 81 C8000000 00010000 -- test [rcx+000000C8],00000100
// [02FD/765] DWORIGINS.exe+6DD4D -- (2) 74 0F -- je DWORIGINS.exe+6DD5E
// [02FF/767] DWORIGINS.exe+6DD4F -- (5) F3 0F10 41 78  -- movss xmm0,[rcx+78]
// [0304/772] DWORIGINS.exe+6DD54 -- (3) 0F2F C1  -- comiss xmm0,xmm1
// [0307/775] DWORIGINS.exe+6DD57 -- (3) 0F97 C0  -- seta al
// [030A/778] DWORIGINS.exe+6DD5A -- (2) 84 C0  -- test al,al
// [030C/780] DWORIGINS.exe+6DD5C -- (2) 74 0A -- je DWORIGINS.exe+6DD68
// [030E/782] DWORIGINS.exe+6DD5E -- (8) F3 0F10 81 0C010000  -- movss xmm0,[rcx+0000010C]
// [0316/790] DWORIGINS.exe+6DD66 -- (2) EB 03 -- jmp DWORIGINS.exe+6DD6B
// [0318/792] DWORIGINS.exe+6DD68 -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [031B/795] DWORIGINS.exe+6DD6B -- (2) 33 C0  -- xor eax,eax
// [031D/797] DWORIGINS.exe+6DD6D -- (5) 0F29 74 24 40  -- movaps [rsp+40],xmm6
// [0322/802] DWORIGINS.exe+6DD72 -- (8) F3 0F11 87 CC000000  -- movss [rdi+000000CC],xmm0
// [032A/810] DWORIGINS.exe+6DD7A -- (3) 0F5A C7  -- cvtps2pd xmm0,xmm7
// [032D/813] DWORIGINS.exe+6DD7D -- (7) 0F54 05 BC963403  -- andps xmm0,[DWORIGINS.exe+33B7440] -- [FFFFFFFF]
// [0334/820] DWORIGINS.exe+6DD84 -- (4) 66 0F5A C8  -- cvtpd2ps xmm1,xmm0
// [0338/824] DWORIGINS.exe+6DD88 -- (7) 0F2F 0D 89EA3303  -- comiss xmm1,[DWORIGINS.exe+33AC818] -- [(float)0.0000]
// [033F/831] DWORIGINS.exe+6DD8F -- (3) 0F92 C0  -- setb al
// [0342/834] DWORIGINS.exe+6DD92 -- (2) 85 C0  -- test eax,eax
// [0344/836] DWORIGINS.exe+6DD94 -- (2) 74 12 -- je DWORIGINS.exe+6DDA8
// [0346/838] DWORIGINS.exe+6DD96 -- (10) C7 87 D0000000 00000000 -- mov [rdi+000000D0],00000000
// [0350/848] DWORIGINS.exe+6DDA0 -- (3) 0F57 F6  -- xorps xmm6,xmm6
// [0353/851] DWORIGINS.exe+6DDA3 -- (5) E9 ED000000 -- jmp DWORIGINS.exe+6DE95
// [0358/856] DWORIGINS.exe+6DDA8 -- (5) B9 DE020000 -- mov ecx,000002DE
// [035D/861] DWORIGINS.exe+6DDAD -- (5) E8 9E2D0400 -- call DWORIGINS.exe+B0B50
// [0362/866] DWORIGINS.exe+6DDB2 -- (6) 8B 87 00020000  -- mov eax,[rdi+00000200]
// [0368/872] DWORIGINS.exe+6DDB8 -- (3) 0F28 C8  -- movaps xmm1,xmm0
// [036B/875] DWORIGINS.exe+6DDBB -- (4) 0FBA E0 08 -- bt eax,08
// [036F/879] DWORIGINS.exe+6DDBF -- (2) 73 07 -- jae DWORIGINS.exe+6DDC8
// [0371/881] DWORIGINS.exe+6DDC1 -- (5) B9 DF020000 -- mov ecx,000002DF
// [0376/886] DWORIGINS.exe+6DDC6 -- (2) EB 19 -- jmp DWORIGINS.exe+6DDE1
// [0378/888] DWORIGINS.exe+6DDC8 -- (2) A8 20 -- test al,20
// [037A/890] DWORIGINS.exe+6DDCA -- (2) 75 10 -- jne DWORIGINS.exe+6DDDC
// [037C/892] DWORIGINS.exe+6DDCC -- (7) 48 8B 0D C53A9503  -- mov rcx,[DWORIGINS.exe+39C1898] -- [A03B5610]
// [0383/899] DWORIGINS.exe+6DDD3 -- (5) E8 D8C09700 -- call DWORIGINS.exe+9E9EB0
// [0388/904] DWORIGINS.exe+6DDD8 -- (2) 84 C0  -- test al,al
// [038A/906] DWORIGINS.exe+6DDDA -- (2) 74 0D -- je DWORIGINS.exe+6DDE9
// [038C/908] DWORIGINS.exe+6DDDC -- (5) B9 E0020000 -- mov ecx,000002E0
// [0391/913] DWORIGINS.exe+6DDE1 -- (5) E8 6A2D0400 -- call DWORIGINS.exe+B0B50
// [0396/918] DWORIGINS.exe+6DDE6 -- (3) 0F28 C8  -- movaps xmm1,xmm0
// [0399/921] DWORIGINS.exe+6DDE9 -- (8) F3 0F10 87 D0000000  -- movss xmm0,[rdi+000000D0]
// [03A1/929] DWORIGINS.exe+6DDF1 -- (3) 0F2F F8  -- comiss xmm7,xmm0
// [03A4/932] DWORIGINS.exe+6DDF4 -- (8) F3 0F59 0D DCEB3303  -- mulss xmm1,[DWORIGINS.exe+33AC9D8] -- [(float)0.0167]
// [03AC/940] DWORIGINS.exe+6DDFC -- (2) 72 0A -- jb DWORIGINS.exe+6DE08
// [03AE/942] DWORIGINS.exe+6DDFE -- (4) F3 0F58 C1  -- addss xmm0,xmm1
// [03B2/946] DWORIGINS.exe+6DE02 -- (4) F3 0F5D C7  -- minss xmm0,xmm7
// [03B6/950] DWORIGINS.exe+6DE06 -- (2) EB 08 -- jmp DWORIGINS.exe+6DE10
// [03B8/952] DWORIGINS.exe+6DE08 -- (4) F3 0F5C C1  -- subss xmm0,xmm1
// [03BC/956] DWORIGINS.exe+6DE0C -- (4) F3 0F5F C7  -- maxss xmm0,xmm7
// [03C0/960] DWORIGINS.exe+6DE10 -- (8) F3 0F11 87 D0000000  -- movss [rdi+000000D0],xmm0
// [03C8/968] DWORIGINS.exe+6DE18 -- (6) 8B 87 00020000  -- mov eax,[rdi+00000200]
// [03CE/974] DWORIGINS.exe+6DE1E -- (2) A8 20 -- test al,20
// [03D0/976] DWORIGINS.exe+6DE20 -- (2) 74 5B -- je DWORIGINS.exe+6DE7D
// [03D2/978] DWORIGINS.exe+6DE22 -- (4) 0FBA E0 08 -- bt eax,08
// [03D6/982] DWORIGINS.exe+6DE26 -- (2) 72 55 -- jb DWORIGINS.exe+6DE7D
// [03D8/984] DWORIGINS.exe+6DE28 -- (8) 48 83 3D E8D78F03 00 -- cmp qword ptr [DWORIGINS.exe+396B618],00
// [03E0/992] DWORIGINS.exe+6DE30 -- (2) 74 4B -- je DWORIGINS.exe+6DE7D
// [03E2/994] DWORIGINS.exe+6DE32 -- (7) 83 3D B7E38F03 01 -- cmp dword ptr [DWORIGINS.exe+396C1F0],01
// [03E9/1001] DWORIGINS.exe+6DE39 -- (2) 75 42 -- jne DWORIGINS.exe+6DE7D
// [03EB/1003] DWORIGINS.exe+6DE3B -- (7) 48 8B 8F E0020000  -- mov rcx,[rdi+000002E0]
// [03F2/1010] DWORIGINS.exe+6DE42 -- (3) 48 85 C9  -- test rcx,rcx
// [03F5/1013] DWORIGINS.exe+6DE45 -- (2) 74 36 -- je DWORIGINS.exe+6DE7D
// [03F7/1015] DWORIGINS.exe+6DE47 -- (4) 48 8B 41 10  -- mov rax,[rcx+10]
// [03FB/1019] DWORIGINS.exe+6DE4B -- (3) 48 85 C0  -- test rax,rax
// [03FE/1022] DWORIGINS.exe+6DE4E -- (2) 74 2D -- je DWORIGINS.exe+6DE7D
// [0400/1024] DWORIGINS.exe+6DE50 -- (3) 8B 50 04  -- mov edx,[rax+04]
// [0403/1027] DWORIGINS.exe+6DE53 -- (6) 81 FA DD300000 -- cmp edx,000030DD
// [0409/1033] DWORIGINS.exe+6DE59 -- (2) 74 18 -- je DWORIGINS.exe+6DE73
// [040B/1035] DWORIGINS.exe+6DE5B -- (6) 81 FA ED300000 -- cmp edx,000030ED
// [0411/1041] DWORIGINS.exe+6DE61 -- (2) 75 1A -- jne DWORIGINS.exe+6DE7D
// [0413/1043] DWORIGINS.exe+6DE63 -- (3) 45 33 C0  -- xor r8d,r8d
// [0416/1046] DWORIGINS.exe+6DE66 -- (4) 41 8D 50 09  -- lea edx,[r8+09]
// [041A/1050] DWORIGINS.exe+6DE6A -- (5) E8 B1790700 -- call DWORIGINS.exe+E5820
// [041F/1055] DWORIGINS.exe+6DE6F -- (2) 84 C0  -- test al,al
// [0421/1057] DWORIGINS.exe+6DE71 -- (2) 74 0A -- je DWORIGINS.exe+6DE7D
// [0423/1059] DWORIGINS.exe+6DE73 -- (10) C7 87 D0000000 8988883C -- mov [rdi+000000D0],3C888889
// [042D/1069] DWORIGINS.exe+6DE7D -- (8) F3 0F10 87 D0000000  -- movss xmm0,[rdi+000000D0]
// [0435/1077] DWORIGINS.exe+6DE85 -- (5) E8 1699F200 -- call DWORIGINS.exe+F977A0
// [043A/1082] DWORIGINS.exe+6DE8A -- (8) F3 0F11 87 D0000000  -- movss [rdi+000000D0],xmm0
// [0442/1090] DWORIGINS.exe+6DE92 -- (3) 0F28 F0  -- movaps xmm6,xmm0
// [0445/1093] DWORIGINS.exe+6DE95 -- (7) 4C 8B B7 20030000  -- mov r14,[rdi+00000320]
// [044C/1100] DWORIGINS.exe+6DE9C -- (5) 48 89 6C 24 70  -- mov [rsp+70],rbp
// [0451/1105] DWORIGINS.exe+6DEA1 -- (3) 4D 85 F6  -- test r14,r14
// [0454/1108] DWORIGINS.exe+6DEA4 -- (6) 0F84 DD000000 -- je DWORIGINS.exe+6DF87
// [045A/1114] DWORIGINS.exe+6DEAA -- (7) 49 8B 86 A8000000  -- mov rax,[r14+000000A8]
// [0461/1121] DWORIGINS.exe+6DEB1 -- (3) 48 8B 08  -- mov rcx,[rax]
// [0464/1124] DWORIGINS.exe+6DEB4 -- (4) 4C 8B 79 30  -- mov r15,[rcx+30]
// [0468/1128] DWORIGINS.exe+6DEB8 -- (3) 4D 85 FF  -- test r15,r15
// [046B/1131] DWORIGINS.exe+6DEBB -- (6) 0F84 BE000000 -- je DWORIGINS.exe+6DF7F
// [0471/1137] DWORIGINS.exe+6DEC1 -- (4) 49 8D 46 18  -- lea rax,[r14+18]
// [0475/1141] DWORIGINS.exe+6DEC5 -- (7) 49 8D 9E B4010000  -- lea rbx,[r14+000001B4]
// [047C/1148] DWORIGINS.exe+6DECC -- (3) 4C 3B F0  -- cmp r14,rax
// [047F/1151] DWORIGINS.exe+6DECF -- (6) 0F84 AA000000 -- je DWORIGINS.exe+6DF7F
// [0485/1157] DWORIGINS.exe+6DED5 -- (11) 66 66 66 0F1F 84 00 00000000  -- nop word ptr [rax+rax+00000000]
// [0490/1168] DWORIGINS.exe+6DEE0 -- (3) 44 8B 03  -- mov r8d,[rbx]
// [0493/1171] DWORIGINS.exe+6DEE3 -- (3) 48 8B EB  -- mov rbp,rbx
// [0496/1174] DWORIGINS.exe+6DEE6 -- (3) 45 85 C0  -- test r8d,r8d
// [0499/1177] DWORIGINS.exe+6DEE9 -- (6) 0F84 90000000 -- je DWORIGINS.exe+6DF7F
// [049F/1183] DWORIGINS.exe+6DEEF -- (3) 8B 43 04  -- mov eax,[rbx+04]
// [04A2/1186] DWORIGINS.exe+6DEF2 -- (3) 83 F8 FF -- cmp eax,-01
// [04A5/1189] DWORIGINS.exe+6DEF5 -- (6) 0F84 84000000 -- je DWORIGINS.exe+6DF7F
// [04AB/1195] DWORIGINS.exe+6DEFB -- (7) 49 8B 8F E0020000  -- mov rcx,[r15+000002E0]
// [04B2/1202] DWORIGINS.exe+6DF02 -- (3) 48 85 C9  -- test rcx,rcx
// [04B5/1205] DWORIGINS.exe+6DF05 -- (2) 74 78 -- je DWORIGINS.exe+6DF7F
// [04B7/1207] DWORIGINS.exe+6DF07 -- (4) 48 8B 71 08  -- mov rsi,[rcx+08]
// [04BB/1211] DWORIGINS.exe+6DF0B -- (2) 8B D0  -- mov edx,eax
// [04BD/1213] DWORIGINS.exe+6DF0D -- (4) 48 8B 41 18  -- mov rax,[rcx+18]
// [04C1/1217] DWORIGINS.exe+6DF11 -- (3) 48 2B C6  -- sub rax,rsi
// [04C4/1220] DWORIGINS.exe+6DF14 -- (4) 48 C1 F8 03 -- sar rax,03
// [04C8/1224] DWORIGINS.exe+6DF18 -- (3) 48 3B D0  -- cmp rdx,rax
// [04CB/1227] DWORIGINS.exe+6DF1B -- (2) 73 62 -- jae DWORIGINS.exe+6DF7F
// [04CD/1229] DWORIGINS.exe+6DF1D -- (4) 48 8B 41 10  -- mov rax,[rcx+10]
// [04D1/1233] DWORIGINS.exe+6DF21 -- (3) 48 2B C6  -- sub rax,rsi
// [04D4/1236] DWORIGINS.exe+6DF24 -- (4) 48 C1 F8 03 -- sar rax,03
// [04D8/1240] DWORIGINS.exe+6DF28 -- (3) 48 3B C2  -- cmp rax,rdx
// [04DB/1243] DWORIGINS.exe+6DF2B -- (6) 0F86 A4020000 -- jbe DWORIGINS.exe+6E1D5
// [04E1/1249] DWORIGINS.exe+6DF31 -- (4) 48 8B 34 D6   -- mov rsi,[rsi+rdx*8]
// [04E5/1253] DWORIGINS.exe+6DF35 -- (3) 48 85 F6  -- test rsi,rsi
// [04E8/1256] DWORIGINS.exe+6DF38 -- (2) 74 45 -- je DWORIGINS.exe+6DF7F
// [04EA/1258] DWORIGINS.exe+6DF3A -- (7) 48 8B 86 A8000000  -- mov rax,[rsi+000000A8]
// [04F1/1265] DWORIGINS.exe+6DF41 -- (3) 48 85 C0  -- test rax,rax
// [04F4/1268] DWORIGINS.exe+6DF44 -- (2) 74 39 -- je DWORIGINS.exe+6DF7F
// [04F6/1270] DWORIGINS.exe+6DF46 -- (3) 44 39 00  -- cmp [rax],r8d
// [04F9/1273] DWORIGINS.exe+6DF49 -- (2) 75 34 -- jne DWORIGINS.exe+6DF7F
// [04FB/1275] DWORIGINS.exe+6DF4B -- (7) F6 86 6C010000 02 -- test byte ptr [rsi+0000016C],02
// [0502/1282] DWORIGINS.exe+6DF52 -- (2) 74 2B -- je DWORIGINS.exe+6DF7F
// [0504/1284] DWORIGINS.exe+6DF54 -- (3) 48 8B CE  -- mov rcx,rsi
// [0507/1287] DWORIGINS.exe+6DF57 -- (5) E8 A433C100 -- call DWORIGINS.exe+C81300
// [050C/1292] DWORIGINS.exe+6DF5C -- (2) 84 C0  -- test al,al
// [050E/1294] DWORIGINS.exe+6DF5E -- (2) 75 1F -- jne DWORIGINS.exe+6DF7F
// [0510/1296] DWORIGINS.exe+6DF60 -- (3) 0F28 CE  -- movaps xmm1,xmm6
// [0513/1299] DWORIGINS.exe+6DF63 -- (3) 48 8B CE  -- mov rcx,rsi
// [0516/1302] DWORIGINS.exe+6DF66 -- (5) E8 A528C100 -- call DWORIGINS.exe+C80810
// [051B/1307] DWORIGINS.exe+6DF6B -- (7) 49 8D 86 C4010000  -- lea rax,[r14+000001C4]
// [0522/1314] DWORIGINS.exe+6DF72 -- (4) 48 83 C3 08 -- add rbx,08
// [0526/1318] DWORIGINS.exe+6DF76 -- (3) 48 3B E8  -- cmp rbp,rax
// [0529/1321] DWORIGINS.exe+6DF79 -- (6) 0F85 61FFFFFF -- jne DWORIGINS.exe+6DEE0
// [052F/1327] DWORIGINS.exe+6DF7F -- (8) 4C 8B BC 24 98000000  -- mov r15,[rsp+00000098]
// [0537/1335] DWORIGINS.exe+6DF87 -- (7) 48 8B 9F 28030000  -- mov rbx,[rdi+00000328]
// [053E/1342] DWORIGINS.exe+6DF8E -- (3) 48 85 DB  -- test rbx,rbx
// [0541/1345] DWORIGINS.exe+6DF91 -- (6) 0F84 C6000000 -- je DWORIGINS.exe+6E05D
// [0547/1351] DWORIGINS.exe+6DF97 -- (4) 48 8B 43 10  -- mov rax,[rbx+10]
// [054B/1355] DWORIGINS.exe+6DF9B -- (8) F3 0F10 B7 D0000000  -- movss xmm6,[rdi+000000D0]
// [0553/1363] DWORIGINS.exe+6DFA3 -- (3) 48 8B 08  -- mov rcx,[rax]
// [0556/1366] DWORIGINS.exe+6DFA6 -- (4) 48 8B 69 30  -- mov rbp,[rcx+30]
// [055A/1370] DWORIGINS.exe+6DFAA -- (3) 48 85 ED  -- test rbp,rbp
// [055D/1373] DWORIGINS.exe+6DFAD -- (6) 0F84 AA000000 -- je DWORIGINS.exe+6E05D
// [0563/1379] DWORIGINS.exe+6DFB3 -- (2) 33 F6  -- xor esi,esi
// [0565/1381] DWORIGINS.exe+6DFB5 -- (4) 48 83 C3 24 -- add rbx,24
// [0569/1385] DWORIGINS.exe+6DFB9 -- (7) 0F1F 80 00000000  -- nop dword ptr [rax+00000000]
// [0570/1392] DWORIGINS.exe+6DFC0 -- (3) 44 8B 13  -- mov r10d,[rbx]
// [0573/1395] DWORIGINS.exe+6DFC3 -- (3) 45 85 D2  -- test r10d,r10d
// [0576/1398] DWORIGINS.exe+6DFC6 -- (6) 0F84 91000000 -- je DWORIGINS.exe+6E05D
// [057C/1404] DWORIGINS.exe+6DFCC -- (4) 83 7B 04 FF -- cmp dword ptr [rbx+04],-01
// [0580/1408] DWORIGINS.exe+6DFD0 -- (6) 0F84 87000000 -- je DWORIGINS.exe+6E05D
// [0586/1414] DWORIGINS.exe+6DFD6 -- (7) 48 8B 8D E0020000  -- mov rcx,[rbp+000002E0]
// [058D/1421] DWORIGINS.exe+6DFDD -- (4) 44 8B 4B 04  -- mov r9d,[rbx+04]
// [0591/1425] DWORIGINS.exe+6DFE1 -- (3) 48 85 C9  -- test rcx,rcx
// [0594/1428] DWORIGINS.exe+6DFE4 -- (2) 74 77 -- je DWORIGINS.exe+6E05D
// [0596/1430] DWORIGINS.exe+6DFE6 -- (4) 48 8B 51 08  -- mov rdx,[rcx+08]
// [059A/1434] DWORIGINS.exe+6DFEA -- (4) 48 8B 41 18  -- mov rax,[rcx+18]
// [059E/1438] DWORIGINS.exe+6DFEE -- (3) 48 2B C2  -- sub rax,rdx
// [05A1/1441] DWORIGINS.exe+6DFF1 -- (4) 48 C1 F8 03 -- sar rax,03
// [05A5/1445] DWORIGINS.exe+6DFF5 -- (3) 4C 3B C8  -- cmp r9,rax
// [05A8/1448] DWORIGINS.exe+6DFF8 -- (2) 73 63 -- jae DWORIGINS.exe+6E05D
// [05AA/1450] DWORIGINS.exe+6DFFA -- (4) 41 83 F9 FF -- cmp r9d,-01
// [05AE/1454] DWORIGINS.exe+6DFFE -- (2) 74 5D -- je DWORIGINS.exe+6E05D
// [05B0/1456] DWORIGINS.exe+6E000 -- (4) 48 8B 41 10  -- mov rax,[rcx+10]
// [05B4/1460] DWORIGINS.exe+6E004 -- (3) 48 2B C2  -- sub rax,rdx
// [05B7/1463] DWORIGINS.exe+6E007 -- (4) 48 C1 F8 03 -- sar rax,03
// [05BB/1467] DWORIGINS.exe+6E00B -- (3) 49 3B C1  -- cmp rax,r9
// [05BE/1470] DWORIGINS.exe+6E00E -- (6) 0F86 C1010000 -- jbe DWORIGINS.exe+6E1D5
// [05C4/1476] DWORIGINS.exe+6E014 -- (4) 4A 8B 14 CA   -- mov rdx,[rdx+r9*8]
// [05C8/1480] DWORIGINS.exe+6E018 -- (3) 48 85 D2  -- test rdx,rdx
// [05CB/1483] DWORIGINS.exe+6E01B -- (2) 74 40 -- je DWORIGINS.exe+6E05D
// [05CD/1485] DWORIGINS.exe+6E01D -- (7) 48 8B 82 A8000000  -- mov rax,[rdx+000000A8]
// [05D4/1492] DWORIGINS.exe+6E024 -- (3) 48 85 C0  -- test rax,rax
// [05D7/1495] DWORIGINS.exe+6E027 -- (2) 74 34 -- je DWORIGINS.exe+6E05D
// [05D9/1497] DWORIGINS.exe+6E029 -- (3) 44 39 10  -- cmp [rax],r10d
// [05DC/1500] DWORIGINS.exe+6E02C -- (2) 75 2F -- jne DWORIGINS.exe+6E05D
// [05DE/1502] DWORIGINS.exe+6E02E -- (7) F6 82 6C010000 02 -- test byte ptr [rdx+0000016C],02
// [05E5/1509] DWORIGINS.exe+6E035 -- (2) 74 26 -- je DWORIGINS.exe+6E05D
// [05E7/1511] DWORIGINS.exe+6E037 -- (3) 48 8B CA  -- mov rcx,rdx
// [05EA/1514] DWORIGINS.exe+6E03A -- (5) E8 714AC100 -- call DWORIGINS.exe+C82AB0
// [05EF/1519] DWORIGINS.exe+6E03F -- (2) 84 C0  -- test al,al
// [05F1/1521] DWORIGINS.exe+6E041 -- (2) 75 1A -- jne DWORIGINS.exe+6E05D
// [05F3/1523] DWORIGINS.exe+6E043 -- (3) 0F28 CE  -- movaps xmm1,xmm6
// [05F6/1526] DWORIGINS.exe+6E046 -- (3) 48 8B CA  -- mov rcx,rdx
// [05F9/1529] DWORIGINS.exe+6E049 -- (5) E8 C227C100 -- call DWORIGINS.exe+C80810
// [05FE/1534] DWORIGINS.exe+6E04E -- (2) FF C6  -- inc esi
// [0600/1536] DWORIGINS.exe+6E050 -- (4) 48 83 C3 18 -- add rbx,18
// [0604/1540] DWORIGINS.exe+6E054 -- (3) 83 FE 04 -- cmp esi,04
// [0607/1543] DWORIGINS.exe+6E057 -- (6) 0F82 63FFFFFF -- jb DWORIGINS.exe+6DFC0
// [060D/1549] DWORIGINS.exe+6E05D -- (8) 80 BC 24 A0000000 00 -- cmp byte ptr [rsp+000000A0],00
// [0615/1557] DWORIGINS.exe+6E065 -- (2) 74 0A -- je DWORIGINS.exe+6E071
// [0617/1559] DWORIGINS.exe+6E067 -- (8) F3 0F10 05 29EE3303  -- movss xmm0,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [061F/1567] DWORIGINS.exe+6E06F -- (2) EB 0A -- jmp DWORIGINS.exe+6E07B
// [0621/1569] DWORIGINS.exe+6E071 -- (10) F3 41 0F10 84 24 D8000000  -- movss xmm0,[r12+000000D8]
// [062B/1579] DWORIGINS.exe+6E07B -- (8) F3 0F11 87 D4000000  -- movss [rdi+000000D4],xmm0
// [0633/1587] DWORIGINS.exe+6E083 -- (6) 8B 87 30010000  -- mov eax,[rdi+00000130]
// [0639/1593] DWORIGINS.exe+6E089 -- (2) 85 C0  -- test eax,eax
// [063B/1595] DWORIGINS.exe+6E08B -- (2) 7E 34 -- jle DWORIGINS.exe+6E0C1
// [063D/1597] DWORIGINS.exe+6E08D -- (3) 83 F8 01 -- cmp eax,01
// [0640/1600] DWORIGINS.exe+6E090 -- (2) 75 27 -- jne DWORIGINS.exe+6E0B9
// [0642/1602] DWORIGINS.exe+6E092 -- (8) F3 0F10 87 34010000  -- movss xmm0,[rdi+00000134]
// [064A/1610] DWORIGINS.exe+6E09A -- (4) F3 0F5C C7  -- subss xmm0,xmm7
// [064E/1614] DWORIGINS.exe+6E09E -- (4) 44 0F2F C0  -- comiss xmm8,xmm0
// [0652/1618] DWORIGINS.exe+6E0A2 -- (8) F3 0F11 87 34010000  -- movss [rdi+00000134],xmm0
// [065A/1626] DWORIGINS.exe+6E0AA -- (2) 72 15 -- jb DWORIGINS.exe+6E0C1
// [065C/1628] DWORIGINS.exe+6E0AC -- (11) 48 C7 87 30010000 00000000 -- mov qword ptr [rdi+00000130],00000000
// [0667/1639] DWORIGINS.exe+6E0B7 -- (2) EB 08 -- jmp DWORIGINS.exe+6E0C1
// [0669/1641] DWORIGINS.exe+6E0B9 -- (2) FF C8  -- dec eax
// [066B/1643] DWORIGINS.exe+6E0BB -- (6) 89 87 30010000  -- mov [rdi+00000130],eax
// [0671/1649] DWORIGINS.exe+6E0C1 -- (3) 4D 85 ED  -- test r13,r13
// [0674/1652] DWORIGINS.exe+6E0C4 -- (6) 0F84 A5000000 -- je DWORIGINS.exe+6E16F
// [067A/1658] DWORIGINS.exe+6E0CA -- (11) 49 C7 85 40110000 00000000 -- mov qword ptr [r13+00001140],00000000
// [0685/1669] DWORIGINS.exe+6E0D5 -- (3) 4D 85 F6  -- test r14,r14
// [0688/1672] DWORIGINS.exe+6E0D8 -- (6) 0F84 91000000 -- je DWORIGINS.exe+6E16F
// [068E/1678] DWORIGINS.exe+6E0DE -- (7) 49 8B 86 B0000000  -- mov rax,[r14+000000B0]
// [0695/1685] DWORIGINS.exe+6E0E5 -- (3) 48 85 C0  -- test rax,rax
// [0698/1688] DWORIGINS.exe+6E0E8 -- (2) 75 46 -- jne DWORIGINS.exe+6E130
// [069A/1690] DWORIGINS.exe+6E0EA -- (7) 49 8B 86 A8000000  -- mov rax,[r14+000000A8]
// [06A1/1697] DWORIGINS.exe+6E0F1 -- (3) 48 85 C0  -- test rax,rax
// [06A4/1700] DWORIGINS.exe+6E0F4 -- (2) 74 79 -- je DWORIGINS.exe+6E16F
// [06A6/1702] DWORIGINS.exe+6E0F6 -- (3) 48 8B 00  -- mov rax,[rax]
// [06A9/1705] DWORIGINS.exe+6E0F9 -- (4) 48 8B 58 30  -- mov rbx,[rax+30]
// [06AD/1709] DWORIGINS.exe+6E0FD -- (3) 48 85 DB  -- test rbx,rbx
// [06B0/1712] DWORIGINS.exe+6E100 -- (2) 74 6D -- je DWORIGINS.exe+6E16F
// [06B2/1714] DWORIGINS.exe+6E102 -- (7) 49 8D 96 B4010000  -- lea rdx,[r14+000001B4]
// [06B9/1721] DWORIGINS.exe+6E109 -- (3) 48 8B CB  -- mov rcx,rbx
// [06BC/1724] DWORIGINS.exe+6E10C -- (5) E8 4FD4FBFF -- call DWORIGINS.exe+2B560
// [06C1/1729] DWORIGINS.exe+6E111 -- (2) 84 C0  -- test al,al
// [06C3/1731] DWORIGINS.exe+6E113 -- (2) 74 5A -- je DWORIGINS.exe+6E16F
// [06C5/1733] DWORIGINS.exe+6E115 -- (7) 49 8D 96 B4010000  -- lea rdx,[r14+000001B4]
// [06CC/1740] DWORIGINS.exe+6E11C -- (3) 48 8B CB  -- mov rcx,rbx
// [06CF/1743] DWORIGINS.exe+6E11F -- (5) E8 CCD4FBFF -- call DWORIGINS.exe+2B5F0
// [06D4/1748] DWORIGINS.exe+6E124 -- (7) 49 89 86 B0000000  -- mov [r14+000000B0],rax
// [06DB/1755] DWORIGINS.exe+6E12B -- (3) 48 85 C0  -- test rax,rax
// [06DE/1758] DWORIGINS.exe+6E12E -- (2) 74 3F -- je DWORIGINS.exe+6E16F
// [06E0/1760] DWORIGINS.exe+6E130 -- (7) 48 8B 80 00010000  -- mov rax,[rax+00000100]
// [06E7/1767] DWORIGINS.exe+6E137 -- (4) 0FB7 48 68  -- movzx ecx,word ptr [rax+68]
// [06EB/1771] DWORIGINS.exe+6E13B -- (3) 66 85 C9  -- test cx,cx
// [06EE/1774] DWORIGINS.exe+6E13E -- (2) 78 2F -- js DWORIGINS.exe+6E16F
// [06F0/1776] DWORIGINS.exe+6E140 -- (4) 48 0FBF C1  -- movsx rax,cx
// [06F4/1780] DWORIGINS.exe+6E144 -- (5) B9 B80B0000 -- mov ecx,00000BB8
// [06F9/1785] DWORIGINS.exe+6E149 -- (3) 48 3B C1  -- cmp rax,rcx
// [06FC/1788] DWORIGINS.exe+6E14C -- (4) 48 0F46 C8  -- cmovbe rcx,rax
// [0700/1792] DWORIGINS.exe+6E150 -- (3) 49 8B 07  -- mov rax,[r15]
// [0703/1795] DWORIGINS.exe+6E153 -- (4) 48 8B 40 30  -- mov rax,[rax+30]
// [0707/1799] DWORIGINS.exe+6E157 -- (4) 48 8D 14 89   -- lea rdx,[rcx+rcx*4]
// [070B/1803] DWORIGINS.exe+6E15B -- (6) 48 05 F0020000 -- add rax,000002F0
// [0711/1809] DWORIGINS.exe+6E161 -- (4) 48 C1 E2 05 -- shl rdx,05
// [0715/1813] DWORIGINS.exe+6E165 -- (3) 48 03 C2  -- add rax,rdx
// [0718/1816] DWORIGINS.exe+6E168 -- (7) 49 89 85 40110000  -- mov [r13+00001140],rax
// [071F/1823] DWORIGINS.exe+6E16F -- (7) F6 87 9F000000 01 -- test byte ptr [rdi+0000009F],01
// [0726/1830] DWORIGINS.exe+6E176 -- (2) 74 13 -- je DWORIGINS.exe+6E18B
// [0728/1832] DWORIGINS.exe+6E178 -- (10) 48 B8 0000000000000040 -- mov rax,4000000000000000
// [0732/1842] DWORIGINS.exe+6E182 -- (7) 48 09 87 A0000000  -- or [rdi+000000A0],rax
// [0739/1849] DWORIGINS.exe+6E189 -- (2) EB 11 -- jmp DWORIGINS.exe+6E19C
// [073B/1851] DWORIGINS.exe+6E18B -- (10) 48 B8 FFFFFFFFFFFFFFBF -- mov rax,BFFFFFFFFFFFFFFF
// [0745/1861] DWORIGINS.exe+6E195 -- (7) 48 21 87 A0000000  -- and [rdi+000000A0],rax
// [074C/1868] DWORIGINS.exe+6E19C -- (5) 48 8B 6C 24 70  -- mov rbp,[rsp+70]
// [0751/1873] DWORIGINS.exe+6E1A1 -- (5) 0F28 74 24 40  -- movaps xmm6,[rsp+40]
// [0756/1878] DWORIGINS.exe+6E1A6 -- (5) 4C 8B 74 24 50  -- mov r14,[rsp+50]
// [075B/1883] DWORIGINS.exe+6E1AB -- (5) 4C 8B 6C 24 58  -- mov r13,[rsp+58]
// [0760/1888] DWORIGINS.exe+6E1B0 -- (5) 0F28 7C 24 30  -- movaps xmm7,[rsp+30]
// [0765/1893] DWORIGINS.exe+6E1B5 -- (8) 48 8B 9C 24 90000000  -- mov rbx,[rsp+00000090]
// [076D/1901] DWORIGINS.exe+6E1BD -- (6) 44 0F28 44 24 20  -- movaps xmm8,[rsp+20]
// [0773/1907] DWORIGINS.exe+6E1C3 -- (5) 4C 8B 64 24 60  -- mov r12,[rsp+60]
// [0778/1912] DWORIGINS.exe+6E1C8 -- (5) 48 8B 74 24 68  -- mov rsi,[rsp+68]
// [077D/1917] DWORIGINS.exe+6E1CD -- (4) 48 83 C4 78 -- add rsp,78
// [0781/1921] DWORIGINS.exe+6E1D1 -- (2) 41 5F -- pop r15
// [0783/1923] DWORIGINS.exe+6E1D3 -- (1) 5F -- pop rdi
// [0784/1924] DWORIGINS.exe+6E1D4 -- (1) C3 -- ret 
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>71</ID>
          <Description>"Base"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>Array of byte</VariableType>
          <ByteLength>0</ByteLength>
          <Address>Base</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>72</ID>
              <Description>"PlayerBase"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Array of byte</VariableType>
              <ByteLength>0</ByteLength>
              <Address>i_base_hp_addr</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>73</ID>
                  <Description>"Max HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>Float</VariableType>
                  <Address>i_base_hp_addr</Address>
                  <Offsets>
                    <Offset>34</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>74</ID>
                  <Description>"HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>Float</VariableType>
                  <Address>i_base_hp_addr</Address>
                  <Offsets>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>75</ID>
                  <Description>"Max musou"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>Float</VariableType>
                  <Address>i_base_hp_addr</Address>
                  <Offsets>
                    <Offset>40</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>76</ID>
                  <Description>"Musou"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>Float</VariableType>
                  <Address>i_base_hp_addr</Address>
                  <Offsets>
                    <Offset>44</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>77</ID>
                  <Description>"Max skill"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>Float</VariableType>
                  <Address>i_base_hp_addr</Address>
                  <Offsets>
                    <Offset>6C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>78</ID>
                  <Description>"Skill"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>Float</VariableType>
                  <Address>i_base_hp_addr</Address>
                  <Offsets>
                    <Offset>70</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>79</ID>
                  <Description>"??"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>Float</VariableType>
                  <Address>i_base_hp_addr</Address>
                  <Offsets>
                    <Offset>110</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>80</ID>
                  <Description>"??"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>Float</VariableType>
                  <Address>i_base_hp_addr</Address>
                  <Offsets>
                    <Offset>114</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>61</ID>
              <Description>"[$ASM] Player won't take damage"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]
aobscanmodule(DAMAGE_CONTROL,DWORIGINS.exe,F3 0F 11 5A 38 76) // should be unique
alloc(newmem,$1000,DAMAGE_CONTROL)
label(code return Exit)

newmem:
cmp [i_base_hp_addr],rdx
je Exit // avoid using "exit",
// if not defined will symbhandler will detect as kernelbase.exit..
code:
  movss [rdx+38],xmm3
Exit:
  jmp return

DAMAGE_CONTROL:
  jmp newmem
return:
registersymbol(DAMAGE_CONTROL)

[DISABLE]
DAMAGE_CONTROL:
  db F3 0F 11 5A 38

unregistersymbol(*)
dealloc(*)

{ Function dump of "DWORIGINS.exe+10B81E"
~ Function header aob : "48 83 EC 28 0F 57 E4" ~
// [0000/0] DWORIGINS.exe+10B7B0 -- (4) 48 83 EC 28 -- sub rsp,28
// [0004/4] DWORIGINS.exe+10B7B4 -- (3) 0F57 E4  -- xorps xmm4,xmm4
// [0007/7] DWORIGINS.exe+10B7B7 -- (3) 48 8B D1  -- mov rdx,rcx
// [000A/10] DWORIGINS.exe+10B7BA -- (3) 0F2F E1  -- comiss xmm4,xmm1
// [000D/13] DWORIGINS.exe+10B7BD -- (6) 0F87 B8000000 -- ja DWORIGINS.exe+10B87B
// [0013/19] DWORIGINS.exe+10B7C3 -- (5) F3 0F10 51 38  -- movss xmm2,[rcx+38]
// [0018/24] DWORIGINS.exe+10B7C8 -- (3) 0F2F E2  -- comiss xmm4,xmm2
// [001B/27] DWORIGINS.exe+10B7CB -- (6) 0F87 AA000000 -- ja DWORIGINS.exe+10B87B
// [0021/33] DWORIGINS.exe+10B7D1 -- (3) 8B 41 18  -- mov eax,[rcx+18]
// [0024/36] DWORIGINS.exe+10B7D4 -- (6) 48 A9 00000020 -- test rax,20000000
// [002A/42] DWORIGINS.exe+10B7DA -- (6) 0F87 9B000000 -- ja DWORIGINS.exe+10B87B
// [0030/48] DWORIGINS.exe+10B7E0 -- (4) 48 8B 41 10  -- mov rax,[rcx+10]
// [0034/52] DWORIGINS.exe+10B7E4 -- (3) 0F57 C0  -- xorps xmm0,xmm0
// [0037/55] DWORIGINS.exe+10B7E7 -- (5) F3 0F10 59 34  -- movss xmm3,[rcx+34]
// [003C/60] DWORIGINS.exe+10B7EC -- (7) F6 80 00020000 02 -- test byte ptr [rax+00000200],02
// [0043/67] DWORIGINS.exe+10B7F3 -- (2) 74 16 -- je DWORIGINS.exe+10B80B
// [0045/69] DWORIGINS.exe+10B7F5 -- (5) B9 5C020000 -- mov ecx,0000025C
// [004A/74] DWORIGINS.exe+10B7FA -- (5) E8 5153FAFF -- call DWORIGINS.exe+B0B50
// [004F/79] DWORIGINS.exe+10B7FF -- (4) F3 0F59 C3  -- mulss xmm0,xmm3
// [0053/83] DWORIGINS.exe+10B803 -- (8) F3 0F59 05 85112A03  -- mulss xmm0,[DWORIGINS.exe+33AC990] -- [(float)0.0100]
// [005B/91] DWORIGINS.exe+10B80B -- (4) F3 0F5C D1  -- subss xmm2,xmm1
// [005F/95] DWORIGINS.exe+10B80F -- (3) 0F2F D3  -- comiss xmm2,xmm3
// [0062/98] DWORIGINS.exe+10B812 -- (2) 73 07 -- jae DWORIGINS.exe+10B81B
// [0064/100] DWORIGINS.exe+10B814 -- (4) F3 0F5F C2  -- maxss xmm0,xmm2
// [0068/104] DWORIGINS.exe+10B818 -- (3) 0F28 D8  -- movaps xmm3,xmm0
// [006B/107] DWORIGINS.exe+10B81B -- (3) 0F2F CC  -- comiss xmm1,xmm4
// [006E/110] DWORIGINS.exe+10B81E -- (5) F3 0F11 5A 38  -- movss [rdx+38],xmm3
// [0073/115] DWORIGINS.exe+10B823 -- (2) 76 0C -- jna DWORIGINS.exe+10B831
// [0075/117] DWORIGINS.exe+10B825 -- (6) 8B 82 14010000  -- mov eax,[rdx+00000114]
// [007B/123] DWORIGINS.exe+10B82B -- (6) 89 82 10010000  -- mov [rdx+00000110],eax
// [0081/129] DWORIGINS.exe+10B831 -- (7) 80 BA 54010000 00 -- cmp byte ptr [rdx+00000154],00
// [0088/136] DWORIGINS.exe+10B838 -- (2) 74 20 -- je DWORIGINS.exe+10B85A
// [008A/138] DWORIGINS.exe+10B83A -- (8) F3 0F10 05 161A2A03  -- movss xmm0,[DWORIGINS.exe+33AD258] -- [(float)5.0000]
// [0092/146] DWORIGINS.exe+10B842 -- (8) F3 0F5C 82 58010000  -- subss xmm0,[rdx+00000158]
// [009A/154] DWORIGINS.exe+10B84A -- (8) F3 0F58 82 60010000  -- addss xmm0,[rdx+00000160]
// [00A2/162] DWORIGINS.exe+10B852 -- (8) F3 0F11 82 60010000  -- movss [rdx+00000160],xmm0
// [00AA/170] DWORIGINS.exe+10B85A -- (8) F3 0F58 8A 5C010000  -- addss xmm1,[rdx+0000015C]
// [00B2/178] DWORIGINS.exe+10B862 -- (10) C7 82 58010000 0000A040 -- mov [rdx+00000158],40A00000
// [00BC/188] DWORIGINS.exe+10B86C -- (7) C6 82 54010000 01 -- mov byte ptr [rdx+00000154],01
// [00C3/195] DWORIGINS.exe+10B873 -- (8) F3 0F11 8A 5C010000  -- movss [rdx+0000015C],xmm1
// [00CB/203] DWORIGINS.exe+10B87B -- (4) 48 83 C4 28 -- add rsp,28
// [00CF/207] DWORIGINS.exe+10B87F -- (1) C3 -- ret 
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>81</ID>
              <Description>"[$ASM] Increased player damage"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]
aobscanmodule(GET_PLAYER_DAMAGE,DWORIGINS.exe,44 0F 28 D8 4D 85 ED) // should be unique
alloc(newmem,$1000,GET_PLAYER_DAMAGE)

label(code)
label(return INCREASED_DAMAGE)

newmem:
push rax
mov rax,[Base]
cmp rax,r13
pop rax // don't delay poping
jne code
mulss xmm0,[INCREASED_DAMAGE]
code:
  movaps xmm11,xmm0
  test r13,r13
  jmp return

INCREASED_DAMAGE:
dq (float)1327

GET_PLAYER_DAMAGE:
  jmp newmem
  nop 2
return:
registersymbol(GET_PLAYER_DAMAGE)

[DISABLE]
GET_PLAYER_DAMAGE:
  db 44 0F 28 D8 4D 85 ED

unregistersymbol(*)
dealloc(*)

{ Function dump of "DWORIGINS.exe+112A3B"
~ Function header aob : "48 89 5C 24 20 55 56 57 41 54 41 55 41 56 41 57 48 8D AC 24 C0 FE" ~
// [0000/0] DWORIGINS.exe+112780 -- (5) 48 89 5C 24 20  -- mov [rsp+20],rbx
// [0005/5] DWORIGINS.exe+112785 -- (1) 55 -- push rbp
// [0006/6] DWORIGINS.exe+112786 -- (1) 56 -- push rsi
// [0007/7] DWORIGINS.exe+112787 -- (1) 57 -- push rdi
// [0008/8] DWORIGINS.exe+112788 -- (2) 41 54 -- push r12
// [000A/10] DWORIGINS.exe+11278A -- (2) 41 55 -- push r13
// [000C/12] DWORIGINS.exe+11278C -- (2) 41 56 -- push r14
// [000E/14] DWORIGINS.exe+11278E -- (2) 41 57 -- push r15
// [0010/16] DWORIGINS.exe+112790 -- (8) 48 8D AC 24 C0FEFFFF  -- lea rbp,[rsp-00000140]
// [0018/24] DWORIGINS.exe+112798 -- (7) 48 81 EC 40020000 -- sub rsp,00000240
// [001F/31] DWORIGINS.exe+11279F -- (7) 48 8B 05 B2628103  -- mov rax,[DWORIGINS.exe+3928A58] -- [91D77518]
// [0026/38] DWORIGINS.exe+1127A6 -- (3) 48 33 C4  -- xor rax,rsp
// [0029/41] DWORIGINS.exe+1127A9 -- (7) 48 89 85 90000000  -- mov [rbp+00000090],rax
// [0030/48] DWORIGINS.exe+1127B0 -- (7) 48 8B 85 A0010000  -- mov rax,[rbp+000001A0]
// [0037/55] DWORIGINS.exe+1127B7 -- (4) 45 0FB6 E1  -- movzx r12d,r9b
// [003B/59] DWORIGINS.exe+1127BB -- (4) 48 89 45 20  -- mov [rbp+20],rax
// [003F/63] DWORIGINS.exe+1127BF -- (3) 49 8B F0  -- mov rsi,r8
// [0042/66] DWORIGINS.exe+1127C2 -- (7) 48 8B 85 A8010000  -- mov rax,[rbp+000001A8]
// [0049/73] DWORIGINS.exe+1127C9 -- (3) 4C 8B FA  -- mov r15,rdx
// [004C/76] DWORIGINS.exe+1127CC -- (7) 48 89 85 88000000  -- mov [rbp+00000088],rax
// [0053/83] DWORIGINS.exe+1127D3 -- (5) 4C 89 44 24 78  -- mov [rsp+78],r8
// [0058/88] DWORIGINS.exe+1127D8 -- (4) 48 89 55 B8  -- mov [rbp-48],rdx
// [005C/92] DWORIGINS.exe+1127DC -- (4) 48 89 4D A0  -- mov [rbp-60],rcx
// [0060/96] DWORIGINS.exe+1127E0 -- (3) 4D 85 C0  -- test r8,r8
// [0063/99] DWORIGINS.exe+1127E3 -- (6) 0F84 6B1F0000 -- je DWORIGINS.exe+114754
// [0069/105] DWORIGINS.exe+1127E9 -- (7) 49 8B B8 38030000  -- mov rdi,[r8+00000338]
// [0070/112] DWORIGINS.exe+1127F0 -- (5) 48 89 7C 24 68  -- mov [rsp+68],rdi
// [0075/117] DWORIGINS.exe+1127F5 -- (3) 48 85 FF  -- test rdi,rdi
// [0078/120] DWORIGINS.exe+1127F8 -- (6) 0F84 561F0000 -- je DWORIGINS.exe+114754
// [007E/126] DWORIGINS.exe+1127FE -- (5) 48 83 7A 20 00 -- cmp qword ptr [rdx+20],00
// [0083/131] DWORIGINS.exe+112803 -- (6) 0F84 4B1F0000 -- je DWORIGINS.exe+114754
// [0089/137] DWORIGINS.exe+112809 -- (4) 48 8B 4A 08  -- mov rcx,[rdx+08]
// [008D/141] DWORIGINS.exe+11280D -- (2) 33 DB  -- xor ebx,ebx
// [008F/143] DWORIGINS.exe+11280F -- (4) 48 8B 41 20  -- mov rax,[rcx+20]
// [0093/147] DWORIGINS.exe+112813 -- (3) 48 85 C0  -- test rax,rax
// [0096/150] DWORIGINS.exe+112816 -- (2) 74 0F -- je DWORIGINS.exe+112827
// [0098/152] DWORIGINS.exe+112818 -- (7) 48 8B 98 68040000  -- mov rbx,[rax+00000468]
// [009F/159] DWORIGINS.exe+11281F -- (4) 48 89 5D A8  -- mov [rbp-58],rbx
// [00A3/163] DWORIGINS.exe+112823 -- (2) 33 DB  -- xor ebx,ebx
// [00A5/165] DWORIGINS.exe+112825 -- (2) EB 04 -- jmp DWORIGINS.exe+11282B
// [00A7/167] DWORIGINS.exe+112827 -- (4) 48 89 5D A8  -- mov [rbp-58],rbx
// [00AB/171] DWORIGINS.exe+11282B -- (5) E8 B04A0B00 -- call DWORIGINS.exe+1C72E0
// [00B0/176] DWORIGINS.exe+112830 -- (3) 48 8B CE  -- mov rcx,rsi
// [00B3/179] DWORIGINS.exe+112833 -- (3) 4C 8B F0  -- mov r14,rax
// [00B6/182] DWORIGINS.exe+112836 -- (5) E8 35EFF2FF -- call DWORIGINS.exe+41770
// [00BB/187] DWORIGINS.exe+11283B -- (4) 48 89 45 98  -- mov [rbp-68],rax
// [00BF/191] DWORIGINS.exe+11283F -- (3) 4C 8B E8  -- mov r13,rax
// [00C2/194] DWORIGINS.exe+112842 -- (4) 48 89 5D D8  -- mov [rbp-28],rbx
// [00C6/198] DWORIGINS.exe+112846 -- (3) 48 85 C0  -- test rax,rax
// [00C9/201] DWORIGINS.exe+112849 -- (2) 74 0C -- je DWORIGINS.exe+112857
// [00CB/203] DWORIGINS.exe+11284B -- (3) 48 8B C8  -- mov rcx,rax
// [00CE/206] DWORIGINS.exe+11284E -- (5) E8 8D4A0B00 -- call DWORIGINS.exe+1C72E0
// [00D3/211] DWORIGINS.exe+112853 -- (4) 48 89 45 D8  -- mov [rbp-28],rax
// [00D7/215] DWORIGINS.exe+112857 -- (4) 49 8B 4F 60  -- mov rcx,[r15+60]
// [00DB/219] DWORIGINS.exe+11285B -- (3) 48 85 C9  -- test rcx,rcx
// [00DE/222] DWORIGINS.exe+11285E -- (4) 48 8D 51 10  -- lea rdx,[rcx+10]
// [00E2/226] DWORIGINS.exe+112862 -- (4) 48 0F44 D3  -- cmove rdx,rbx
// [00E6/230] DWORIGINS.exe+112866 -- (3) 48 85 D2  -- test rdx,rdx
// [00E9/233] DWORIGINS.exe+112869 -- (6) 0F84 E51E0000 -- je DWORIGINS.exe+114754
// [00EF/239] DWORIGINS.exe+11286F -- (8) 0F29 B4 24 30020000  -- movaps [rsp+00000230],xmm6
// [00F7/247] DWORIGINS.exe+112877 -- (3) 48 8B CE  -- mov rcx,rsi
// [00FA/250] DWORIGINS.exe+11287A -- (8) 0F29 BC 24 20020000  -- movaps [rsp+00000220],xmm7
// [0102/258] DWORIGINS.exe+112882 -- (9) 44 0F29 84 24 10020000  -- movaps [rsp+00000210],xmm8
// [010B/267] DWORIGINS.exe+11288B -- (9) 44 0F29 8C 24 00020000  -- movaps [rsp+00000200],xmm9
// [0114/276] DWORIGINS.exe+112894 -- (9) 44 0F29 94 24 F0010000  -- movaps [rsp+000001F0],xmm10
// [011D/285] DWORIGINS.exe+11289D -- (9) 44 0F29 9C 24 E0010000  -- movaps [rsp+000001E0],xmm11
// [0126/294] DWORIGINS.exe+1128A6 -- (9) 44 0F29 A4 24 D0010000  -- movaps [rsp+000001D0],xmm12
// [012F/303] DWORIGINS.exe+1128AF -- (9) 44 0F29 AC 24 C0010000  -- movaps [rsp+000001C0],xmm13
// [0138/312] DWORIGINS.exe+1128B8 -- (9) 44 0F29 B4 24 B0010000  -- movaps [rsp+000001B0],xmm14
// [0141/321] DWORIGINS.exe+1128C1 -- (9) 44 0F29 BC 24 A0010000  -- movaps [rsp+000001A0],xmm15
// [014A/330] DWORIGINS.exe+1128CA -- (5) E8 5177F2FF -- call DWORIGINS.exe+3A020
// [014F/335] DWORIGINS.exe+1128CF -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [0153/339] DWORIGINS.exe+1128D3 -- (5) BA 31000000 -- mov edx,00000031
// [0158/344] DWORIGINS.exe+1128D8 -- (7) 48 81 C1 90000000 -- add rcx,00000090
// [015F/351] DWORIGINS.exe+1128DF -- (3) 89 45 88  -- mov [rbp-78],eax
// [0162/354] DWORIGINS.exe+1128E2 -- (5) E8 B951F1FF -- call DWORIGINS.exe+27AA0
// [0167/359] DWORIGINS.exe+1128E7 -- (7) 0FB6 96 74030000  -- movzx edx,byte ptr [rsi+00000374]
// [016E/366] DWORIGINS.exe+1128EE -- (2) 32 DB  -- xor bl,bl
// [0170/368] DWORIGINS.exe+1128F0 -- (3) 89 55 90  -- mov [rbp-70],edx
// [0173/371] DWORIGINS.exe+1128F3 -- (4) 88 44 24 60  -- mov [rsp+60],al
// [0177/375] DWORIGINS.exe+1128F7 -- (3) 4D 85 ED  -- test r13,r13
// [017A/378] DWORIGINS.exe+1128FA -- (2) 74 07 -- je DWORIGINS.exe+112903
// [017C/380] DWORIGINS.exe+1128FC -- (4) 41 8B 55 40  -- mov edx,[r13+40]
// [0180/384] DWORIGINS.exe+112900 -- (3) 89 55 90  -- mov [rbp-70],edx
// [0183/387] DWORIGINS.exe+112903 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [0187/391] DWORIGINS.exe+112907 -- (5) B8 01000000 -- mov eax,00000001
// [018C/396] DWORIGINS.exe+11290C -- (4) 44 8B 41 40  -- mov r8d,[rcx+40]
// [0190/400] DWORIGINS.exe+112910 -- (3) 41 3B D0  -- cmp edx,r8d
// [0193/403] DWORIGINS.exe+112913 -- (4) 44 89 45 80  -- mov [rbp-80],r8d
// [0197/407] DWORIGINS.exe+112917 -- (4) 40 0F94 C6  -- sete sil
// [019B/411] DWORIGINS.exe+11291B -- (2) 85 D2  -- test edx,edx
// [019D/413] DWORIGINS.exe+11291D -- (2) 74 09 -- je DWORIGINS.exe+112928
// [019F/415] DWORIGINS.exe+11291F -- (3) 45 85 C0  -- test r8d,r8d
// [01A2/418] DWORIGINS.exe+112922 -- (3) 0FB6 DB  -- movzx ebx,bl
// [01A5/421] DWORIGINS.exe+112925 -- (3) 0F44 D8  -- cmove ebx,eax
// [01A8/424] DWORIGINS.exe+112928 -- (7) 48 81 C1 00020000 -- add rcx,00000200
// [01AF/431] DWORIGINS.exe+11292F -- (5) C6 44 24 61 00 -- mov byte ptr [rsp+61],00
// [01B4/436] DWORIGINS.exe+112934 -- (5) BA 02000000 -- mov edx,00000002
// [01B9/441] DWORIGINS.exe+112939 -- (5) E8 02DFF8FF -- call DWORIGINS.exe+A0840
// [01BE/446] DWORIGINS.exe+11293E -- (2) 84 C0  -- test al,al
// [01C0/448] DWORIGINS.exe+112940 -- (6) 0F84 CA000000 -- je DWORIGINS.exe+112A10
// [01C6/454] DWORIGINS.exe+112946 -- (4) 49 8B 47 08  -- mov rax,[r15+08]
// [01CA/458] DWORIGINS.exe+11294A -- (7) 48 8B B8 F8020000  -- mov rdi,[rax+000002F8]
// [01D1/465] DWORIGINS.exe+112951 -- (3) 48 85 FF  -- test rdi,rdi
// [01D4/468] DWORIGINS.exe+112954 -- (6) 0F84 B1000000 -- je DWORIGINS.exe+112A0B
// [01DA/474] DWORIGINS.exe+11295A -- (5) BA 16000000 -- mov edx,00000016
// [01DF/479] DWORIGINS.exe+11295F -- (3) 48 8B CF  -- mov rcx,rdi
// [01E2/482] DWORIGINS.exe+112962 -- (5) E8 69F60800 -- call DWORIGINS.exe+1A1FD0
// [01E7/487] DWORIGINS.exe+112967 -- (2) 84 C0  -- test al,al
// [01E9/489] DWORIGINS.exe+112969 -- (2) 75 15 -- jne DWORIGINS.exe+112980
// [01EB/491] DWORIGINS.exe+11296B -- (5) BA 17000000 -- mov edx,00000017
// [01F0/496] DWORIGINS.exe+112970 -- (3) 48 8B CF  -- mov rcx,rdi
// [01F3/499] DWORIGINS.exe+112973 -- (5) E8 58F60800 -- call DWORIGINS.exe+1A1FD0
// [01F8/504] DWORIGINS.exe+112978 -- (2) 84 C0  -- test al,al
// [01FA/506] DWORIGINS.exe+11297A -- (6) 0F84 8B000000 -- je DWORIGINS.exe+112A0B
// [0200/512] DWORIGINS.exe+112980 -- (5) 48 8B 4C 24 78  -- mov rcx,[rsp+78]
// [0205/517] DWORIGINS.exe+112985 -- (4) 4C 8B 55 A0  -- mov r10,[rbp-60]
// [0209/521] DWORIGINS.exe+112989 -- (7) 48 8B 81 38030000  -- mov rax,[rcx+00000338]
// [0210/528] DWORIGINS.exe+112990 -- (7) 45 8B 8A BC0A0000  -- mov r9d,[r10+00000ABC]
// [0217/535] DWORIGINS.exe+112997 -- (3) 48 85 C0  -- test rax,rax
// [021A/538] DWORIGINS.exe+11299A -- (2) 74 1C -- je DWORIGINS.exe+1129B8
// [021C/540] DWORIGINS.exe+11299C -- (4) 48 8B 40 60  -- mov rax,[rax+60]
// [0220/544] DWORIGINS.exe+1129A0 -- (4) 48 C1 E8 32 -- shr rax,32
// [0224/548] DWORIGINS.exe+1129A4 -- (2) A8 01 -- test al,01
// [0226/550] DWORIGINS.exe+1129A6 -- (2) 74 10 -- je DWORIGINS.exe+1129B8
// [0228/552] DWORIGINS.exe+1129A8 -- (4) 41 8D 41 FC  -- lea eax,[r9-04]
// [022C/556] DWORIGINS.exe+1129AC -- (3) 83 F8 02 -- cmp eax,02
// [022F/559] DWORIGINS.exe+1129AF -- (5) B8 00000000 -- mov eax,00000000
// [0234/564] DWORIGINS.exe+1129B4 -- (4) 44 0F47 C8  -- cmova r9d,eax
// [0238/568] DWORIGINS.exe+1129B8 -- (4) 49 8B 57 08  -- mov rdx,[r15+08]
// [023C/572] DWORIGINS.exe+1129BC -- (5) 48 8D 44 24 63  -- lea rax,[rsp+63]
// [0241/577] DWORIGINS.exe+1129C1 -- (5) C6 44 24 30 00 -- mov byte ptr [rsp+30],00
// [0246/582] DWORIGINS.exe+1129C6 -- (3) 4C 8B C1  -- mov r8,rcx
// [0249/585] DWORIGINS.exe+1129C9 -- (5) 48 89 44 24 28  -- mov [rsp+28],rax
// [024E/590] DWORIGINS.exe+1129CE -- (3) 49 8B CA  -- mov rcx,r10
// [0251/593] DWORIGINS.exe+1129D1 -- (5) 48 8D 44 24 58  -- lea rax,[rsp+58]
// [0256/598] DWORIGINS.exe+1129D6 -- (8) C7 44 24 58 FFFFFFFF -- mov [rsp+58],FFFFFFFF
// [025E/606] DWORIGINS.exe+1129DE -- (5) 48 89 44 24 20  -- mov [rsp+20],rax
// [0263/611] DWORIGINS.exe+1129E3 -- (5) C6 44 24 63 00 -- mov byte ptr [rsp+63],00
// [0268/616] DWORIGINS.exe+1129E8 -- (5) E8 B3BF0000 -- call DWORIGINS.exe+11E9A0
// [026D/621] DWORIGINS.exe+1129ED -- (2) 84 C0  -- test al,al
// [026F/623] DWORIGINS.exe+1129EF -- (2) 74 1A -- je DWORIGINS.exe+112A0B
// [0271/625] DWORIGINS.exe+1129F1 -- (4) 8B 44 24 58  -- mov eax,[rsp+58]
// [0275/629] DWORIGINS.exe+1129F5 -- (5) A9 FAFFFFFF -- test eax,FFFFFFFA
// [027A/634] DWORIGINS.exe+1129FA -- (2) 75 0A -- jne DWORIGINS.exe+112A06
// [027C/636] DWORIGINS.exe+1129FC -- (5) C6 44 24 61 01 -- mov byte ptr [rsp+61],01
// [0281/641] DWORIGINS.exe+112A01 -- (3) 83 F8 04 -- cmp eax,04
// [0284/644] DWORIGINS.exe+112A04 -- (2) 75 05 -- jne DWORIGINS.exe+112A0B
// [0286/646] DWORIGINS.exe+112A06 -- (5) C6 44 24 61 00 -- mov byte ptr [rsp+61],00
// [028B/651] DWORIGINS.exe+112A0B -- (5) 48 8B 7C 24 68  -- mov rdi,[rsp+68]
// [0290/656] DWORIGINS.exe+112A10 -- (5) 0FB6 44 24 61  -- movzx eax,byte ptr [rsp+61]
// [0295/661] DWORIGINS.exe+112A15 -- (4) 44 0FB6 CB  -- movzx r9d,bl
// [0299/665] DWORIGINS.exe+112A19 -- (5) 4C 8B 44 24 78  -- mov r8,[rsp+78]
// [029E/670] DWORIGINS.exe+112A1E -- (3) 49 8B D7  -- mov rdx,r15
// [02A1/673] DWORIGINS.exe+112A21 -- (4) 48 8B 4D A0  -- mov rcx,[rbp-60]
// [02A5/677] DWORIGINS.exe+112A25 -- (4) 88 44 24 28  -- mov [rsp+28],al
// [02A9/681] DWORIGINS.exe+112A29 -- (5) 40 88 74 24 20  -- mov [rsp+20],sil
// [02AE/686] DWORIGINS.exe+112A2E -- (5) E8 EDAB0000 -- call DWORIGINS.exe+11D620
// [02B3/691] DWORIGINS.exe+112A33 -- (2) 32 DB  -- xor bl,bl
// [02B5/693] DWORIGINS.exe+112A35 -- (2) 32 D2  -- xor dl,dl
// [02B7/695] DWORIGINS.exe+112A37 -- (4) 88 5C 24 50  -- mov [rsp+50],bl
// [02BB/699] DWORIGINS.exe+112A3B -- (4) 44 0F28 D8  -- movaps xmm11,xmm0
// [02BF/703] DWORIGINS.exe+112A3F -- (3) 4D 85 ED  -- test r13,r13
// [02C2/706] DWORIGINS.exe+112A42 -- (2) 74 23 -- je DWORIGINS.exe+112A67
// [02C4/708] DWORIGINS.exe+112A44 -- (7) 49 8D 8D 00020000  -- lea rcx,[r13+00000200]
// [02CB/715] DWORIGINS.exe+112A4B -- (5) BA 02000000 -- mov edx,00000002
// [02D0/720] DWORIGINS.exe+112A50 -- (5) E8 EBDDF8FF -- call DWORIGINS.exe+A0840
// [02D5/725] DWORIGINS.exe+112A55 -- (3) 49 8B CD  -- mov rcx,r13
// [02D8/728] DWORIGINS.exe+112A58 -- (4) 88 44 24 50  -- mov [rsp+50],al
// [02DC/732] DWORIGINS.exe+112A5C -- (3) 0FB6 D8  -- movzx ebx,al
// [02DF/735] DWORIGINS.exe+112A5F -- (5) E8 9C2A0B00 -- call DWORIGINS.exe+1C5500
// [02E4/740] DWORIGINS.exe+112A64 -- (3) 0FB6 D0  -- movzx edx,al
// [02E7/743] DWORIGINS.exe+112A67 -- (8) F3 0F10 3D 29A42903  -- movss xmm7,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [02EF/751] DWORIGINS.exe+112A6F -- (4) 45 0F57 F6  -- xorps xmm14,xmm14
// [02F3/755] DWORIGINS.exe+112A73 -- (5) C6 44 24 63 00 -- mov byte ptr [rsp+63],00
// [02F8/760] DWORIGINS.exe+112A78 -- (2) 84 DB  -- test bl,bl
// [02FA/762] DWORIGINS.exe+112A7A -- (6) 0F85 92000000 -- jne DWORIGINS.exe+112B12
// [0300/768] DWORIGINS.exe+112A80 -- (4) 45 0F2F DE  -- comiss xmm11,xmm14
// [0304/772] DWORIGINS.exe+112A84 -- (6) 0F86 88000000 -- jbe DWORIGINS.exe+112B12
// [030A/778] DWORIGINS.exe+112A8A -- (3) 8B 4F 60  -- mov ecx,[rdi+60]
// [030D/781] DWORIGINS.exe+112A8D -- (4) 48 C1 E9 13 -- shr rcx,13
// [0311/785] DWORIGINS.exe+112A91 -- (3) F6 C1 01 -- test cl,01
// [0314/788] DWORIGINS.exe+112A94 -- (2) 75 77 -- jne DWORIGINS.exe+112B0D
// [0316/790] DWORIGINS.exe+112A96 -- (3) 8B 47 68  -- mov eax,[rdi+68]
// [0319/793] DWORIGINS.exe+112A99 -- (6) 48 A9 00200040 -- test rax,40002000
// [031F/799] DWORIGINS.exe+112A9F -- (2) 75 6C -- jne DWORIGINS.exe+112B0D
// [0321/801] DWORIGINS.exe+112AA1 -- (2) 84 D2  -- test dl,dl
// [0323/803] DWORIGINS.exe+112AA3 -- (2) 75 68 -- jne DWORIGINS.exe+112B0D
// [0325/805] DWORIGINS.exe+112AA5 -- (4) 48 8B 45 A8  -- mov rax,[rbp-58]
// [0329/809] DWORIGINS.exe+112AA9 -- (3) 48 85 C0  -- test rax,rax
// [032C/812] DWORIGINS.exe+112AAC -- (2) 74 64 -- je DWORIGINS.exe+112B12
// [032E/814] DWORIGINS.exe+112AAE -- (4) 48 8B 5D D8  -- mov rbx,[rbp-28]
// [0332/818] DWORIGINS.exe+112AB2 -- (4) 41 0F28 D3  -- movaps xmm2,xmm11
// [0336/822] DWORIGINS.exe+112AB6 -- (3) 48 8B D3  -- mov rdx,rbx
// [0339/825] DWORIGINS.exe+112AB9 -- (3) 48 8B C8  -- mov rcx,rax
// [033C/828] DWORIGINS.exe+112ABC -- (5) E8 AFEC1A00 -- call DWORIGINS.exe+2C1770
// [0341/833] DWORIGINS.exe+112AC1 -- (3) 0F28 F0  -- movaps xmm6,xmm0
// [0344/836] DWORIGINS.exe+112AC4 -- (5) F3 44 0F5F DE  -- maxss xmm11,xmm6
// [0349/841] DWORIGINS.exe+112AC9 -- (3) 4D 85 F6  -- test r14,r14
// [034C/844] DWORIGINS.exe+112ACC -- (2) 74 0C -- je DWORIGINS.exe+112ADA
// [034E/846] DWORIGINS.exe+112ACE -- (3) 49 8B CE  -- mov rcx,r14
// [0351/849] DWORIGINS.exe+112AD1 -- (5) E8 EA4C0F00 -- call DWORIGINS.exe+2077C0
// [0356/854] DWORIGINS.exe+112AD6 -- (2) 84 C0  -- test al,al
// [0358/856] DWORIGINS.exe+112AD8 -- (2) 75 38 -- jne DWORIGINS.exe+112B12
// [035A/858] DWORIGINS.exe+112ADA -- (3) 48 85 DB  -- test rbx,rbx
// [035D/861] DWORIGINS.exe+112ADD -- (2) 74 0C -- je DWORIGINS.exe+112AEB
// [035F/863] DWORIGINS.exe+112ADF -- (3) 48 8B CB  -- mov rcx,rbx
// [0362/866] DWORIGINS.exe+112AE2 -- (5) E8 D94C0F00 -- call DWORIGINS.exe+2077C0
// [0367/871] DWORIGINS.exe+112AE7 -- (2) 84 C0  -- test al,al
// [0369/873] DWORIGINS.exe+112AE9 -- (2) 75 27 -- jne DWORIGINS.exe+112B12
// [036B/875] DWORIGINS.exe+112AEB -- (3) 4D 85 F6  -- test r14,r14
// [036E/878] DWORIGINS.exe+112AEE -- (2) 74 0C -- je DWORIGINS.exe+112AFC
// [0370/880] DWORIGINS.exe+112AF0 -- (3) 49 8B CE  -- mov rcx,r14
// [0373/883] DWORIGINS.exe+112AF3 -- (5) E8 486E1100 -- call DWORIGINS.exe+229940
// [0378/888] DWORIGINS.exe+112AF8 -- (2) 84 C0  -- test al,al
// [037A/890] DWORIGINS.exe+112AFA -- (2) 75 16 -- jne DWORIGINS.exe+112B12
// [037C/892] DWORIGINS.exe+112AFC -- (5) F3 44 0F5D DE  -- minss xmm11,xmm6
// [0381/897] DWORIGINS.exe+112B01 -- (4) 45 0F2F F3  -- comiss xmm14,xmm11
// [0385/901] DWORIGINS.exe+112B05 -- (2) 72 0B -- jb DWORIGINS.exe+112B12
// [0387/903] DWORIGINS.exe+112B07 -- (4) 44 0F28 DF  -- movaps xmm11,xmm7
// [038B/907] DWORIGINS.exe+112B0B -- (2) EB 05 -- jmp DWORIGINS.exe+112B12
// [038D/909] DWORIGINS.exe+112B0D -- (5) C6 44 24 63 01 -- mov byte ptr [rsp+63],01
// [0392/914] DWORIGINS.exe+112B12 -- (5) 48 8B 74 24 68  -- mov rsi,[rsp+68]
// [0397/919] DWORIGINS.exe+112B17 -- (3) 40 32 FF  -- xor dil,dil
// [039A/922] DWORIGINS.exe+112B1A -- (9) F3 44 0F10 3D F59C2903  -- movss xmm15,[DWORIGINS.exe+33AC818] -- [(float)0.0000]
// [03A3/931] DWORIGINS.exe+112B23 -- (4) 48 8B 4E 60  -- mov rcx,[rsi+60]
// [03A7/935] DWORIGINS.exe+112B27 -- (3) 48 8B C1  -- mov rax,rcx
// [03AA/938] DWORIGINS.exe+112B2A -- (4) 48 C1 E8 16 -- shr rax,16
// [03AE/942] DWORIGINS.exe+112B2E -- (2) A8 01 -- test al,01
// [03B0/944] DWORIGINS.exe+112B30 -- (6) 0F85 D2010000 -- jne DWORIGINS.exe+112D08
// [03B6/950] DWORIGINS.exe+112B36 -- (4) 49 8B 57 08  -- mov rdx,[r15+08]
// [03BA/954] DWORIGINS.exe+112B3A -- (4) 83 7A 38 02 -- cmp dword ptr [rdx+38],02
// [03BE/958] DWORIGINS.exe+112B3E -- (6) 0F85 C7010000 -- jne DWORIGINS.exe+112D0B
// [03C4/964] DWORIGINS.exe+112B44 -- (4) 48 8B 42 20  -- mov rax,[rdx+20]
// [03C8/968] DWORIGINS.exe+112B48 -- (2) B3 01 -- mov bl,01
// [03CA/970] DWORIGINS.exe+112B4A -- (3) 48 85 C0  -- test rax,rax
// [03CD/973] DWORIGINS.exe+112B4D -- (2) 74 1A -- je DWORIGINS.exe+112B69
// [03CF/975] DWORIGINS.exe+112B4F -- (7) 0FBE 80 A8040000  -- movsx eax,byte ptr [rax+000004A8]
// [03D6/982] DWORIGINS.exe+112B56 -- (3) 83 F8 04 -- cmp eax,04
// [03D9/985] DWORIGINS.exe+112B59 -- (2) 77 0E -- ja DWORIGINS.exe+112B69
// [03DB/987] DWORIGINS.exe+112B5B -- (3) 83 F8 FF -- cmp eax,-01
// [03DE/990] DWORIGINS.exe+112B5E -- (2) 74 09 -- je DWORIGINS.exe+112B69
// [03E0/992] DWORIGINS.exe+112B60 -- (3) 83 F8 03 -- cmp eax,03
// [03E3/995] DWORIGINS.exe+112B63 -- (6) 0F8E A2010000 -- jng DWORIGINS.exe+112D0B
// [03E9/1001] DWORIGINS.exe+112B69 -- (4) 48 C1 E9 17 -- shr rcx,17
// [03ED/1005] DWORIGINS.exe+112B6D -- (3) F6 C1 01 -- test cl,01
// [03F0/1008] DWORIGINS.exe+112B70 -- (6) 0F85 92010000 -- jne DWORIGINS.exe+112D08
// [03F6/1014] DWORIGINS.exe+112B76 -- (7) 48 8D 8A 00020000  -- lea rcx,[rdx+00000200]
// [03FD/1021] DWORIGINS.exe+112B7D -- (5) BA 0A000000 -- mov edx,0000000A
// [0402/1026] DWORIGINS.exe+112B82 -- (5) E8 B9DCF8FF -- call DWORIGINS.exe+A0840
// [0407/1031] DWORIGINS.exe+112B87 -- (2) 84 C0  -- test al,al
// [0409/1033] DWORIGINS.exe+112B89 -- (6) 0F85 7C010000 -- jne DWORIGINS.exe+112D0B
// [040F/1039] DWORIGINS.exe+112B8F -- (4) 49 8B 47 18  -- mov rax,[r15+18]
// [0413/1043] DWORIGINS.exe+112B93 -- (4) 48 8B 40 20  -- mov rax,[rax+20]
// [0417/1047] DWORIGINS.exe+112B97 -- (3) 48 85 C0  -- test rax,rax
// [041A/1050] DWORIGINS.exe+112B9A -- (2) 74 13 -- je DWORIGINS.exe+112BAF
// [041C/1052] DWORIGINS.exe+112B9C -- (7) 48 8B 80 88000000  -- mov rax,[rax+00000088]
// [0423/1059] DWORIGINS.exe+112BA3 -- (4) 48 C1 E8 39 -- shr rax,39
// [0427/1063] DWORIGINS.exe+112BA7 -- (2) A8 01 -- test al,01
// [0429/1065] DWORIGINS.exe+112BA9 -- (6) 0F85 5C010000 -- jne DWORIGINS.exe+112D0B
// [042F/1071] DWORIGINS.exe+112BAF -- (4) 48 8B 45 A8  -- mov rax,[rbp-58]
// [0433/1075] DWORIGINS.exe+112BB3 -- (3) 48 85 C0  -- test rax,rax
// [0436/1078] DWORIGINS.exe+112BB6 -- (2) 74 25 -- je DWORIGINS.exe+112BDD
// [0438/1080] DWORIGINS.exe+112BB8 -- (7) 48 8B 80 98010000  -- mov rax,[rax+00000198]
// [043F/1087] DWORIGINS.exe+112BBF -- (3) 48 85 C0  -- test rax,rax
// [0442/1090] DWORIGINS.exe+112BC2 -- (2) 74 19 -- je DWORIGINS.exe+112BDD
// [0444/1092] DWORIGINS.exe+112BC4 -- (4) 48 8B 40 08  -- mov rax,[rax+08]
// [0448/1096] DWORIGINS.exe+112BC8 -- (3) 0FB6 DB  -- movzx ebx,bl
// [044B/1099] DWORIGINS.exe+112BCB -- (10) F7 80 B0000000 00000100 -- test [rax+000000B0],00010000
// [0455/1109] DWORIGINS.exe+112BD5 -- (5) B8 00000000 -- mov eax,00000000
// [045A/1114] DWORIGINS.exe+112BDA -- (3) 0F45 D8  -- cmovne ebx,eax
// [045D/1117] DWORIGINS.exe+112BDD -- (3) 4D 85 F6  -- test r14,r14
// [0460/1120] DWORIGINS.exe+112BE0 -- (2) 74 61 -- je DWORIGINS.exe+112C43
// [0462/1122] DWORIGINS.exe+112BE2 -- (5) BA 33000000 -- mov edx,00000033
// [0467/1127] DWORIGINS.exe+112BE7 -- (3) 49 8B CE  -- mov rcx,r14
// [046A/1130] DWORIGINS.exe+112BEA -- (5) E8 117CF1FF -- call DWORIGINS.exe+2A800
// [046F/1135] DWORIGINS.exe+112BEF -- (2) 84 C0  -- test al,al
// [0471/1137] DWORIGINS.exe+112BF1 -- (6) 0F85 14010000 -- jne DWORIGINS.exe+112D0B
// [0477/1143] DWORIGINS.exe+112BF7 -- (4) 49 8B 47 08  -- mov rax,[r15+08]
// [047B/1147] DWORIGINS.exe+112BFB -- (7) 48 8B 80 F8010000  -- mov rax,[rax+000001F8]
// [0482/1154] DWORIGINS.exe+112C02 -- (3) 48 85 C0  -- test rax,rax
// [0485/1157] DWORIGINS.exe+112C05 -- (2) 74 3C -- je DWORIGINS.exe+112C43
// [0487/1159] DWORIGINS.exe+112C07 -- (3) 48 8B 00  -- mov rax,[rax]
// [048A/1162] DWORIGINS.exe+112C0A -- (7) 48 8B 88 C0000000  -- mov rcx,[rax+000000C0]
// [0491/1169] DWORIGINS.exe+112C11 -- (3) 48 85 C9  -- test rcx,rcx
// [0494/1172] DWORIGINS.exe+112C14 -- (2) 74 2D -- je DWORIGINS.exe+112C43
// [0496/1174] DWORIGINS.exe+112C16 -- (7) 41 8B 96 A8170000  -- mov edx,[r14+000017A8]
// [049D/1181] DWORIGINS.exe+112C1D -- (5) E8 BE481400 -- call DWORIGINS.exe+2574E0
// [04A2/1186] DWORIGINS.exe+112C22 -- (3) 48 85 C0  -- test rax,rax
// [04A5/1189] DWORIGINS.exe+112C25 -- (2) 74 1C -- je DWORIGINS.exe+112C43
// [04A7/1191] DWORIGINS.exe+112C27 -- (4) 80 78 31 00 -- cmp byte ptr [rax+31],00
// [04AB/1195] DWORIGINS.exe+112C2B -- (2) 75 16 -- jne DWORIGINS.exe+112C43
// [04AD/1197] DWORIGINS.exe+112C2D -- (4) 48 8D 48 08  -- lea rcx,[rax+08]
// [04B1/1201] DWORIGINS.exe+112C31 -- (5) BA 05000000 -- mov edx,00000005
// [04B6/1206] DWORIGINS.exe+112C36 -- (5) E8 B5D70300 -- call DWORIGINS.exe+1503F0
// [04BB/1211] DWORIGINS.exe+112C3B -- (2) 84 C0  -- test al,al
// [04BD/1213] DWORIGINS.exe+112C3D -- (6) 0F85 C8000000 -- jne DWORIGINS.exe+112D0B
// [04C3/1219] DWORIGINS.exe+112C43 -- (2) 84 DB  -- test bl,bl
// [04C5/1221] DWORIGINS.exe+112C45 -- (6) 0F84 C0000000 -- je DWORIGINS.exe+112D0B
// [04CB/1227] DWORIGINS.exe+112C4B -- (4) 48 8B 46 60  -- mov rax,[rsi+60]
// [04CF/1231] DWORIGINS.exe+112C4F -- (4) 48 C1 E8 24 -- shr rax,24
// [04D3/1235] DWORIGINS.exe+112C53 -- (2) A8 01 -- test al,01
// [04D5/1237] DWORIGINS.exe+112C55 -- (2) 74 1D -- je DWORIGINS.exe+112C74
// [04D7/1239] DWORIGINS.exe+112C57 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [04DB/1243] DWORIGINS.exe+112C5B -- (5) E8 50EB0A00 -- call DWORIGINS.exe+1C17B0
// [04E0/1248] DWORIGINS.exe+112C60 -- (3) 83 F8 06 -- cmp eax,06
// [04E3/1251] DWORIGINS.exe+112C63 -- (2) 77 50 -- ja DWORIGINS.exe+112CB5
// [04E5/1253] DWORIGINS.exe+112C65 -- (3) 83 F8 FF -- cmp eax,-01
// [04E8/1256] DWORIGINS.exe+112C68 -- (2) 74 4B -- je DWORIGINS.exe+112CB5
// [04EA/1258] DWORIGINS.exe+112C6A -- (3) 83 F8 02 -- cmp eax,02
// [04ED/1261] DWORIGINS.exe+112C6D -- (2) 7F 46 -- jg DWORIGINS.exe+112CB5
// [04EF/1263] DWORIGINS.exe+112C6F -- (3) 40 B7 01 -- mov dil,01
// [04F2/1266] DWORIGINS.exe+112C72 -- (2) EB 41 -- jmp DWORIGINS.exe+112CB5
// [04F4/1268] DWORIGINS.exe+112C74 -- (3) 4D 85 ED  -- test r13,r13
// [04F7/1271] DWORIGINS.exe+112C77 -- (2) 74 3C -- je DWORIGINS.exe+112CB5
// [04F9/1273] DWORIGINS.exe+112C79 -- (7) 49 8B 85 00030000  -- mov rax,[r13+00000300]
// [0500/1280] DWORIGINS.exe+112C80 -- (3) 48 85 C0  -- test rax,rax
// [0503/1283] DWORIGINS.exe+112C83 -- (2) 74 30 -- je DWORIGINS.exe+112CB5
// [0505/1285] DWORIGINS.exe+112C85 -- (8) F3 0F10 80 34010000  -- movss xmm0,[rax+00000134]
// [050D/1293] DWORIGINS.exe+112C8D -- (4) 41 0F2F C7  -- comiss xmm0,xmm15
// [0511/1297] DWORIGINS.exe+112C91 -- (2) 76 22 -- jna DWORIGINS.exe+112CB5
// [0513/1299] DWORIGINS.exe+112C93 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [0517/1303] DWORIGINS.exe+112C97 -- (5) E8 14EB0A00 -- call DWORIGINS.exe+1C17B0
// [051C/1308] DWORIGINS.exe+112C9C -- (3) 83 F8 06 -- cmp eax,06
// [051F/1311] DWORIGINS.exe+112C9F -- (2) 77 14 -- ja DWORIGINS.exe+112CB5
// [0521/1313] DWORIGINS.exe+112CA1 -- (3) 83 F8 FF -- cmp eax,-01
// [0524/1316] DWORIGINS.exe+112CA4 -- (2) 74 0F -- je DWORIGINS.exe+112CB5
// [0526/1318] DWORIGINS.exe+112CA6 -- (3) 83 F8 02 -- cmp eax,02
// [0529/1321] DWORIGINS.exe+112CA9 -- (4) 40 0FB6 FF  -- movzx edi,dil
// [052D/1325] DWORIGINS.exe+112CAD -- (5) B9 01000000 -- mov ecx,00000001
// [0532/1330] DWORIGINS.exe+112CB2 -- (3) 0F4E F9  -- cmovle edi,ecx
// [0535/1333] DWORIGINS.exe+112CB5 -- (4) 48 8B 46 60  -- mov rax,[rsi+60]
// [0539/1337] DWORIGINS.exe+112CB9 -- (4) 48 C1 E8 25 -- shr rax,25
// [053D/1341] DWORIGINS.exe+112CBD -- (2) A8 01 -- test al,01
// [053F/1343] DWORIGINS.exe+112CBF -- (2) 74 4A -- je DWORIGINS.exe+112D0B
// [0541/1345] DWORIGINS.exe+112CC1 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [0545/1349] DWORIGINS.exe+112CC5 -- (5) E8 E6EA0A00 -- call DWORIGINS.exe+1C17B0
// [054A/1354] DWORIGINS.exe+112CCA -- (2) 8B D8  -- mov ebx,eax
// [054C/1356] DWORIGINS.exe+112CCC -- (3) 4D 85 ED  -- test r13,r13
// [054F/1359] DWORIGINS.exe+112CCF -- (2) 74 0C -- je DWORIGINS.exe+112CDD
// [0551/1361] DWORIGINS.exe+112CD1 -- (3) 49 8B CD  -- mov rcx,r13
// [0554/1364] DWORIGINS.exe+112CD4 -- (5) E8 D7EA0A00 -- call DWORIGINS.exe+1C17B0
// [0559/1369] DWORIGINS.exe+112CD9 -- (2) 8B C8  -- mov ecx,eax
// [055B/1371] DWORIGINS.exe+112CDB -- (2) EB 05 -- jmp DWORIGINS.exe+112CE2
// [055D/1373] DWORIGINS.exe+112CDD -- (5) B9 FFFFFFFF -- mov ecx,FFFFFFFF
// [0562/1378] DWORIGINS.exe+112CE2 -- (3) 83 FB 06 -- cmp ebx,06
// [0565/1381] DWORIGINS.exe+112CE5 -- (2) 77 24 -- ja DWORIGINS.exe+112D0B
// [0567/1383] DWORIGINS.exe+112CE7 -- (3) 83 FB FF -- cmp ebx,-01
// [056A/1386] DWORIGINS.exe+112CEA -- (2) 74 1F -- je DWORIGINS.exe+112D0B
// [056C/1388] DWORIGINS.exe+112CEC -- (3) 83 F9 06 -- cmp ecx,06
// [056F/1391] DWORIGINS.exe+112CEF -- (2) 77 1A -- ja DWORIGINS.exe+112D0B
// [0571/1393] DWORIGINS.exe+112CF1 -- (6) 41 BD 01000000 -- mov r13d,00000001
// [0577/1399] DWORIGINS.exe+112CF7 -- (3) 83 F9 FF -- cmp ecx,-01
// [057A/1402] DWORIGINS.exe+112CFA -- (2) 74 15 -- je DWORIGINS.exe+112D11
// [057C/1404] DWORIGINS.exe+112CFC -- (2) 3B D9  -- cmp ebx,ecx
// [057E/1406] DWORIGINS.exe+112CFE -- (4) 40 0FB6 FF  -- movzx edi,dil
// [0582/1410] DWORIGINS.exe+112D02 -- (4) 41 0F4C FD  -- cmovl edi,r13d
// [0586/1414] DWORIGINS.exe+112D06 -- (2) EB 09 -- jmp DWORIGINS.exe+112D11
// [0588/1416] DWORIGINS.exe+112D08 -- (3) 40 B7 01 -- mov dil,01
// [058B/1419] DWORIGINS.exe+112D0B -- (6) 41 BD 01000000 -- mov r13d,00000001
// [0591/1425] DWORIGINS.exe+112D11 -- (3) 40 32 F6  -- xor sil,sil
// [0594/1428] DWORIGINS.exe+112D14 -- (3) 4D 85 F6  -- test r14,r14
// [0597/1431] DWORIGINS.exe+112D17 -- (6) 0F84 A7000000 -- je DWORIGINS.exe+112DC4
// [059D/1437] DWORIGINS.exe+112D1D -- (5) BA 4B000000 -- mov edx,0000004B
// [05A2/1442] DWORIGINS.exe+112D22 -- (3) 49 8B CE  -- mov rcx,r14
// [05A5/1445] DWORIGINS.exe+112D25 -- (5) E8 D67AF1FF -- call DWORIGINS.exe+2A800
// [05AA/1450] DWORIGINS.exe+112D2A -- (2) 84 C0  -- test al,al
// [05AC/1452] DWORIGINS.exe+112D2C -- (2) 74 05 -- je DWORIGINS.exe+112D33
// [05AE/1454] DWORIGINS.exe+112D2E -- (3) 40 B6 01 -- mov sil,01
// [05B1/1457] DWORIGINS.exe+112D31 -- (2) EB 32 -- jmp DWORIGINS.exe+112D65
// [05B3/1459] DWORIGINS.exe+112D33 -- (5) BA 02000000 -- mov edx,00000002
// [05B8/1464] DWORIGINS.exe+112D38 -- (3) 49 8B CE  -- mov rcx,r14
// [05BB/1467] DWORIGINS.exe+112D3B -- (5) E8 C07AF1FF -- call DWORIGINS.exe+2A800
// [05C0/1472] DWORIGINS.exe+112D40 -- (2) 84 C0  -- test al,al
// [05C2/1474] DWORIGINS.exe+112D42 -- (2) 74 21 -- je DWORIGINS.exe+112D65
// [05C4/1476] DWORIGINS.exe+112D44 -- (4) 48 8B 45 A8  -- mov rax,[rbp-58]
// [05C8/1480] DWORIGINS.exe+112D48 -- (3) 48 85 C0  -- test rax,rax
// [05CB/1483] DWORIGINS.exe+112D4B -- (2) 74 18 -- je DWORIGINS.exe+112D65
// [05CD/1485] DWORIGINS.exe+112D4D -- (4) 48 8D 48 20  -- lea rcx,[rax+20]
// [05D1/1489] DWORIGINS.exe+112D51 -- (5) BA 0D000000 -- mov edx,0000000D
// [05D6/1494] DWORIGINS.exe+112D56 -- (5) E8 85D6F8FF -- call DWORIGINS.exe+A03E0
// [05DB/1499] DWORIGINS.exe+112D5B -- (2) 84 C0  -- test al,al
// [05DD/1501] DWORIGINS.exe+112D5D -- (4) 40 0FB6 F6  -- movzx esi,sil
// [05E1/1505] DWORIGINS.exe+112D61 -- (4) 41 0F45 F5  -- cmovne esi,r13d
// [05E5/1509] DWORIGINS.exe+112D65 -- (7) 48 8B 0D 1CEB8A03  -- mov rcx,[DWORIGINS.exe+39C1888] -- [00000000]
// [05EC/1516] DWORIGINS.exe+112D6C -- (3) 48 85 C9  -- test rcx,rcx
// [05EF/1519] DWORIGINS.exe+112D6F -- (2) 74 36 -- je DWORIGINS.exe+112DA7
// [05F1/1521] DWORIGINS.exe+112D71 -- (5) E8 3A252600 -- call DWORIGINS.exe+3752B0
// [05F6/1526] DWORIGINS.exe+112D76 -- (3) 0FB6 D8  -- movzx ebx,al
// [05F9/1529] DWORIGINS.exe+112D79 -- (3) 40 84 F6  -- test sil,sil
// [05FC/1532] DWORIGINS.exe+112D7C -- (2) 75 46 -- jne DWORIGINS.exe+112DC4
// [05FE/1534] DWORIGINS.exe+112D7E -- (3) 41 8B D5  -- mov edx,r13d
// [0601/1537] DWORIGINS.exe+112D81 -- (3) 49 8B CE  -- mov rcx,r14
// [0604/1540] DWORIGINS.exe+112D84 -- (5) E8 27D0F8FF -- call DWORIGINS.exe+9FDB0
// [0609/1545] DWORIGINS.exe+112D89 -- (2) 84 C0  -- test al,al
// [060B/1547] DWORIGINS.exe+112D8B -- (2) 75 11 -- jne DWORIGINS.exe+112D9E
// [060D/1549] DWORIGINS.exe+112D8D -- (5) BA 02000000 -- mov edx,00000002
// [0612/1554] DWORIGINS.exe+112D92 -- (3) 49 8B CE  -- mov rcx,r14
// [0615/1557] DWORIGINS.exe+112D95 -- (5) E8 16D0F8FF -- call DWORIGINS.exe+9FDB0
// [061A/1562] DWORIGINS.exe+112D9A -- (2) 84 C0  -- test al,al
// [061C/1564] DWORIGINS.exe+112D9C -- (2) 74 0E -- je DWORIGINS.exe+112DAC
// [061E/1566] DWORIGINS.exe+112D9E -- (2) 84 DB  -- test bl,bl
// [0620/1568] DWORIGINS.exe+112DA0 -- (2) 74 0A -- je DWORIGINS.exe+112DAC
// [0622/1570] DWORIGINS.exe+112DA2 -- (3) 40 B6 01 -- mov sil,01
// [0625/1573] DWORIGINS.exe+112DA5 -- (2) EB 1D -- jmp DWORIGINS.exe+112DC4
// [0627/1575] DWORIGINS.exe+112DA7 -- (3) 40 84 F6  -- test sil,sil
// [062A/1578] DWORIGINS.exe+112DAA -- (2) 75 18 -- jne DWORIGINS.exe+112DC4
// [062C/1580] DWORIGINS.exe+112DAC -- (4) 49 8D 4E 30  -- lea rcx,[r14+30]
// [0630/1584] DWORIGINS.exe+112DB0 -- (5) BA 07000000 -- mov edx,00000007
// [0635/1589] DWORIGINS.exe+112DB5 -- (5) E8 76E60300 -- call DWORIGINS.exe+151430
// [063A/1594] DWORIGINS.exe+112DBA -- (2) 84 C0  -- test al,al
// [063C/1596] DWORIGINS.exe+112DBC -- (4) 40 0FB6 F6  -- movzx esi,sil
// [0640/1600] DWORIGINS.exe+112DC0 -- (4) 41 0F45 F5  -- cmovne esi,r13d
// [0644/1604] DWORIGINS.exe+112DC4 -- (4) 4C 8B 45 A8  -- mov r8,[rbp-58]
// [0648/1608] DWORIGINS.exe+112DC8 -- (3) 49 8B D6  -- mov rdx,r14
// [064B/1611] DWORIGINS.exe+112DCB -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [064F/1615] DWORIGINS.exe+112DCF -- (5) E8 AC7EF7FF -- call DWORIGINS.exe+8AC80
// [0654/1620] DWORIGINS.exe+112DD4 -- (5) 48 8B 5C 24 68  -- mov rbx,[rsp+68]
// [0659/1625] DWORIGINS.exe+112DD9 -- (3) 40 0A F8  -- or dil,al
// [065C/1628] DWORIGINS.exe+112DDC -- (3) 8B 45 80  -- mov eax,[rbp-80]
// [065F/1631] DWORIGINS.exe+112DDF -- (3) 39 45 90  -- cmp [rbp-70],eax
// [0662/1634] DWORIGINS.exe+112DE2 -- (2) 75 14 -- jne DWORIGINS.exe+112DF8
// [0664/1636] DWORIGINS.exe+112DE4 -- (4) 0FB6 43 60  -- movzx eax,byte ptr [rbx+60]
// [0668/1640] DWORIGINS.exe+112DE8 -- (5) B9 00000000 -- mov ecx,00000000
// [066D/1645] DWORIGINS.exe+112DED -- (2) D0 E8  -- shr al,1
// [066F/1647] DWORIGINS.exe+112DEF -- (2) A8 01 -- test al,01
// [0671/1649] DWORIGINS.exe+112DF1 -- (4) 40 0FB6 FF  -- movzx edi,dil
// [0675/1653] DWORIGINS.exe+112DF5 -- (3) 0F44 F9  -- cmove edi,ecx
// [0678/1656] DWORIGINS.exe+112DF8 -- (4) 45 0F2F DE  -- comiss xmm11,xmm14
// [067C/1660] DWORIGINS.exe+112DFC -- (2) 76 17 -- jna DWORIGINS.exe+112E15
// [067E/1662] DWORIGINS.exe+112DFE -- (3) 40 84 FF  -- test dil,dil
// [0681/1665] DWORIGINS.exe+112E01 -- (2) 74 12 -- je DWORIGINS.exe+112E15
// [0683/1667] DWORIGINS.exe+112E03 -- (3) 45 84 E4  -- test r12b,r12b
// [0686/1670] DWORIGINS.exe+112E06 -- (2) 75 0D -- jne DWORIGINS.exe+112E15
// [0688/1672] DWORIGINS.exe+112E08 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [068C/1676] DWORIGINS.exe+112E0C -- (5) E8 2F650B00 -- call DWORIGINS.exe+1C9340
// [0691/1681] DWORIGINS.exe+112E11 -- (4) 44 0F28 D8  -- movaps xmm11,xmm0
// [0695/1685] DWORIGINS.exe+112E15 -- (3) 8B 43 60  -- mov eax,[rbx+60]
// [0698/1688] DWORIGINS.exe+112E18 -- (9) F3 44 0F10 05 6F9B2903  -- movss xmm8,[DWORIGINS.exe+33AC990] -- [(float)0.0100]
// [06A1/1697] DWORIGINS.exe+112E21 -- (4) 48 C1 E8 1D -- shr rax,1D
// [06A5/1701] DWORIGINS.exe+112E25 -- (2) A8 01 -- test al,01
// [06A7/1703] DWORIGINS.exe+112E27 -- (2) 74 25 -- je DWORIGINS.exe+112E4E
// [06A9/1705] DWORIGINS.exe+112E29 -- (3) 40 84 FF  -- test dil,dil
// [06AC/1708] DWORIGINS.exe+112E2C -- (2) 75 20 -- jne DWORIGINS.exe+112E4E
// [06AE/1710] DWORIGINS.exe+112E2E -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [06B2/1714] DWORIGINS.exe+112E32 -- (5) E8 29650B00 -- call DWORIGINS.exe+1C9360
// [06B7/1719] DWORIGINS.exe+112E37 -- (4) 0FB7 43 04  -- movzx eax,word ptr [rbx+04]
// [06BB/1723] DWORIGINS.exe+112E3B -- (5) F3 41 0F59 C0  -- mulss xmm0,xmm8
// [06C0/1728] DWORIGINS.exe+112E40 -- (5) 66 44 0F6E D8  -- movd xmm11,eax
// [06C5/1733] DWORIGINS.exe+112E45 -- (4) 45 0F5B DB  -- cvtdq2ps xmm11,xmm11
// [06C9/1737] DWORIGINS.exe+112E49 -- (5) F3 44 0F59 D8  -- mulss xmm11,xmm0
// [06CE/1742] DWORIGINS.exe+112E4E -- (5) 48 8B 44 24 78  -- mov rax,[rsp+78]
// [06D3/1747] DWORIGINS.exe+112E53 -- (7) 48 8B 80 30030000  -- mov rax,[rax+00000330]
// [06DA/1754] DWORIGINS.exe+112E5A -- (3) 48 85 C0  -- test rax,rax
// [06DD/1757] DWORIGINS.exe+112E5D -- (2) 74 15 -- je DWORIGINS.exe+112E74
// [06DF/1759] DWORIGINS.exe+112E5F -- (6) 81 38 EAE20D00 -- cmp [rax],000DE2EA
// [06E5/1765] DWORIGINS.exe+112E65 -- (2) 75 0D -- jne DWORIGINS.exe+112E74
// [06E7/1767] DWORIGINS.exe+112E67 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [06EB/1771] DWORIGINS.exe+112E6B -- (5) E8 D0640B00 -- call DWORIGINS.exe+1C9340
// [06F0/1776] DWORIGINS.exe+112E70 -- (4) 44 0F28 D8  -- movaps xmm11,xmm0
// [06F4/1780] DWORIGINS.exe+112E74 -- (7) 4C 8B 05 0DEA8A03  -- mov r8,[DWORIGINS.exe+39C1888] -- [00000000]
// [06FB/1787] DWORIGINS.exe+112E7B -- (2) 32 DB  -- xor bl,bl
// [06FD/1789] DWORIGINS.exe+112E7D -- (9) F3 44 0F10 15 EA452A03  -- movss xmm10,[DWORIGINS.exe+33B7470] -- [80000000]
// [0706/1798] DWORIGINS.exe+112E86 -- (3) 45 32 ED  -- xor r13b,r13b
// [0709/1801] DWORIGINS.exe+112E89 -- (4) 4C 89 45 B0  -- mov [rbp-50],r8
// [070D/1805] DWORIGINS.exe+112E8D -- (3) 45 84 E4  -- test r12b,r12b
// [0710/1808] DWORIGINS.exe+112E90 -- (6) 0F84 30010000 -- je DWORIGINS.exe+112FC6
// [0716/1814] DWORIGINS.exe+112E96 -- (4) 45 0F2F DE  -- comiss xmm11,xmm14
// [071A/1818] DWORIGINS.exe+112E9A -- (3) 40 B7 01 -- mov dil,01
// [071D/1821] DWORIGINS.exe+112E9D -- (6) 0F86 39010000 -- jbe DWORIGINS.exe+112FDC
// [0723/1827] DWORIGINS.exe+112EA3 -- (4) 49 8B 4F 18  -- mov rcx,[r15+18]
// [0727/1831] DWORIGINS.exe+112EA7 -- (3) 48 85 C9  -- test rcx,rcx
// [072A/1834] DWORIGINS.exe+112EAA -- (6) 0F84 2C010000 -- je DWORIGINS.exe+112FDC
// [0730/1840] DWORIGINS.exe+112EB0 -- (4) 48 8B 41 20  -- mov rax,[rcx+20]
// [0734/1844] DWORIGINS.exe+112EB4 -- (3) 48 85 C0  -- test rax,rax
// [0737/1847] DWORIGINS.exe+112EB7 -- (6) 0F84 1F010000 -- je DWORIGINS.exe+112FDC
// [073D/1853] DWORIGINS.exe+112EBD -- (7) 48 8B 80 88000000  -- mov rax,[rax+00000088]
// [0744/1860] DWORIGINS.exe+112EC4 -- (4) 48 C1 E8 39 -- shr rax,39
// [0748/1864] DWORIGINS.exe+112EC8 -- (3) 40 84 C7  -- test dil,al
// [074B/1867] DWORIGINS.exe+112ECB -- (6) 0F84 0B010000 -- je DWORIGINS.exe+112FDC
// [0751/1873] DWORIGINS.exe+112ED1 -- (8) F3 0F10 B1 E80F0000  -- movss xmm6,[rcx+00000FE8]
// [0759/1881] DWORIGINS.exe+112ED9 -- (7) 48 8B 0D 98EA8A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [0760/1888] DWORIGINS.exe+112EE0 -- (8) C7 44 24 58 89010000 -- mov [rsp+58],00000189
// [0768/1896] DWORIGINS.exe+112EE8 -- (3) 48 85 C9  -- test rcx,rcx
// [076B/1899] DWORIGINS.exe+112EEB -- (2) 74 13 -- je DWORIGINS.exe+112F00
// [076D/1901] DWORIGINS.exe+112EED -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0772/1906] DWORIGINS.exe+112EF2 -- (5) E8 59A9FAFF -- call DWORIGINS.exe+BD850
// [0777/1911] DWORIGINS.exe+112EF7 -- (4) 4C 8B 45 B0  -- mov r8,[rbp-50]
// [077B/1915] DWORIGINS.exe+112EFB -- (3) 0F28 C8  -- movaps xmm1,xmm0
// [077E/1918] DWORIGINS.exe+112EFE -- (2) EB 03 -- jmp DWORIGINS.exe+112F03
// [0780/1920] DWORIGINS.exe+112F00 -- (3) 0F28 CF  -- movaps xmm1,xmm7
// [0783/1923] DWORIGINS.exe+112F03 -- (8) F3 0F59 0D D99D2903  -- mulss xmm1,[DWORIGINS.exe+33ACCE4] -- [(float)0.5000]
// [078B/1931] DWORIGINS.exe+112F0B -- (8) F3 0F59 0D D59A2903  -- mulss xmm1,[DWORIGINS.exe+33AC9E8] -- [(float)0.0175]
// [0793/1939] DWORIGINS.exe+112F13 -- (7) 0F2F 0D 96A22903  -- comiss xmm1,[DWORIGINS.exe+33AD1B0] -- [(float)3.1416]
// [079A/1946] DWORIGINS.exe+112F1A -- (2) 76 0A -- jna DWORIGINS.exe+112F26
// [079C/1948] DWORIGINS.exe+112F1C -- (8) F3 0F58 0D A4AA2903  -- addss xmm1,[DWORIGINS.exe+33AD9C8] -- [(float)-6.2832]
// [07A4/1956] DWORIGINS.exe+112F24 -- (2) EB 15 -- jmp DWORIGINS.exe+112F3B
// [07A6/1958] DWORIGINS.exe+112F26 -- (8) F3 0F10 05 6AAA2903  -- movss xmm0,[DWORIGINS.exe+33AD998] -- [(float)-3.1416]
// [07AE/1966] DWORIGINS.exe+112F2E -- (3) 0F2F C1  -- comiss xmm0,xmm1
// [07B1/1969] DWORIGINS.exe+112F31 -- (2) 72 08 -- jb DWORIGINS.exe+112F3B
// [07B3/1971] DWORIGINS.exe+112F33 -- (8) F3 0F58 0D 71A32903  -- addss xmm1,[DWORIGINS.exe+33AD2AC] -- [(float)6.2832]
// [07BB/1979] DWORIGINS.exe+112F3B -- (4) 48 8B 45 A0  -- mov rax,[rbp-60]
// [07BF/1983] DWORIGINS.exe+112F3F -- (3) 0F28 C1  -- movaps xmm0,xmm1
// [07C2/1986] DWORIGINS.exe+112F42 -- (4) 41 0F57 C2  -- xorps xmm0,xmm10
// [07C6/1990] DWORIGINS.exe+112F46 -- (8) F3 0F10 90 B80A0000  -- movss xmm2,[rax+00000AB8]
// [07CE/1998] DWORIGINS.exe+112F4E -- (3) 0F2F D0  -- comiss xmm2,xmm0
// [07D1/2001] DWORIGINS.exe+112F51 -- (2) 72 14 -- jb DWORIGINS.exe+112F67
// [07D3/2003] DWORIGINS.exe+112F53 -- (3) 0F2F CA  -- comiss xmm1,xmm2
// [07D6/2006] DWORIGINS.exe+112F56 -- (2) 72 0F -- jb DWORIGINS.exe+112F67
// [07D8/2008] DWORIGINS.exe+112F58 -- (4) 49 8B 47 18  -- mov rax,[r15+18]
// [07DC/2012] DWORIGINS.exe+112F5C -- (9) F3 44 0F11 B0 E80F0000  -- movss [rax+00000FE8],xmm14
// [07E5/2021] DWORIGINS.exe+112F65 -- (2) EB 32 -- jmp DWORIGINS.exe+112F99
// [07E7/2023] DWORIGINS.exe+112F67 -- (8) F3 0F10 05 D9A72903  -- movss xmm0,[DWORIGINS.exe+33AD748] -- [4B189680]
// [07EF/2031] DWORIGINS.exe+112F6F -- (3) 0F28 CE  -- movaps xmm1,xmm6
// [07F2/2034] DWORIGINS.exe+112F72 -- (4) 49 8B 47 18  -- mov rax,[r15+18]
// [07F6/2038] DWORIGINS.exe+112F76 -- (5) F3 41 0F5C CB  -- subss xmm1,xmm11
// [07FB/2043] DWORIGINS.exe+112F7B -- (5) F3 41 0F5F CE  -- maxss xmm1,xmm14
// [0800/2048] DWORIGINS.exe+112F80 -- (3) 0F2F C8  -- comiss xmm1,xmm0
// [0803/2051] DWORIGINS.exe+112F83 -- (2) 73 0C -- jae DWORIGINS.exe+112F91
// [0805/2053] DWORIGINS.exe+112F85 -- (8) F3 0F10 05 3FAB2903  -- movss xmm0,[DWORIGINS.exe+33ADACC] -- [CB189680]
// [080D/2061] DWORIGINS.exe+112F8D -- (4) F3 0F5F C1  -- maxss xmm0,xmm1
// [0811/2065] DWORIGINS.exe+112F91 -- (8) F3 0F11 80 E80F0000  -- movss [rax+00000FE8],xmm0
// [0819/2073] DWORIGINS.exe+112F99 -- (4) 49 8B 57 08  -- mov rdx,[r15+08]
// [081D/2077] DWORIGINS.exe+112F9D -- (3) 48 85 D2  -- test rdx,rdx
// [0820/2080] DWORIGINS.exe+112FA0 -- (2) 74 3A -- je DWORIGINS.exe+112FDC
// [0822/2082] DWORIGINS.exe+112FA2 -- (3) 4D 85 C0  -- test r8,r8
// [0825/2085] DWORIGINS.exe+112FA5 -- (2) 74 35 -- je DWORIGINS.exe+112FDC
// [0827/2087] DWORIGINS.exe+112FA7 -- (7) 49 8B 88 707F0000  -- mov rcx,[r8+00007F70]
// [082E/2094] DWORIGINS.exe+112FAE -- (3) 48 85 C9  -- test rcx,rcx
// [0831/2097] DWORIGINS.exe+112FB1 -- (2) 74 29 -- je DWORIGINS.exe+112FDC
// [0833/2099] DWORIGINS.exe+112FB3 -- (4) 4C 8B 45 98  -- mov r8,[rbp-68]
// [0837/2103] DWORIGINS.exe+112FB7 -- (3) 0F28 DE  -- movaps xmm3,xmm6
// [083A/2106] DWORIGINS.exe+112FBA -- (5) C6 44 24 20 00 -- mov byte ptr [rsp+20],00
// [083F/2111] DWORIGINS.exe+112FBF -- (5) E8 7CE5E800 -- call DWORIGINS.exe+FA1540
// [0844/2116] DWORIGINS.exe+112FC4 -- (2) EB 16 -- jmp DWORIGINS.exe+112FDC
// [0846/2118] DWORIGINS.exe+112FC6 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [084A/2122] DWORIGINS.exe+112FCA -- (5) E8 11280B00 -- call DWORIGINS.exe+1C57E0
// [084F/2127] DWORIGINS.exe+112FCF -- (2) 84 C0  -- test al,al
// [0851/2129] DWORIGINS.exe+112FD1 -- (3) 0FB6 FB  -- movzx edi,bl
// [0854/2132] DWORIGINS.exe+112FD4 -- (5) B9 01000000 -- mov ecx,00000001
// [0859/2137] DWORIGINS.exe+112FD9 -- (3) 0F45 F9  -- cmovne edi,ecx
// [085C/2140] DWORIGINS.exe+112FDC -- (2) 32 DB  -- xor bl,bl
// [085E/2142] DWORIGINS.exe+112FDE -- (5) 40 88 7C 24 70  -- mov [rsp+70],dil
// [0863/2147] DWORIGINS.exe+112FE3 -- (3) 4D 85 F6  -- test r14,r14
// [0866/2150] DWORIGINS.exe+112FE6 -- (2) 74 10 -- je DWORIGINS.exe+112FF8
// [0868/2152] DWORIGINS.exe+112FE8 -- (5) BA 1E000000 -- mov edx,0000001E
// [086D/2157] DWORIGINS.exe+112FED -- (3) 49 8B CE  -- mov rcx,r14
// [0870/2160] DWORIGINS.exe+112FF0 -- (5) E8 BB7AF1FF -- call DWORIGINS.exe+2AAB0
// [0875/2165] DWORIGINS.exe+112FF5 -- (3) 0FB6 D8  -- movzx ebx,al
// [0878/2168] DWORIGINS.exe+112FF8 -- (4) 49 8B 4F 60  -- mov rcx,[r15+60]
// [087C/2172] DWORIGINS.exe+112FFC -- (5) E8 6FDFF6FF -- call DWORIGINS.exe+80F70
// [0881/2177] DWORIGINS.exe+113001 -- (2) 84 C0  -- test al,al
// [0883/2179] DWORIGINS.exe+113003 -- (2) 74 1D -- je DWORIGINS.exe+113022
// [0885/2181] DWORIGINS.exe+113005 -- (4) 49 8B 4F 60  -- mov rcx,[r15+60]
// [0889/2185] DWORIGINS.exe+113009 -- (5) E8 72E0F6FF -- call DWORIGINS.exe+81080
// [088E/2190] DWORIGINS.exe+11300E -- (2) 84 C0  -- test al,al
// [0890/2192] DWORIGINS.exe+113010 -- (2) 74 10 -- je DWORIGINS.exe+113022
// [0892/2194] DWORIGINS.exe+113012 -- (2) 84 DB  -- test bl,bl
// [0894/2196] DWORIGINS.exe+113014 -- (4) 40 0FB6 FF  -- movzx edi,dil
// [0898/2200] DWORIGINS.exe+113018 -- (5) BB 01000000 -- mov ebx,00000001
// [089D/2205] DWORIGINS.exe+11301D -- (3) 0F44 FB  -- cmove edi,ebx
// [08A0/2208] DWORIGINS.exe+113020 -- (2) EB 05 -- jmp DWORIGINS.exe+113027
// [08A2/2210] DWORIGINS.exe+113022 -- (5) BB 01000000 -- mov ebx,00000001
// [08A7/2215] DWORIGINS.exe+113027 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [08AB/2219] DWORIGINS.exe+11302B -- (5) BA 02000000 -- mov edx,00000002
// [08B0/2224] DWORIGINS.exe+113030 -- (7) 48 81 C1 00020000 -- add rcx,00000200
// [08B7/2231] DWORIGINS.exe+113037 -- (5) E8 04D8F8FF -- call DWORIGINS.exe+A0840
// [08BC/2236] DWORIGINS.exe+11303C -- (2) 84 C0  -- test al,al
// [08BE/2238] DWORIGINS.exe+11303E -- (2) 74 11 -- je DWORIGINS.exe+113051
// [08C0/2240] DWORIGINS.exe+113040 -- (5) E8 FB1D9500 -- call DWORIGINS.exe+A64E40
// [08C5/2245] DWORIGINS.exe+113045 -- (5) 3D F4010000 -- cmp eax,000001F4
// [08CA/2250] DWORIGINS.exe+11304A -- (4) 40 0FB6 FF  -- movzx edi,dil
// [08CE/2254] DWORIGINS.exe+11304E -- (3) 0F44 FB  -- cmove edi,ebx
// [08D1/2257] DWORIGINS.exe+113051 -- (4) 45 0F28 EB  -- movaps xmm13,xmm11
// [08D5/2261] DWORIGINS.exe+113055 -- (3) 40 84 FF  -- test dil,dil
// [08D8/2264] DWORIGINS.exe+113058 -- (2) 75 05 -- jne DWORIGINS.exe+11305F
// [08DA/2266] DWORIGINS.exe+11305A -- (3) 40 84 F6  -- test sil,sil
// [08DD/2269] DWORIGINS.exe+11305D -- (2) 74 12 -- je DWORIGINS.exe+113071
// [08DF/2271] DWORIGINS.exe+11305F -- (4) 45 0F57 DB  -- xorps xmm11,xmm11
// [08E3/2275] DWORIGINS.exe+113063 -- (3) 40 84 FF  -- test dil,dil
// [08E6/2278] DWORIGINS.exe+113066 -- (2) 74 09 -- je DWORIGINS.exe+113071
// [08E8/2280] DWORIGINS.exe+113068 -- (3) 45 84 E4  -- test r12b,r12b
// [08EB/2283] DWORIGINS.exe+11306B -- (2) 75 04 -- jne DWORIGINS.exe+113071
// [08ED/2285] DWORIGINS.exe+11306D -- (4) 45 0F57 ED  -- xorps xmm13,xmm13
// [08F1/2289] DWORIGINS.exe+113071 -- (4) 48 8B 5D B0  -- mov rbx,[rbp-50]
// [08F5/2293] DWORIGINS.exe+113075 -- (4) 45 0F28 E3  -- movaps xmm12,xmm11
// [08F9/2297] DWORIGINS.exe+113079 -- (3) 48 85 DB  -- test rbx,rbx
// [08FC/2300] DWORIGINS.exe+11307C -- (6) 0F84 3D030000 -- je DWORIGINS.exe+1133BF
// [0902/2306] DWORIGINS.exe+113082 -- (3) 48 8B CB  -- mov rcx,rbx
// [0905/2309] DWORIGINS.exe+113085 -- (5) E8 96B8FCFF -- call DWORIGINS.exe+DE920
// [090A/2314] DWORIGINS.exe+11308A -- (4) 4C 8B 65 98  -- mov r12,[rbp-68]
// [090E/2318] DWORIGINS.exe+11308E -- (2) 84 C0  -- test al,al
// [0910/2320] DWORIGINS.exe+113090 -- (6) 0F84 2D030000 -- je DWORIGINS.exe+1133C3
// [0916/2326] DWORIGINS.exe+113096 -- (3) 41 B5 01 -- mov r13b,01
// [0919/2329] DWORIGINS.exe+113099 -- (3) 4D 85 E4  -- test r12,r12
// [091C/2332] DWORIGINS.exe+11309C -- (6) 0F84 17030000 -- je DWORIGINS.exe+1133B9
// [0922/2338] DWORIGINS.exe+1130A2 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [0926/2342] DWORIGINS.exe+1130A6 -- (3) 48 85 C9  -- test rcx,rcx
// [0929/2345] DWORIGINS.exe+1130A9 -- (6) 0F84 0A030000 -- je DWORIGINS.exe+1133B9
// [092F/2351] DWORIGINS.exe+1130AF -- (5) 0FB6 7C 24 50  -- movzx edi,byte ptr [rsp+50]
// [0934/2356] DWORIGINS.exe+1130B4 -- (3) 40 84 FF  -- test dil,dil
// [0937/2359] DWORIGINS.exe+1130B7 -- (6) 0F84 55020000 -- je DWORIGINS.exe+113312
// [093D/2365] DWORIGINS.exe+1130BD -- (7) 48 81 C1 90000000 -- add rcx,00000090
// [0944/2372] DWORIGINS.exe+1130C4 -- (5) BA 3F000000 -- mov edx,0000003F
// [0949/2377] DWORIGINS.exe+1130C9 -- (5) E8 D249F1FF -- call DWORIGINS.exe+27AA0
// [094E/2382] DWORIGINS.exe+1130CE -- (2) 84 C0  -- test al,al
// [0950/2384] DWORIGINS.exe+1130D0 -- (6) 0F84 3C020000 -- je DWORIGINS.exe+113312
// [0956/2390] DWORIGINS.exe+1130D6 -- (5) 48 8B 4C 24 78  -- mov rcx,[rsp+78]
// [095B/2395] DWORIGINS.exe+1130DB -- (3) 40 32 F6  -- xor sil,sil
// [095E/2398] DWORIGINS.exe+1130DE -- (7) 48 8B 81 40030000  -- mov rax,[rcx+00000340]
// [0965/2405] DWORIGINS.exe+1130E5 -- (3) 48 85 C0  -- test rax,rax
// [0968/2408] DWORIGINS.exe+1130E8 -- (2) 74 10 -- je DWORIGINS.exe+1130FA
// [096A/2410] DWORIGINS.exe+1130EA -- (7) 48 8B 80 88000000  -- mov rax,[rax+00000088]
// [0971/2417] DWORIGINS.exe+1130F1 -- (4) 48 C1 E8 3D -- shr rax,3D
// [0975/2421] DWORIGINS.exe+1130F5 -- (3) 41 84 C5  -- test r13b,al
// [0978/2424] DWORIGINS.exe+1130F8 -- (2) 75 0C -- jne DWORIGINS.exe+113106
// [097A/2426] DWORIGINS.exe+1130FA -- (10) 81 B9 84040000 E4020000 -- cmp [rcx+00000484],000002E4
// [0984/2436] DWORIGINS.exe+113104 -- (2) 75 0A -- jne DWORIGINS.exe+113110
// [0986/2438] DWORIGINS.exe+113106 -- (5) BB BD010000 -- mov ebx,000001BD
// [098B/2443] DWORIGINS.exe+11310B -- (3) 40 B6 01 -- mov sil,01
// [098E/2446] DWORIGINS.exe+11310E -- (2) EB 33 -- jmp DWORIGINS.exe+113143
// [0990/2448] DWORIGINS.exe+113110 -- (5) E8 3B809500 -- call DWORIGINS.exe+A6B150
// [0995/2453] DWORIGINS.exe+113115 -- (3) 83 E8 02 -- sub eax,02
// [0998/2456] DWORIGINS.exe+113118 -- (2) 74 24 -- je DWORIGINS.exe+11313E
// [099A/2458] DWORIGINS.exe+11311A -- (3) 83 E8 01 -- sub eax,01
// [099D/2461] DWORIGINS.exe+11311D -- (2) 74 18 -- je DWORIGINS.exe+113137
// [099F/2463] DWORIGINS.exe+11311F -- (3) 83 E8 01 -- sub eax,01
// [09A2/2466] DWORIGINS.exe+113122 -- (2) 74 0C -- je DWORIGINS.exe+113130
// [09A4/2468] DWORIGINS.exe+113124 -- (3) 83 F8 01 -- cmp eax,01
// [09A7/2471] DWORIGINS.exe+113127 -- (2) 75 15 -- jne DWORIGINS.exe+11313E
// [09A9/2473] DWORIGINS.exe+113129 -- (5) BB B6010000 -- mov ebx,000001B6
// [09AE/2478] DWORIGINS.exe+11312E -- (2) EB 13 -- jmp DWORIGINS.exe+113143
// [09B0/2480] DWORIGINS.exe+113130 -- (5) BB B5010000 -- mov ebx,000001B5
// [09B5/2485] DWORIGINS.exe+113135 -- (2) EB 0C -- jmp DWORIGINS.exe+113143
// [09B7/2487] DWORIGINS.exe+113137 -- (5) BB B4010000 -- mov ebx,000001B4
// [09BC/2492] DWORIGINS.exe+11313C -- (2) EB 05 -- jmp DWORIGINS.exe+113143
// [09BE/2494] DWORIGINS.exe+11313E -- (5) BB B3010000 -- mov ebx,000001B3
// [09C3/2499] DWORIGINS.exe+113143 -- (5) BF BE010000 -- mov edi,000001BE
// [09C8/2504] DWORIGINS.exe+113148 -- (3) 4D 85 F6  -- test r14,r14
// [09CB/2507] DWORIGINS.exe+11314B -- (2) 74 22 -- je DWORIGINS.exe+11316F
// [09CD/2509] DWORIGINS.exe+11314D -- (4) 49 8D 4E 28  -- lea rcx,[r14+28]
// [09D1/2513] DWORIGINS.exe+113151 -- (5) BA 06000000 -- mov edx,00000006
// [09D6/2518] DWORIGINS.exe+113156 -- (5) E8 15E30300 -- call DWORIGINS.exe+151470
// [09DB/2523] DWORIGINS.exe+11315B -- (2) 84 C0  -- test al,al
// [09DD/2525] DWORIGINS.exe+11315D -- (2) 74 10 -- je DWORIGINS.exe+11316F
// [09DF/2527] DWORIGINS.exe+11315F -- (4) 40 0FB6 C6  -- movzx eax,sil
// [09E3/2531] DWORIGINS.exe+113163 -- (5) BF C2010000 -- mov edi,000001C2
// [09E8/2536] DWORIGINS.exe+113168 -- (7) 8D 1C 45 BF010000  -- lea ebx,[rax*2+000001BF]
// [09EF/2543] DWORIGINS.exe+11316F -- (7) 48 8B 0D 02E88A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [09F6/2550] DWORIGINS.exe+113176 -- (4) 89 5C 24 58  -- mov [rsp+58],ebx
// [09FA/2554] DWORIGINS.exe+11317A -- (3) 48 85 C9  -- test rcx,rcx
// [09FD/2557] DWORIGINS.exe+11317D -- (2) 74 0C -- je DWORIGINS.exe+11318B
// [09FF/2559] DWORIGINS.exe+11317F -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0A04/2564] DWORIGINS.exe+113184 -- (5) E8 C7A6FAFF -- call DWORIGINS.exe+BD850
// [0A09/2569] DWORIGINS.exe+113189 -- (2) EB 03 -- jmp DWORIGINS.exe+11318E
// [0A0B/2571] DWORIGINS.exe+11318B -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [0A0E/2574] DWORIGINS.exe+11318E -- (4) 48 8B 5D B0  -- mov rbx,[rbp-50]
// [0A12/2578] DWORIGINS.exe+113192 -- (5) F3 41 0F59 C3  -- mulss xmm0,xmm11
// [0A17/2583] DWORIGINS.exe+113197 -- (3) 48 8B CB  -- mov rcx,rbx
// [0A1A/2586] DWORIGINS.exe+11319A -- (4) 44 0F28 D8  -- movaps xmm11,xmm0
// [0A1E/2590] DWORIGINS.exe+11319E -- (5) E8 8D282600 -- call DWORIGINS.exe+375A30
// [0A23/2595] DWORIGINS.exe+1131A3 -- (7) 48 8B 0D CEE78A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [0A2A/2602] DWORIGINS.exe+1131AA -- (4) 44 0F28 C0  -- movaps xmm8,xmm0
// [0A2E/2606] DWORIGINS.exe+1131AE -- (9) F3 44 0F10 8B 2C800000  -- movss xmm9,[rbx+0000802C]
// [0A37/2615] DWORIGINS.exe+1131B7 -- (4) 89 7C 24 58  -- mov [rsp+58],edi
// [0A3B/2619] DWORIGINS.exe+1131BB -- (3) 48 85 C9  -- test rcx,rcx
// [0A3E/2622] DWORIGINS.exe+1131BE -- (2) 74 13 -- je DWORIGINS.exe+1131D3
// [0A40/2624] DWORIGINS.exe+1131C0 -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0A45/2629] DWORIGINS.exe+1131C5 -- (5) E8 86A6FAFF -- call DWORIGINS.exe+BD850
// [0A4A/2634] DWORIGINS.exe+1131CA -- (7) 48 8B 0D A7E78A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [0A51/2641] DWORIGINS.exe+1131D1 -- (2) EB 03 -- jmp DWORIGINS.exe+1131D6
// [0A53/2643] DWORIGINS.exe+1131D3 -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [0A56/2646] DWORIGINS.exe+1131D6 -- (4) F3 0F5C C7  -- subss xmm0,xmm7
// [0A5A/2650] DWORIGINS.exe+1131DA -- (4) 41 0F2F C6  -- comiss xmm0,xmm14
// [0A5E/2654] DWORIGINS.exe+1131DE -- (2) 72 2C -- jb DWORIGINS.exe+11320C
// [0A60/2656] DWORIGINS.exe+1131E0 -- (4) 89 7C 24 58  -- mov [rsp+58],edi
// [0A64/2660] DWORIGINS.exe+1131E4 -- (3) 48 85 C9  -- test rcx,rcx
// [0A67/2663] DWORIGINS.exe+1131E7 -- (2) 74 1A -- je DWORIGINS.exe+113203
// [0A69/2665] DWORIGINS.exe+1131E9 -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0A6E/2670] DWORIGINS.exe+1131EE -- (5) E8 5DA6FAFF -- call DWORIGINS.exe+BD850
// [0A73/2675] DWORIGINS.exe+1131F3 -- (7) 48 8B 0D 7EE78A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [0A7A/2682] DWORIGINS.exe+1131FA -- (3) 0F28 F0  -- movaps xmm6,xmm0
// [0A7D/2685] DWORIGINS.exe+1131FD -- (4) F3 0F5C F7  -- subss xmm6,xmm7
// [0A81/2689] DWORIGINS.exe+113201 -- (2) EB 0C -- jmp DWORIGINS.exe+11320F
// [0A83/2691] DWORIGINS.exe+113203 -- (3) 0F28 F7  -- movaps xmm6,xmm7
// [0A86/2694] DWORIGINS.exe+113206 -- (4) F3 0F5C F7  -- subss xmm6,xmm7
// [0A8A/2698] DWORIGINS.exe+11320A -- (2) EB 03 -- jmp DWORIGINS.exe+11320F
// [0A8C/2700] DWORIGINS.exe+11320C -- (3) 0F57 F6  -- xorps xmm6,xmm6
// [0A8F/2703] DWORIGINS.exe+11320F -- (4) 89 7C 24 58  -- mov [rsp+58],edi
// [0A93/2707] DWORIGINS.exe+113213 -- (3) 48 85 C9  -- test rcx,rcx
// [0A96/2710] DWORIGINS.exe+113216 -- (2) 74 0D -- je DWORIGINS.exe+113225
// [0A98/2712] DWORIGINS.exe+113218 -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0A9D/2717] DWORIGINS.exe+11321D -- (5) E8 2EA6FAFF -- call DWORIGINS.exe+BD850
// [0AA2/2722] DWORIGINS.exe+113222 -- (3) 0F28 F8  -- movaps xmm7,xmm0
// [0AA5/2725] DWORIGINS.exe+113225 -- (4) 41 0F28 D0  -- movaps xmm2,xmm8
// [0AA9/2729] DWORIGINS.exe+113229 -- (4) 41 0F28 C9  -- movaps xmm1,xmm9
// [0AAD/2733] DWORIGINS.exe+11322D -- (5) B9 02000000 -- mov ecx,00000002
// [0AB2/2738] DWORIGINS.exe+113232 -- (5) E8 F92D2900 -- call DWORIGINS.exe+3A6030
// [0AB7/2743] DWORIGINS.exe+113237 -- (7) 48 8B 0D 3AE78A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [0ABE/2750] DWORIGINS.exe+11323E -- (4) F3 0F59 C6  -- mulss xmm0,xmm6
// [0AC2/2754] DWORIGINS.exe+113242 -- (4) 89 7C 24 58  -- mov [rsp+58],edi
// [0AC6/2758] DWORIGINS.exe+113246 -- (8) F3 0F58 05 4A9C2903  -- addss xmm0,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [0ACE/2766] DWORIGINS.exe+11324E -- (3) 0F2F F8  -- comiss xmm7,xmm0
// [0AD1/2769] DWORIGINS.exe+113251 -- (2) 72 79 -- jb DWORIGINS.exe+1132CC
// [0AD3/2771] DWORIGINS.exe+113253 -- (3) 48 85 C9  -- test rcx,rcx
// [0AD6/2774] DWORIGINS.exe+113256 -- (2) 74 1B -- je DWORIGINS.exe+113273
// [0AD8/2776] DWORIGINS.exe+113258 -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0ADD/2781] DWORIGINS.exe+11325D -- (5) E8 EEA5FAFF -- call DWORIGINS.exe+BD850
// [0AE2/2786] DWORIGINS.exe+113262 -- (7) 48 8B 0D 0FE78A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [0AE9/2793] DWORIGINS.exe+113269 -- (8) F3 0F10 3D 279C2903  -- movss xmm7,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [0AF1/2801] DWORIGINS.exe+113271 -- (2) EB 0B -- jmp DWORIGINS.exe+11327E
// [0AF3/2803] DWORIGINS.exe+113273 -- (8) F3 0F10 3D 1D9C2903  -- movss xmm7,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [0AFB/2811] DWORIGINS.exe+11327B -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [0AFE/2814] DWORIGINS.exe+11327E -- (4) F3 0F5C C7  -- subss xmm0,xmm7
// [0B02/2818] DWORIGINS.exe+113282 -- (4) 41 0F2F C6  -- comiss xmm0,xmm14
// [0B06/2822] DWORIGINS.exe+113286 -- (2) 72 25 -- jb DWORIGINS.exe+1132AD
// [0B08/2824] DWORIGINS.exe+113288 -- (4) 89 7C 24 58  -- mov [rsp+58],edi
// [0B0C/2828] DWORIGINS.exe+11328C -- (3) 48 85 C9  -- test rcx,rcx
// [0B0F/2831] DWORIGINS.exe+11328F -- (2) 74 13 -- je DWORIGINS.exe+1132A4
// [0B11/2833] DWORIGINS.exe+113291 -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0B16/2838] DWORIGINS.exe+113296 -- (5) E8 B5A5FAFF -- call DWORIGINS.exe+BD850
// [0B1B/2843] DWORIGINS.exe+11329B -- (3) 0F28 F0  -- movaps xmm6,xmm0
// [0B1E/2846] DWORIGINS.exe+11329E -- (4) F3 0F5C F7  -- subss xmm6,xmm7
// [0B22/2850] DWORIGINS.exe+1132A2 -- (2) EB 0C -- jmp DWORIGINS.exe+1132B0
// [0B24/2852] DWORIGINS.exe+1132A4 -- (3) 0F28 F7  -- movaps xmm6,xmm7
// [0B27/2855] DWORIGINS.exe+1132A7 -- (4) F3 0F5C F7  -- subss xmm6,xmm7
// [0B2B/2859] DWORIGINS.exe+1132AB -- (2) EB 03 -- jmp DWORIGINS.exe+1132B0
// [0B2D/2861] DWORIGINS.exe+1132AD -- (3) 0F57 F6  -- xorps xmm6,xmm6
// [0B30/2864] DWORIGINS.exe+1132B0 -- (4) 41 0F28 D0  -- movaps xmm2,xmm8
// [0B34/2868] DWORIGINS.exe+1132B4 -- (4) 41 0F28 C9  -- movaps xmm1,xmm9
// [0B38/2872] DWORIGINS.exe+1132B8 -- (5) B9 02000000 -- mov ecx,00000002
// [0B3D/2877] DWORIGINS.exe+1132BD -- (5) E8 6E2D2900 -- call DWORIGINS.exe+3A6030
// [0B42/2882] DWORIGINS.exe+1132C2 -- (4) F3 0F59 C6  -- mulss xmm0,xmm6
// [0B46/2886] DWORIGINS.exe+1132C6 -- (4) F3 0F58 C7  -- addss xmm0,xmm7
// [0B4A/2890] DWORIGINS.exe+1132CA -- (2) EB 24 -- jmp DWORIGINS.exe+1132F0
// [0B4C/2892] DWORIGINS.exe+1132CC -- (3) 48 85 C9  -- test rcx,rcx
// [0B4F/2895] DWORIGINS.exe+1132CF -- (2) 74 14 -- je DWORIGINS.exe+1132E5
// [0B51/2897] DWORIGINS.exe+1132D1 -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0B56/2902] DWORIGINS.exe+1132D6 -- (5) E8 75A5FAFF -- call DWORIGINS.exe+BD850
// [0B5B/2907] DWORIGINS.exe+1132DB -- (8) F3 0F10 3D B59B2903  -- movss xmm7,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [0B63/2915] DWORIGINS.exe+1132E3 -- (2) EB 0B -- jmp DWORIGINS.exe+1132F0
// [0B65/2917] DWORIGINS.exe+1132E5 -- (8) F3 0F10 3D AB9B2903  -- movss xmm7,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [0B6D/2925] DWORIGINS.exe+1132ED -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [0B70/2928] DWORIGINS.exe+1132F0 -- (5) F3 44 0F59 D8  -- mulss xmm11,xmm0
// [0B75/2933] DWORIGINS.exe+1132F5 -- (3) 45 33 C0  -- xor r8d,r8d
// [0B78/2936] DWORIGINS.exe+1132F8 -- (3) 48 8B CB  -- mov rcx,rbx
// [0B7B/2939] DWORIGINS.exe+1132FB -- (4) 41 0F28 CB  -- movaps xmm1,xmm11
// [0B7F/2943] DWORIGINS.exe+1132FF -- (5) E8 1C252600 -- call DWORIGINS.exe+375820
// [0B84/2948] DWORIGINS.exe+113304 -- (9) F3 44 0F10 05 83962903  -- movss xmm8,[DWORIGINS.exe+33AC990] -- [(float)0.0100]
// [0B8D/2957] DWORIGINS.exe+11330D -- (5) 0FB6 7C 24 50  -- movzx edi,byte ptr [rsp+50]
// [0B92/2962] DWORIGINS.exe+113312 -- (8) 49 8D 8C 24 90000000  -- lea rcx,[r12+00000090]
// [0B9A/2970] DWORIGINS.exe+11331A -- (5) BA 3F000000 -- mov edx,0000003F
// [0B9F/2975] DWORIGINS.exe+11331F -- (5) E8 7C47F1FF -- call DWORIGINS.exe+27AA0
// [0BA4/2980] DWORIGINS.exe+113324 -- (2) 84 C0  -- test al,al
// [0BA6/2982] DWORIGINS.exe+113326 -- (6) 0F84 8D000000 -- je DWORIGINS.exe+1133B9
// [0BAC/2988] DWORIGINS.exe+11332C -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [0BB0/2992] DWORIGINS.exe+113330 -- (5) BA 02000000 -- mov edx,00000002
// [0BB5/2997] DWORIGINS.exe+113335 -- (7) 48 81 C1 00020000 -- add rcx,00000200
// [0BBC/3004] DWORIGINS.exe+11333C -- (5) E8 FFD4F8FF -- call DWORIGINS.exe+A0840
// [0BC1/3009] DWORIGINS.exe+113341 -- (2) 84 C0  -- test al,al
// [0BC3/3011] DWORIGINS.exe+113343 -- (2) 74 74 -- je DWORIGINS.exe+1133B9
// [0BC5/3013] DWORIGINS.exe+113345 -- (3) 49 8B CC  -- mov rcx,r12
// [0BC8/3016] DWORIGINS.exe+113348 -- (5) E8 633F0B00 -- call DWORIGINS.exe+1C72B0
// [0BCD/3021] DWORIGINS.exe+11334D -- (3) 48 85 C0  -- test rax,rax
// [0BD0/3024] DWORIGINS.exe+113350 -- (2) 74 37 -- je DWORIGINS.exe+113389
// [0BD2/3026] DWORIGINS.exe+113352 -- (4) 48 8D 48 28  -- lea rcx,[rax+28]
// [0BD6/3030] DWORIGINS.exe+113356 -- (5) BA 06000000 -- mov edx,00000006
// [0BDB/3035] DWORIGINS.exe+11335B -- (5) E8 10E10300 -- call DWORIGINS.exe+151470
// [0BE0/3040] DWORIGINS.exe+113360 -- (2) 84 C0  -- test al,al
// [0BE2/3042] DWORIGINS.exe+113362 -- (2) 74 25 -- je DWORIGINS.exe+113389
// [0BE4/3044] DWORIGINS.exe+113364 -- (7) 48 8B 0D 0DE68A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [0BEB/3051] DWORIGINS.exe+11336B -- (8) C7 44 24 58 C0010000 -- mov [rsp+58],000001C0
// [0BF3/3059] DWORIGINS.exe+113373 -- (3) 48 85 C9  -- test rcx,rcx
// [0BF6/3062] DWORIGINS.exe+113376 -- (2) 74 0C -- je DWORIGINS.exe+113384
// [0BF8/3064] DWORIGINS.exe+113378 -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0BFD/3069] DWORIGINS.exe+11337D -- (5) E8 CEA4FAFF -- call DWORIGINS.exe+BD850
// [0C02/3074] DWORIGINS.exe+113382 -- (2) EB 0D -- jmp DWORIGINS.exe+113391
// [0C04/3076] DWORIGINS.exe+113384 -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [0C07/3079] DWORIGINS.exe+113387 -- (2) EB 08 -- jmp DWORIGINS.exe+113391
// [0C09/3081] DWORIGINS.exe+113389 -- (3) 48 8B CB  -- mov rcx,rbx
// [0C0C/3084] DWORIGINS.exe+11338C -- (5) E8 EF282600 -- call DWORIGINS.exe+375C80
// [0C11/3089] DWORIGINS.exe+113391 -- (5) F3 44 0F59 D8  -- mulss xmm11,xmm0
// [0C16/3094] DWORIGINS.exe+113396 -- (4) 45 0F2F DF  -- comiss xmm11,xmm15
// [0C1A/3098] DWORIGINS.exe+11339A -- (2) 76 0A -- jna DWORIGINS.exe+1133A6
// [0C1C/3100] DWORIGINS.exe+11339C -- (3) 40 84 FF  -- test dil,dil
// [0C1F/3103] DWORIGINS.exe+11339F -- (2) 75 05 -- jne DWORIGINS.exe+1133A6
// [0C21/3105] DWORIGINS.exe+1133A1 -- (3) 41 B0 01 -- mov r8b,01
// [0C24/3108] DWORIGINS.exe+1133A4 -- (2) EB 03 -- jmp DWORIGINS.exe+1133A9
// [0C26/3110] DWORIGINS.exe+1133A6 -- (3) 45 33 C0  -- xor r8d,r8d
// [0C29/3113] DWORIGINS.exe+1133A9 -- (4) 45 0F57 DA  -- xorps xmm11,xmm10
// [0C2D/3117] DWORIGINS.exe+1133AD -- (3) 48 8B CB  -- mov rcx,rbx
// [0C30/3120] DWORIGINS.exe+1133B0 -- (4) 41 0F28 CB  -- movaps xmm1,xmm11
// [0C34/3124] DWORIGINS.exe+1133B4 -- (5) E8 67242600 -- call DWORIGINS.exe+375820
// [0C39/3129] DWORIGINS.exe+1133B9 -- (4) 45 0F57 DB  -- xorps xmm11,xmm11
// [0C3D/3133] DWORIGINS.exe+1133BD -- (2) EB 04 -- jmp DWORIGINS.exe+1133C3
// [0C3F/3135] DWORIGINS.exe+1133BF -- (4) 4C 8B 65 98  -- mov r12,[rbp-68]
// [0C43/3139] DWORIGINS.exe+1133C3 -- (4) 49 8B 47 20  -- mov rax,[r15+20]
// [0C47/3143] DWORIGINS.exe+1133C7 -- (5) BA 02000000 -- mov edx,00000002
// [0C4C/3148] DWORIGINS.exe+1133CC -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [0C50/3152] DWORIGINS.exe+1133D0 -- (7) 48 81 C1 00020000 -- add rcx,00000200
// [0C57/3159] DWORIGINS.exe+1133D7 -- (6) F3 44 0F10 48 38  -- movss xmm9,[rax+38]
// [0C5D/3165] DWORIGINS.exe+1133DD -- (5) E8 5ED4F8FF -- call DWORIGINS.exe+A0840
// [0C62/3170] DWORIGINS.exe+1133E2 -- (2) 84 C0  -- test al,al
// [0C64/3172] DWORIGINS.exe+1133E4 -- (6) 0F84 82000000 -- je DWORIGINS.exe+11346C
// [0C6A/3178] DWORIGINS.exe+1133EA -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [0C6E/3182] DWORIGINS.exe+1133EE -- (2) 33 D2  -- xor edx,edx
// [0C70/3184] DWORIGINS.exe+1133F0 -- (7) 48 81 C1 00020000 -- add rcx,00000200
// [0C77/3191] DWORIGINS.exe+1133F7 -- (5) E8 44D4F8FF -- call DWORIGINS.exe+A0840
// [0C7C/3196] DWORIGINS.exe+1133FC -- (2) 84 C0  -- test al,al
// [0C7E/3198] DWORIGINS.exe+1133FE -- (2) 74 6C -- je DWORIGINS.exe+11346C
// [0C80/3200] DWORIGINS.exe+113400 -- (4) 45 0F2F D9  -- comiss xmm11,xmm9
// [0C84/3204] DWORIGINS.exe+113404 -- (2) 72 66 -- jb DWORIGINS.exe+11346C
// [0C86/3206] DWORIGINS.exe+113406 -- (4) 49 8B 47 20  -- mov rax,[r15+20]
// [0C8A/3210] DWORIGINS.exe+11340A -- (7) 48 8B 0D 67E58A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [0C91/3217] DWORIGINS.exe+113411 -- (8) C7 44 24 58 E9020000 -- mov [rsp+58],000002E9
// [0C99/3225] DWORIGINS.exe+113419 -- (5) F3 0F10 70 34  -- movss xmm6,[rax+34]
// [0C9E/3230] DWORIGINS.exe+11341E -- (3) 48 85 C9  -- test rcx,rcx
// [0CA1/3233] DWORIGINS.exe+113421 -- (2) 74 13 -- je DWORIGINS.exe+113436
// [0CA3/3235] DWORIGINS.exe+113423 -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0CA8/3240] DWORIGINS.exe+113428 -- (5) E8 23A4FAFF -- call DWORIGINS.exe+BD850
// [0CAD/3245] DWORIGINS.exe+11342D -- (7) 48 8B 0D 44E58A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [0CB4/3252] DWORIGINS.exe+113434 -- (2) EB 03 -- jmp DWORIGINS.exe+113439
// [0CB6/3254] DWORIGINS.exe+113436 -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [0CB9/3257] DWORIGINS.exe+113439 -- (4) F3 0F59 C6  -- mulss xmm0,xmm6
// [0CBD/3261] DWORIGINS.exe+11343D -- (4) 44 0F2F C8  -- comiss xmm9,xmm0
// [0CC1/3265] DWORIGINS.exe+113441 -- (2) 76 29 -- jna DWORIGINS.exe+11346C
// [0CC3/3267] DWORIGINS.exe+113443 -- (8) C7 44 24 58 EA020000 -- mov [rsp+58],000002EA
// [0CCB/3275] DWORIGINS.exe+11344B -- (3) 48 85 C9  -- test rcx,rcx
// [0CCE/3278] DWORIGINS.exe+11344E -- (2) 74 0C -- je DWORIGINS.exe+11345C
// [0CD0/3280] DWORIGINS.exe+113450 -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0CD5/3285] DWORIGINS.exe+113455 -- (5) E8 F6A3FAFF -- call DWORIGINS.exe+BD850
// [0CDA/3290] DWORIGINS.exe+11345A -- (2) EB 03 -- jmp DWORIGINS.exe+11345F
// [0CDC/3292] DWORIGINS.exe+11345C -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [0CDF/3295] DWORIGINS.exe+11345F -- (4) F3 0F59 C6  -- mulss xmm0,xmm6
// [0CE3/3299] DWORIGINS.exe+113463 -- (4) 45 0F28 D9  -- movaps xmm11,xmm9
// [0CE7/3303] DWORIGINS.exe+113467 -- (5) F3 44 0F5C D8  -- subss xmm11,xmm0
// [0CEC/3308] DWORIGINS.exe+11346C -- (3) 45 84 ED  -- test r13b,r13b
// [0CEF/3311] DWORIGINS.exe+11346F -- (6) 0F85 32020000 -- jne DWORIGINS.exe+1136A7
// [0CF5/3317] DWORIGINS.exe+113475 -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [0CF9/3321] DWORIGINS.exe+113479 -- (4) F6 41 18 40 -- test byte ptr [rcx+18],40
// [0CFD/3325] DWORIGINS.exe+11347D -- (2) 76 2F -- jna DWORIGINS.exe+1134AE
// [0CFF/3327] DWORIGINS.exe+11347F -- (5) F3 0F10 49 34  -- movss xmm1,[rcx+34]
// [0D04/3332] DWORIGINS.exe+113484 -- (8) F3 0F59 0D 0C972903  -- mulss xmm1,[DWORIGINS.exe+33ACB98] -- [(float)0.2000]
// [0D0C/3340] DWORIGINS.exe+11348C -- (5) F3 0F10 41 38  -- movss xmm0,[rcx+38]
// [0D11/3345] DWORIGINS.exe+113491 -- (3) 0F2F C8  -- comiss xmm1,xmm0
// [0D14/3348] DWORIGINS.exe+113494 -- (2) 76 06 -- jna DWORIGINS.exe+11349C
// [0D16/3350] DWORIGINS.exe+113496 -- (4) 45 0F57 DB  -- xorps xmm11,xmm11
// [0D1A/3354] DWORIGINS.exe+11349A -- (2) EB 12 -- jmp DWORIGINS.exe+1134AE
// [0D1C/3356] DWORIGINS.exe+11349C -- (4) F3 0F5C C1  -- subss xmm0,xmm1
// [0D20/3360] DWORIGINS.exe+1134A0 -- (4) 41 0F2F C6  -- comiss xmm0,xmm14
// [0D24/3364] DWORIGINS.exe+1134A4 -- (2) 73 03 -- jae DWORIGINS.exe+1134A9
// [0D26/3366] DWORIGINS.exe+1134A6 -- (3) 0F57 C0  -- xorps xmm0,xmm0
// [0D29/3369] DWORIGINS.exe+1134A9 -- (5) F3 44 0F5D D8  -- minss xmm11,xmm0
// [0D2E/3374] DWORIGINS.exe+1134AE -- (4) 41 0F28 CB  -- movaps xmm1,xmm11
// [0D32/3378] DWORIGINS.exe+1134B2 -- (5) E8 F982FFFF -- call DWORIGINS.exe+10B7B0
// [0D37/3383] DWORIGINS.exe+1134B7 -- (4) 45 0F2F DE  -- comiss xmm11,xmm14
// [0D3B/3387] DWORIGINS.exe+1134BB -- (6) 0F86 E0000000 -- jbe DWORIGINS.exe+1135A1
// [0D41/3393] DWORIGINS.exe+1134C1 -- (5) 49 83 7F 08 00 -- cmp qword ptr [r15+08],00
// [0D46/3398] DWORIGINS.exe+1134C6 -- (6) 0F84 D5000000 -- je DWORIGINS.exe+1135A1
// [0D4C/3404] DWORIGINS.exe+1134CC -- (3) 48 85 DB  -- test rbx,rbx
// [0D4F/3407] DWORIGINS.exe+1134CF -- (6) 0F84 CC000000 -- je DWORIGINS.exe+1135A1
// [0D55/3413] DWORIGINS.exe+1134D5 -- (7) 48 8B B3 707F0000  -- mov rsi,[rbx+00007F70]
// [0D5C/3420] DWORIGINS.exe+1134DC -- (3) 48 85 F6  -- test rsi,rsi
// [0D5F/3423] DWORIGINS.exe+1134DF -- (6) 0F84 BC000000 -- je DWORIGINS.exe+1135A1
// [0D65/3429] DWORIGINS.exe+1134E5 -- (5) 4C 8B 74 24 78  -- mov r14,[rsp+78]
// [0D6A/3434] DWORIGINS.exe+1134EA -- (3) 40 32 FF  -- xor dil,dil
// [0D6D/3437] DWORIGINS.exe+1134ED -- (2) 32 DB  -- xor bl,bl
// [0D6F/3439] DWORIGINS.exe+1134EF -- (7) 41 38 9E 74030000  -- cmp [r14+00000374],bl
// [0D76/3446] DWORIGINS.exe+1134F6 -- (6) 0F85 82000000 -- jne DWORIGINS.exe+11357E
// [0D7C/3452] DWORIGINS.exe+1134FC -- (4) 38 5C 24 50  -- cmp [rsp+50],bl
// [0D80/3456] DWORIGINS.exe+113500 -- (2) 74 1C -- je DWORIGINS.exe+11351E
// [0D82/3458] DWORIGINS.exe+113502 -- (3) 49 8B CE  -- mov rcx,r14
// [0D85/3461] DWORIGINS.exe+113505 -- (5) E8 166BF2FF -- call DWORIGINS.exe+3A020
// [0D8A/3466] DWORIGINS.exe+11350A -- (3) 83 F8 05 -- cmp eax,05
// [0D8D/3469] DWORIGINS.exe+11350D -- (2) 74 0C -- je DWORIGINS.exe+11351B
// [0D8F/3471] DWORIGINS.exe+11350F -- (3) 49 8B CE  -- mov rcx,r14
// [0D92/3474] DWORIGINS.exe+113512 -- (5) E8 D920F4FF -- call DWORIGINS.exe+555F0
// [0D97/3479] DWORIGINS.exe+113517 -- (2) 84 C0  -- test al,al
// [0D99/3481] DWORIGINS.exe+113519 -- (2) 74 03 -- je DWORIGINS.exe+11351E
// [0D9B/3483] DWORIGINS.exe+11351B -- (3) 40 B7 01 -- mov dil,01
// [0D9E/3486] DWORIGINS.exe+11351E -- (5) 48 8B 44 24 68  -- mov rax,[rsp+68]
// [0DA3/3491] DWORIGINS.exe+113523 -- (4) 48 8B 40 68  -- mov rax,[rax+68]
// [0DA7/3495] DWORIGINS.exe+113527 -- (3) 48 8B D8  -- mov rbx,rax
// [0DAA/3498] DWORIGINS.exe+11352A -- (4) 48 C1 E8 1E -- shr rax,1E
// [0DAE/3502] DWORIGINS.exe+11352E -- (4) 48 C1 EB 0D -- shr rbx,0D
// [0DB2/3506] DWORIGINS.exe+113532 -- (3) 80 E3 01 -- and bl,01
// [0DB5/3509] DWORIGINS.exe+113535 -- (2) A8 01 -- test al,01
// [0DB7/3511] DWORIGINS.exe+113537 -- (2) 74 04 -- je DWORIGINS.exe+11353D
// [0DB9/3513] DWORIGINS.exe+113539 -- (2) B3 01 -- mov bl,01
// [0DBB/3515] DWORIGINS.exe+11353B -- (2) EB 41 -- jmp DWORIGINS.exe+11357E
// [0DBD/3517] DWORIGINS.exe+11353D -- (2) 84 DB  -- test bl,bl
// [0DBF/3519] DWORIGINS.exe+11353F -- (2) 75 3D -- jne DWORIGINS.exe+11357E
// [0DC1/3521] DWORIGINS.exe+113541 -- (4) 49 8B 47 08  -- mov rax,[r15+08]
// [0DC5/3525] DWORIGINS.exe+113545 -- (7) 48 8B 80 F8010000  -- mov rax,[rax+000001F8]
// [0DCC/3532] DWORIGINS.exe+11354C -- (3) 48 85 C0  -- test rax,rax
// [0DCF/3535] DWORIGINS.exe+11354F -- (2) 74 2D -- je DWORIGINS.exe+11357E
// [0DD1/3537] DWORIGINS.exe+113551 -- (3) 48 8B 00  -- mov rax,[rax]
// [0DD4/3540] DWORIGINS.exe+113554 -- (7) 48 8B 88 C0000000  -- mov rcx,[rax+000000C0]
// [0DDB/3547] DWORIGINS.exe+11355B -- (3) 48 85 C9  -- test rcx,rcx
// [0DDE/3550] DWORIGINS.exe+11355E -- (2) 74 1E -- je DWORIGINS.exe+11357E
// [0DE0/3552] DWORIGINS.exe+113560 -- (7) 48 8B 89 48961500  -- mov rcx,[rcx+00159648]
// [0DE7/3559] DWORIGINS.exe+113567 -- (3) 48 85 C9  -- test rcx,rcx
// [0DEA/3562] DWORIGINS.exe+11356A -- (2) 74 12 -- je DWORIGINS.exe+11357E
// [0DEC/3564] DWORIGINS.exe+11356C -- (5) E8 CFEB1600 -- call DWORIGINS.exe+282140
// [0DF1/3569] DWORIGINS.exe+113571 -- (2) 84 C0  -- test al,al
// [0DF3/3571] DWORIGINS.exe+113573 -- (3) 0FB6 DB  -- movzx ebx,bl
// [0DF6/3574] DWORIGINS.exe+113576 -- (5) B8 01000000 -- mov eax,00000001
// [0DFB/3579] DWORIGINS.exe+11357B -- (3) 0F45 D8  -- cmovne ebx,eax
// [0DFE/3582] DWORIGINS.exe+11357E -- (4) 49 8B 57 08  -- mov rdx,[r15+08]
// [0E02/3586] DWORIGINS.exe+113582 -- (4) 41 0F28 D9  -- movaps xmm3,xmm9
// [0E06/3590] DWORIGINS.exe+113586 -- (4) 88 5C 24 30  -- mov [rsp+30],bl
// [0E0A/3594] DWORIGINS.exe+11358A -- (3) 4D 8B C4  -- mov r8,r12
// [0E0D/3597] DWORIGINS.exe+11358D -- (5) 40 88 7C 24 28  -- mov [rsp+28],dil
// [0E12/3602] DWORIGINS.exe+113592 -- (3) 48 8B CE  -- mov rcx,rsi
// [0E15/3605] DWORIGINS.exe+113595 -- (7) F3 44 0F11 5C 24 20  -- movss [rsp+20],xmm11
// [0E1C/3612] DWORIGINS.exe+11359C -- (5) E8 2FDEE800 -- call DWORIGINS.exe+FA13D0
// [0E21/3617] DWORIGINS.exe+1135A1 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [0E25/3621] DWORIGINS.exe+1135A5 -- (5) BA 02000000 -- mov edx,00000002
// [0E2A/3626] DWORIGINS.exe+1135AA -- (7) 48 81 C1 00020000 -- add rcx,00000200
// [0E31/3633] DWORIGINS.exe+1135B1 -- (5) E8 8AD2F8FF -- call DWORIGINS.exe+A0840
// [0E36/3638] DWORIGINS.exe+1135B6 -- (2) 84 C0  -- test al,al
// [0E38/3640] DWORIGINS.exe+1135B8 -- (6) 0F84 E9000000 -- je DWORIGINS.exe+1136A7
// [0E3E/3646] DWORIGINS.exe+1135BE -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0E43/3651] DWORIGINS.exe+1135C3 -- (8) C7 44 24 58 2C000000 -- mov [rsp+58],0000002C
// [0E4B/3659] DWORIGINS.exe+1135CB -- (4) 48 8D 4D 70  -- lea rcx,[rbp+70]
// [0E4F/3663] DWORIGINS.exe+1135CF -- (5) E8 8CBB0400 -- call DWORIGINS.exe+15F160
// [0E54/3668] DWORIGINS.exe+1135D4 -- (4) 49 8B 57 20  -- mov rdx,[r15+20]
// [0E58/3672] DWORIGINS.exe+1135D8 -- (3) 48 8B 00  -- mov rax,[rax]
// [0E5B/3675] DWORIGINS.exe+1135DB -- (4) 0FB7 48 02  -- movzx ecx,word ptr [rax+02]
// [0E5F/3679] DWORIGINS.exe+1135DF -- (4) 66 0F6E C1  -- movd xmm0,ecx
// [0E63/3683] DWORIGINS.exe+1135E3 -- (3) 0F5B C0  -- cvtdq2ps xmm0,xmm0
// [0E66/3686] DWORIGINS.exe+1135E6 -- (5) F3 41 0F59 C0  -- mulss xmm0,xmm8
// [0E6B/3691] DWORIGINS.exe+1135EB -- (5) F3 0F59 42 34  -- mulss xmm0,[rdx+34]
// [0E70/3696] DWORIGINS.exe+1135F0 -- (4) 44 0F2F C8  -- comiss xmm9,xmm0
// [0E74/3700] DWORIGINS.exe+1135F4 -- (6) 0F86 AD000000 -- jbe DWORIGINS.exe+1136A7
// [0E7A/3706] DWORIGINS.exe+1135FA -- (4) 0F2F 42 38  -- comiss xmm0,[rdx+38]
// [0E7E/3710] DWORIGINS.exe+1135FE -- (6) 0F82 A3000000 -- jb DWORIGINS.exe+1136A7
// [0E84/3716] DWORIGINS.exe+113604 -- (4) 49 8B 47 08  -- mov rax,[r15+08]
// [0E88/3720] DWORIGINS.exe+113608 -- (7) 48 8B B8 A0030000  -- mov rdi,[rax+000003A0]
// [0E8F/3727] DWORIGINS.exe+11360F -- (3) 48 85 FF  -- test rdi,rdi
// [0E92/3730] DWORIGINS.exe+113612 -- (6) 0F84 8F000000 -- je DWORIGINS.exe+1136A7
// [0E98/3736] DWORIGINS.exe+113618 -- (4) 80 7F 28 00 -- cmp byte ptr [rdi+28],00
// [0E9C/3740] DWORIGINS.exe+11361C -- (8) F3 0F10 05 9CA22903  -- movss xmm0,[DWORIGINS.exe+33AD8C0] -- [(float)-1.0000]
// [0EA4/3748] DWORIGINS.exe+113624 -- (5) F3 0F11 45 C8  -- movss [rbp-38],xmm0
// [0EA9/3753] DWORIGINS.exe+113629 -- (6) 66 C7 45 C4 0100 -- mov word ptr [rbp-3C],0001
// [0EAF/3759] DWORIGINS.exe+11362F -- (4) C6 45 CC 00 -- mov byte ptr [rbp-34],00
// [0EB3/3763] DWORIGINS.exe+113633 -- (7) C7 45 D0 FFFFFFFF -- mov [rbp-30],FFFFFFFF
// [0EBA/3770] DWORIGINS.exe+11363A -- (4) C6 45 D4 00 -- mov byte ptr [rbp-2C],00
// [0EBE/3774] DWORIGINS.exe+11363E -- (7) C7 45 C0 2C000000 -- mov [rbp-40],0000002C
// [0EC5/3781] DWORIGINS.exe+113645 -- (2) 74 60 -- je DWORIGINS.exe+1136A7
// [0EC7/3783] DWORIGINS.exe+113647 -- (4) 48 8D 55 C0  -- lea rdx,[rbp-40]
// [0ECB/3787] DWORIGINS.exe+11364B -- (3) 48 8B CF  -- mov rcx,rdi
// [0ECE/3790] DWORIGINS.exe+11364E -- (5) E8 2DE10700 -- call DWORIGINS.exe+191780
// [0ED3/3795] DWORIGINS.exe+113653 -- (2) 84 C0  -- test al,al
// [0ED5/3797] DWORIGINS.exe+113655 -- (2) 74 50 -- je DWORIGINS.exe+1136A7
// [0ED7/3799] DWORIGINS.exe+113657 -- (3) 8B 47 50  -- mov eax,[rdi+50]
// [0EDA/3802] DWORIGINS.exe+11365A -- (5) 3D F9000000 -- cmp eax,000000F9
// [0EDF/3807] DWORIGINS.exe+11365F -- (2) 77 34 -- ja DWORIGINS.exe+113695
// [0EE1/3809] DWORIGINS.exe+113661 -- (3) 83 F8 FF -- cmp eax,-01
// [0EE4/3812] DWORIGINS.exe+113664 -- (2) 74 2F -- je DWORIGINS.exe+113695
// [0EE6/3814] DWORIGINS.exe+113666 -- (3) 3B 45 C0  -- cmp eax,[rbp-40]
// [0EE9/3817] DWORIGINS.exe+113669 -- (2) 74 3C -- je DWORIGINS.exe+1136A7
// [0EEB/3819] DWORIGINS.exe+11366B -- (4) 48 8D 57 50  -- lea rdx,[rdi+50]
// [0EEF/3823] DWORIGINS.exe+11366F -- (4) 48 8D 4D 70  -- lea rcx,[rbp+70]
// [0EF3/3827] DWORIGINS.exe+113673 -- (5) E8 E8BA0400 -- call DWORIGINS.exe+15F160
// [0EF8/3832] DWORIGINS.exe+113678 -- (4) 48 8D 55 C0  -- lea rdx,[rbp-40]
// [0EFC/3836] DWORIGINS.exe+11367C -- (3) 48 8B 08  -- mov rcx,[rax]
// [0EFF/3839] DWORIGINS.exe+11367F -- (4) 0FB7 59 04  -- movzx ebx,word ptr [rcx+04]
// [0F03/3843] DWORIGINS.exe+113683 -- (4) 48 8D 4D 70  -- lea rcx,[rbp+70]
// [0F07/3847] DWORIGINS.exe+113687 -- (5) E8 D4BA0400 -- call DWORIGINS.exe+15F160
// [0F0C/3852] DWORIGINS.exe+11368C -- (3) 48 8B 08  -- mov rcx,[rax]
// [0F0F/3855] DWORIGINS.exe+11368F -- (4) 66 39 59 04  -- cmp [rcx+04],bx
// [0F13/3859] DWORIGINS.exe+113693 -- (2) 72 12 -- jb DWORIGINS.exe+1136A7
// [0F15/3861] DWORIGINS.exe+113695 -- (4) 0F10 45 C0  -- movups xmm0,[rbp-40]
// [0F19/3865] DWORIGINS.exe+113699 -- (5) F2 0F10 4D D0  -- movsd xmm1,[rbp-30]
// [0F1E/3870] DWORIGINS.exe+11369E -- (4) 0F11 47 50  -- movups [rdi+50],xmm0
// [0F22/3874] DWORIGINS.exe+1136A2 -- (5) F2 0F11 4F 60  -- movsd [rdi+60],xmm1
// [0F27/3879] DWORIGINS.exe+1136A7 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [0F2B/3883] DWORIGINS.exe+1136AB -- (5) BA 02000000 -- mov edx,00000002
// [0F30/3888] DWORIGINS.exe+1136B0 -- (7) 48 81 C1 00020000 -- add rcx,00000200
// [0F37/3895] DWORIGINS.exe+1136B7 -- (5) E8 84D1F8FF -- call DWORIGINS.exe+A0840
// [0F3C/3900] DWORIGINS.exe+1136BC -- (2) 84 C0  -- test al,al
// [0F3E/3902] DWORIGINS.exe+1136BE -- (6) 0F84 CE000000 -- je DWORIGINS.exe+113792
// [0F44/3908] DWORIGINS.exe+1136C4 -- (4) 49 8B 47 20  -- mov rax,[r15+20]
// [0F48/3912] DWORIGINS.exe+1136C8 -- (4) 41 0F28 F3  -- movaps xmm6,xmm11
// [0F4C/3916] DWORIGINS.exe+1136CC -- (7) 48 8B 0D A5E28A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [0F53/3923] DWORIGINS.exe+1136D3 -- (8) C7 44 24 58 89000000 -- mov [rsp+58],00000089
// [0F5B/3931] DWORIGINS.exe+1136DB -- (5) F3 0F5E 70 34  -- divss xmm6,[rax+34]
// [0F60/3936] DWORIGINS.exe+1136E0 -- (8) F3 0F59 35 749D2903  -- mulss xmm6,[DWORIGINS.exe+33AD45C] -- [(float)100.0000]
// [0F68/3944] DWORIGINS.exe+1136E8 -- (3) 48 85 C9  -- test rcx,rcx
// [0F6B/3947] DWORIGINS.exe+1136EB -- (2) 74 0C -- je DWORIGINS.exe+1136F9
// [0F6D/3949] DWORIGINS.exe+1136ED -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0F72/3954] DWORIGINS.exe+1136F2 -- (5) E8 495E0400 -- call DWORIGINS.exe+159540
// [0F77/3959] DWORIGINS.exe+1136F7 -- (2) EB 03 -- jmp DWORIGINS.exe+1136FC
// [0F79/3961] DWORIGINS.exe+1136F9 -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [0F7C/3964] DWORIGINS.exe+1136FC -- (3) 0F2F F0  -- comiss xmm6,xmm0
// [0F7F/3967] DWORIGINS.exe+1136FF -- (6) 0F86 8D000000 -- jbe DWORIGINS.exe+113792
// [0F85/3973] DWORIGINS.exe+113705 -- (4) 49 8B 47 08  -- mov rax,[r15+08]
// [0F89/3977] DWORIGINS.exe+113709 -- (7) 48 8B 98 F8020000  -- mov rbx,[rax+000002F8]
// [0F90/3984] DWORIGINS.exe+113710 -- (3) 48 85 DB  -- test rbx,rbx
// [0F93/3987] DWORIGINS.exe+113713 -- (2) 74 7D -- je DWORIGINS.exe+113792
// [0F95/3989] DWORIGINS.exe+113715 -- (5) BA 1C000000 -- mov edx,0000001C
// [0F9A/3994] DWORIGINS.exe+11371A -- (3) 48 8B CB  -- mov rcx,rbx
// [0F9D/3997] DWORIGINS.exe+11371D -- (5) E8 AEE80800 -- call DWORIGINS.exe+1A1FD0
// [0FA2/4002] DWORIGINS.exe+113722 -- (2) 33 FF  -- xor edi,edi
// [0FA4/4004] DWORIGINS.exe+113724 -- (2) 84 C0  -- test al,al
// [0FA6/4006] DWORIGINS.exe+113726 -- (2) 75 6C -- jne DWORIGINS.exe+113794
// [0FA8/4008] DWORIGINS.exe+113728 -- (7) 48 8B 0D 49E28A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [0FAF/4015] DWORIGINS.exe+11372F -- (4) 48 89 7D 70  -- mov [rbp+70],rdi
// [0FB3/4019] DWORIGINS.exe+113733 -- (3) 89 7D 78  -- mov [rbp+78],edi
// [0FB6/4022] DWORIGINS.exe+113736 -- (7) 48 89 BD 80000000  -- mov [rbp+00000080],rdi
// [0FBD/4029] DWORIGINS.exe+11373D -- (8) C7 44 24 58 7E020000 -- mov [rsp+58],0000027E
// [0FC5/4037] DWORIGINS.exe+113745 -- (3) 48 85 C9  -- test rcx,rcx
// [0FC8/4040] DWORIGINS.exe+113748 -- (2) 74 0C -- je DWORIGINS.exe+113756
// [0FCA/4042] DWORIGINS.exe+11374A -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [0FCF/4047] DWORIGINS.exe+11374F -- (5) E8 FCA0FAFF -- call DWORIGINS.exe+BD850
// [0FD4/4052] DWORIGINS.exe+113754 -- (2) EB 03 -- jmp DWORIGINS.exe+113759
// [0FD6/4054] DWORIGINS.exe+113756 -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [0FD9/4057] DWORIGINS.exe+113759 -- (8) F3 0F5E 05 9F9C2903  -- divss xmm0,[DWORIGINS.exe+33AD400] -- [(float)60.0000]
// [0FE1/4065] DWORIGINS.exe+113761 -- (5) 40 88 7C 24 38  -- mov [rsp+38],dil
// [0FE6/4070] DWORIGINS.exe+113766 -- (7) 48 8D 85 80000000  -- lea rax,[rbp+00000080]
// [0FED/4077] DWORIGINS.exe+11376D -- (5) 48 89 44 24 30  -- mov [rsp+30],rax
// [0FF2/4082] DWORIGINS.exe+113772 -- (4) 4C 8D 4D 70  -- lea r9,[rbp+70]
// [0FF6/4086] DWORIGINS.exe+113776 -- (5) 40 88 7C 24 28  -- mov [rsp+28],dil
// [0FFB/4091] DWORIGINS.exe+11377B -- (5) BA 1C000000 -- mov edx,0000001C
// [1000/4096] DWORIGINS.exe+113780 -- (3) 48 8B CB  -- mov rcx,rbx
// [1003/4099] DWORIGINS.exe+113783 -- (5) 40 88 7C 24 20  -- mov [rsp+20],dil
// [1008/4104] DWORIGINS.exe+113788 -- (3) 0F28 D0  -- movaps xmm2,xmm0
// [100B/4107] DWORIGINS.exe+11378B -- (5) E8 70E80800 -- call DWORIGINS.exe+1A2000
// [1010/4112] DWORIGINS.exe+113790 -- (2) EB 02 -- jmp DWORIGINS.exe+113794
// [1012/4114] DWORIGINS.exe+113792 -- (2) 33 FF  -- xor edi,edi
// [1014/4116] DWORIGINS.exe+113794 -- (5) 4C 8B 74 24 78  -- mov r14,[rsp+78]
// [1019/4121] DWORIGINS.exe+113799 -- (3) 49 8B CE  -- mov rcx,r14
// [101C/4124] DWORIGINS.exe+11379C -- (5) E8 5FF8F3FF -- call DWORIGINS.exe+53000
// [1021/4129] DWORIGINS.exe+1137A1 -- (5) 48 8B 74 24 68  -- mov rsi,[rsp+68]
// [1026/4134] DWORIGINS.exe+1137A6 -- (7) 49 8D 8E 18030000  -- lea rcx,[r14+00000318]
// [102D/4141] DWORIGINS.exe+1137AD -- (4) 44 0F28 C0  -- movaps xmm8,xmm0
// [1031/4145] DWORIGINS.exe+1137B1 -- (5) BA 0D000000 -- mov edx,0000000D
// [1036/4150] DWORIGINS.exe+1137B6 -- (4) 0FB7 46 04  -- movzx eax,word ptr [rsi+04]
// [103A/4154] DWORIGINS.exe+1137BA -- (4) 66 0F6E C8  -- movd xmm1,eax
// [103E/4158] DWORIGINS.exe+1137BE -- (3) 0F5B C9  -- cvtdq2ps xmm1,xmm1
// [1041/4161] DWORIGINS.exe+1137C1 -- (5) F3 44 0F59 C1  -- mulss xmm8,xmm1
// [1046/4166] DWORIGINS.exe+1137C6 -- (5) E8 E5E7F8FF -- call DWORIGINS.exe+A1FB0
// [104B/4171] DWORIGINS.exe+1137CB -- (2) 84 C0  -- test al,al
// [104D/4173] DWORIGINS.exe+1137CD -- (2) 74 32 -- je DWORIGINS.exe+113801
// [104F/4175] DWORIGINS.exe+1137CF -- (4) 0FB6 46 68  -- movzx eax,byte ptr [rsi+68]
// [1053/4179] DWORIGINS.exe+1137D3 -- (2) D0 E8  -- shr al,1
// [1055/4181] DWORIGINS.exe+1137D5 -- (2) A8 01 -- test al,01
// [1057/4183] DWORIGINS.exe+1137D7 -- (2) 74 28 -- je DWORIGINS.exe+113801
// [1059/4185] DWORIGINS.exe+1137D9 -- (7) 48 8B 0D 98E18A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [1060/4192] DWORIGINS.exe+1137E0 -- (8) C7 44 24 58 A1020000 -- mov [rsp+58],000002A1
// [1068/4200] DWORIGINS.exe+1137E8 -- (3) 48 85 C9  -- test rcx,rcx
// [106B/4203] DWORIGINS.exe+1137EB -- (2) 74 0C -- je DWORIGINS.exe+1137F9
// [106D/4205] DWORIGINS.exe+1137ED -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [1072/4210] DWORIGINS.exe+1137F2 -- (5) E8 59A0FAFF -- call DWORIGINS.exe+BD850
// [1077/4215] DWORIGINS.exe+1137F7 -- (2) EB 03 -- jmp DWORIGINS.exe+1137FC
// [1079/4217] DWORIGINS.exe+1137F9 -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [107C/4220] DWORIGINS.exe+1137FC -- (5) F3 44 0F59 C0  -- mulss xmm8,xmm0
// [1081/4225] DWORIGINS.exe+113801 -- (4) 48 8B 4D A0  -- mov rcx,[rbp-60]
// [1085/4229] DWORIGINS.exe+113805 -- (3) 49 8B D6  -- mov rdx,r14
// [1088/4232] DWORIGINS.exe+113808 -- (5) E8 037F0000 -- call DWORIGINS.exe+11B710
// [108D/4237] DWORIGINS.exe+11380D -- (3) 0F57 D2  -- xorps xmm2,xmm2
// [1090/4240] DWORIGINS.exe+113810 -- (3) 0F28 C8  -- movaps xmm1,xmm0
// [1093/4243] DWORIGINS.exe+113813 -- (4) F3 0F5C CF  -- subss xmm1,xmm7
// [1097/4247] DWORIGINS.exe+113817 -- (2) 8B C7  -- mov eax,edi
// [1099/4249] DWORIGINS.exe+113819 -- (4) F3 0F5A D1  -- cvtss2sd xmm2,xmm1
// [109D/4253] DWORIGINS.exe+11381D -- (7) 0F54 15 1C3C2A03  -- andps xmm2,[DWORIGINS.exe+33B7440] -- [FFFFFFFF]
// [10A4/4260] DWORIGINS.exe+113824 -- (4) 66 0F5A DA  -- cvtpd2ps xmm3,xmm2
// [10A8/4264] DWORIGINS.exe+113828 -- (4) 41 0F2F DF  -- comiss xmm3,xmm15
// [10AC/4268] DWORIGINS.exe+11382C -- (3) 0F92 C0  -- setb al
// [10AF/4271] DWORIGINS.exe+11382F -- (2) 85 C0  -- test eax,eax
// [10B1/4273] DWORIGINS.exe+113831 -- (2) 75 05 -- jne DWORIGINS.exe+113838
// [10B3/4275] DWORIGINS.exe+113833 -- (5) F3 44 0F59 C0  -- mulss xmm8,xmm0
// [10B8/4280] DWORIGINS.exe+113838 -- (4) 0FB7 46 08  -- movzx eax,word ptr [rsi+08]
// [10BC/4284] DWORIGINS.exe+11383C -- (7) 41 8B 9E 84040000  -- mov ebx,[r14+00000484]
// [10C3/4291] DWORIGINS.exe+113843 -- (6) 89 9D 80000000  -- mov [rbp+00000080],ebx
// [10C9/4297] DWORIGINS.exe+113849 -- (4) 66 0F6E F0  -- movd xmm6,eax
// [10CD/4301] DWORIGINS.exe+11384D -- (3) 0F5B F6  -- cvtdq2ps xmm6,xmm6
// [10D0/4304] DWORIGINS.exe+113850 -- (3) 4D 85 E4  -- test r12,r12
// [10D3/4307] DWORIGINS.exe+113853 -- (2) 74 23 -- je DWORIGINS.exe+113878
// [10D5/4309] DWORIGINS.exe+113855 -- (8) 49 8D 8C 24 90000000  -- lea rcx,[r12+00000090]
// [10DD/4317] DWORIGINS.exe+11385D -- (5) BA 0B000000 -- mov edx,0000000B
// [10E2/4322] DWORIGINS.exe+113862 -- (5) E8 3942F1FF -- call DWORIGINS.exe+27AA0
// [10E7/4327] DWORIGINS.exe+113867 -- (2) 84 C0  -- test al,al
// [10E9/4329] DWORIGINS.exe+113869 -- (2) 74 0D -- je DWORIGINS.exe+113878
// [10EB/4331] DWORIGINS.exe+11386B -- (6) 81 FB DA020000 -- cmp ebx,000002DA
// [10F1/4337] DWORIGINS.exe+113871 -- (2) 74 05 -- je DWORIGINS.exe+113878
// [10F3/4339] DWORIGINS.exe+113873 -- (3) 0F57 F6  -- xorps xmm6,xmm6
// [10F6/4342] DWORIGINS.exe+113876 -- (2) EB 31 -- jmp DWORIGINS.exe+1138A9
// [10F8/4344] DWORIGINS.exe+113878 -- (4) 44 0F2F F6  -- comiss xmm14,xmm6
// [10FC/4348] DWORIGINS.exe+11387C -- (2) 72 2B -- jb DWORIGINS.exe+1138A9
// [10FE/4350] DWORIGINS.exe+11387E -- (7) 48 8B 0D F3E08A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [1105/4357] DWORIGINS.exe+113885 -- (8) C7 44 24 58 89000000 -- mov [rsp+58],00000089
// [110D/4365] DWORIGINS.exe+11388D -- (3) 48 85 C9  -- test rcx,rcx
// [1110/4368] DWORIGINS.exe+113890 -- (2) 74 0F -- je DWORIGINS.exe+1138A1
// [1112/4370] DWORIGINS.exe+113892 -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [1117/4375] DWORIGINS.exe+113897 -- (5) E8 B49FFAFF -- call DWORIGINS.exe+BD850
// [111C/4380] DWORIGINS.exe+11389C -- (3) 0F28 F0  -- movaps xmm6,xmm0
// [111F/4383] DWORIGINS.exe+11389F -- (2) EB 03 -- jmp DWORIGINS.exe+1138A4
// [1121/4385] DWORIGINS.exe+1138A1 -- (3) 0F28 F7  -- movaps xmm6,xmm7
// [1124/4388] DWORIGINS.exe+1138A4 -- (5) F3 41 0F59 F0  -- mulss xmm6,xmm8
// [1129/4393] DWORIGINS.exe+1138A9 -- (4) 49 8B 47 08  -- mov rax,[r15+08]
// [112D/4397] DWORIGINS.exe+1138AD -- (3) 40 32 FF  -- xor dil,dil
// [1130/4400] DWORIGINS.exe+1138B0 -- (7) 48 8B 98 F8020000  -- mov rbx,[rax+000002F8]
// [1137/4407] DWORIGINS.exe+1138B7 -- (3) 48 85 DB  -- test rbx,rbx
// [113A/4410] DWORIGINS.exe+1138BA -- (2) 74 25 -- je DWORIGINS.exe+1138E1
// [113C/4412] DWORIGINS.exe+1138BC -- (5) BA 1A000000 -- mov edx,0000001A
// [1141/4417] DWORIGINS.exe+1138C1 -- (3) 48 8B CB  -- mov rcx,rbx
// [1144/4420] DWORIGINS.exe+1138C4 -- (5) E8 07E70800 -- call DWORIGINS.exe+1A1FD0
// [1149/4425] DWORIGINS.exe+1138C9 -- (2) 84 C0  -- test al,al
// [114B/4427] DWORIGINS.exe+1138CB -- (2) 75 11 -- jne DWORIGINS.exe+1138DE
// [114D/4429] DWORIGINS.exe+1138CD -- (5) BA 1B000000 -- mov edx,0000001B
// [1152/4434] DWORIGINS.exe+1138D2 -- (3) 48 8B CB  -- mov rcx,rbx
// [1155/4437] DWORIGINS.exe+1138D5 -- (5) E8 F6E60800 -- call DWORIGINS.exe+1A1FD0
// [115A/4442] DWORIGINS.exe+1138DA -- (2) 84 C0  -- test al,al
// [115C/4444] DWORIGINS.exe+1138DC -- (2) 74 03 -- je DWORIGINS.exe+1138E1
// [115E/4446] DWORIGINS.exe+1138DE -- (3) 40 B7 01 -- mov dil,01
// [1161/4449] DWORIGINS.exe+1138E1 -- (4) 48 8D 4D 30  -- lea rcx,[rbp+30]
// [1165/4453] DWORIGINS.exe+1138E5 -- (5) E8 46B9F5FF -- call DWORIGINS.exe+6F230
// [116A/4458] DWORIGINS.exe+1138EA -- (4) 45 0F2F DE  -- comiss xmm11,xmm14
// [116E/4462] DWORIGINS.exe+1138EE -- (4) 49 8B 47 08  -- mov rax,[r15+08]
// [1172/4466] DWORIGINS.exe+1138F2 -- (4) 48 89 45 38  -- mov [rbp+38],rax
// [1176/4470] DWORIGINS.exe+1138F6 -- (6) F3 44 0F11 5D 58  -- movss [rbp+58],xmm11
// [117C/4476] DWORIGINS.exe+1138FC -- (2) 76 07 -- jna DWORIGINS.exe+113905
// [117E/4478] DWORIGINS.exe+1138FE -- (5) F3 0F11 75 5C  -- movss [rbp+5C],xmm6
// [1183/4483] DWORIGINS.exe+113903 -- (2) EB 07 -- jmp DWORIGINS.exe+11390C
// [1185/4485] DWORIGINS.exe+113905 -- (7) C7 45 5C 00000000 -- mov [rbp+5C],00000000
// [118C/4492] DWORIGINS.exe+11390C -- (4) 45 0F2F E6  -- comiss xmm12,xmm14
// [1190/4496] DWORIGINS.exe+113910 -- (2) 76 07 -- jna DWORIGINS.exe+113919
// [1192/4498] DWORIGINS.exe+113912 -- (5) F3 0F11 75 60  -- movss [rbp+60],xmm6
// [1197/4503] DWORIGINS.exe+113917 -- (2) EB 07 -- jmp DWORIGINS.exe+113920
// [1199/4505] DWORIGINS.exe+113919 -- (7) C7 45 60 00000000 -- mov [rbp+60],00000000
// [11A0/4512] DWORIGINS.exe+113920 -- (4) 49 8B 47 48  -- mov rax,[r15+48]
// [11A4/4516] DWORIGINS.exe+113924 -- (4) 44 8B 6D 88  -- mov r13d,[rbp-78]
// [11A8/4520] DWORIGINS.exe+113928 -- (4) 48 89 45 48  -- mov [rbp+48],rax
// [11AC/4524] DWORIGINS.exe+11392C -- (4) 49 8B 47 60  -- mov rax,[r15+60]
// [11B0/4528] DWORIGINS.exe+113930 -- (4) 48 89 45 40  -- mov [rbp+40],rax
// [11B4/4532] DWORIGINS.exe+113934 -- (4) 44 89 6D 64  -- mov [rbp+64],r13d
// [11B8/4536] DWORIGINS.exe+113938 -- (4) 48 89 75 50  -- mov [rbp+50],rsi
// [11BC/4540] DWORIGINS.exe+11393C -- (4) 40 88 7D 69  -- mov [rbp+69],dil
// [11C0/4544] DWORIGINS.exe+113940 -- (3) 4D 85 E4  -- test r12,r12
// [11C3/4547] DWORIGINS.exe+113943 -- (2) 74 1F -- je DWORIGINS.exe+113964
// [11C5/4549] DWORIGINS.exe+113945 -- (8) 49 8B 8C 24 F8020000  -- mov rcx,[r12+000002F8]
// [11CD/4557] DWORIGINS.exe+11394D -- (3) 48 85 C9  -- test rcx,rcx
// [11D0/4560] DWORIGINS.exe+113950 -- (2) 74 12 -- je DWORIGINS.exe+113964
// [11D2/4562] DWORIGINS.exe+113952 -- (5) BA 14000000 -- mov edx,00000014
// [11D7/4567] DWORIGINS.exe+113957 -- (5) E8 74E60800 -- call DWORIGINS.exe+1A1FD0
// [11DC/4572] DWORIGINS.exe+11395C -- (4) C6 45 6A 01 -- mov byte ptr [rbp+6A],01
// [11E0/4576] DWORIGINS.exe+113960 -- (2) 84 C0  -- test al,al
// [11E2/4578] DWORIGINS.exe+113962 -- (2) 75 04 -- jne DWORIGINS.exe+113968
// [11E4/4580] DWORIGINS.exe+113964 -- (4) C6 45 6A 00 -- mov byte ptr [rbp+6A],00
// [11E8/4584] DWORIGINS.exe+113968 -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [11EC/4588] DWORIGINS.exe+11396C -- (4) 48 8D 55 30  -- lea rdx,[rbp+30]
// [11F0/4592] DWORIGINS.exe+113970 -- (3) 4D 8B C4  -- mov r8,r12
// [11F3/4595] DWORIGINS.exe+113973 -- (5) E8 5890FFFF -- call DWORIGINS.exe+10C9D0
// [11F8/4600] DWORIGINS.exe+113978 -- (5) 0FB6 44 24 50  -- movzx eax,byte ptr [rsp+50]
// [11FD/4605] DWORIGINS.exe+11397D -- (8) F3 0F10 3D 53902903  -- movss xmm7,[DWORIGINS.exe+33AC9D8] -- [(float)0.0167]
// [1205/4613] DWORIGINS.exe+113985 -- (2) 84 C0  -- test al,al
// [1207/4615] DWORIGINS.exe+113987 -- (6) 0F84 07010000 -- je DWORIGINS.exe+113A94
// [120D/4621] DWORIGINS.exe+11398D -- (4) 45 0F2F C6  -- comiss xmm8,xmm14
// [1211/4625] DWORIGINS.exe+113991 -- (6) 0F86 FD000000 -- jbe DWORIGINS.exe+113A94
// [1217/4631] DWORIGINS.exe+113997 -- (4) 48 8B 4D B0  -- mov rcx,[rbp-50]
// [121B/4635] DWORIGINS.exe+11399B -- (3) 48 85 C9  -- test rcx,rcx
// [121E/4638] DWORIGINS.exe+11399E -- (6) 0F84 F0000000 -- je DWORIGINS.exe+113A94
// [1224/4644] DWORIGINS.exe+1139A4 -- (5) E8 B77DF1FF -- call DWORIGINS.exe+2B760
// [1229/4649] DWORIGINS.exe+1139A9 -- (2) 84 C0  -- test al,al
// [122B/4651] DWORIGINS.exe+1139AB -- (6) 0F85 DE000000 -- jne DWORIGINS.exe+113A8F
// [1231/4657] DWORIGINS.exe+1139B1 -- (4) 49 8B 47 18  -- mov rax,[r15+18]
// [1235/4661] DWORIGINS.exe+1139B5 -- (3) 48 85 C0  -- test rax,rax
// [1238/4664] DWORIGINS.exe+1139B8 -- (6) 0F84 D1000000 -- je DWORIGINS.exe+113A8F
// [123E/4670] DWORIGINS.exe+1139BE -- (8) F3 0F10 80 68100000  -- movss xmm0,[rax+00001068]
// [1246/4678] DWORIGINS.exe+1139C6 -- (4) 41 0F2F C6  -- comiss xmm0,xmm14
// [124A/4682] DWORIGINS.exe+1139CA -- (6) 0F86 BF000000 -- jbe DWORIGINS.exe+113A8F
// [1250/4688] DWORIGINS.exe+1139D0 -- (4) 49 8B 47 08  -- mov rax,[r15+08]
// [1254/4692] DWORIGINS.exe+1139D4 -- (7) 48 8B 98 F8020000  -- mov rbx,[rax+000002F8]
// [125B/4699] DWORIGINS.exe+1139DB -- (3) 48 85 DB  -- test rbx,rbx
// [125E/4702] DWORIGINS.exe+1139DE -- (6) 0F84 AB000000 -- je DWORIGINS.exe+113A8F
// [1264/4708] DWORIGINS.exe+1139E4 -- (5) BE 01000000 -- mov esi,00000001
// [1269/4713] DWORIGINS.exe+1139E9 -- (3) 48 8B CB  -- mov rcx,rbx
// [126C/4716] DWORIGINS.exe+1139EC -- (2) 8B D6  -- mov edx,esi
// [126E/4718] DWORIGINS.exe+1139EE -- (5) E8 DDE50800 -- call DWORIGINS.exe+1A1FD0
// [1273/4723] DWORIGINS.exe+1139F3 -- (2) 84 C0  -- test al,al
// [1275/4725] DWORIGINS.exe+1139F5 -- (6) 0F84 9E000000 -- je DWORIGINS.exe+113A99
// [127B/4731] DWORIGINS.exe+1139FB -- (2) 8B D6  -- mov edx,esi
// [127D/4733] DWORIGINS.exe+1139FD -- (3) 48 8B CB  -- mov rcx,rbx
// [1280/4736] DWORIGINS.exe+113A00 -- (5) E8 BBEB0800 -- call DWORIGINS.exe+1A25C0
// [1285/4741] DWORIGINS.exe+113A05 -- (5) 48 8B 5C 24 68  -- mov rbx,[rsp+68]
// [128A/4746] DWORIGINS.exe+113A0A -- (3) 48 85 C0  -- test rax,rax
// [128D/4749] DWORIGINS.exe+113A0D -- (6) 0F84 8B000000 -- je DWORIGINS.exe+113A9E
// [1293/4755] DWORIGINS.exe+113A13 -- (4) 0FB6 4B 68  -- movzx ecx,byte ptr [rbx+68]
// [1297/4759] DWORIGINS.exe+113A17 -- (3) C0 E9 05 -- shr cl,05
// [129A/4762] DWORIGINS.exe+113A1A -- (3) 40 84 CE  -- test sil,cl
// [129D/4765] DWORIGINS.exe+113A1D -- (2) 75 0F -- jne DWORIGINS.exe+113A2E
// [129F/4767] DWORIGINS.exe+113A1F -- (4) 48 8D 48 18  -- lea rcx,[rax+18]
// [12A3/4771] DWORIGINS.exe+113A23 -- (2) B2 03 -- mov dl,03
// [12A5/4773] DWORIGINS.exe+113A25 -- (5) E8 86CBF8FF -- call DWORIGINS.exe+A05B0
// [12AA/4778] DWORIGINS.exe+113A2A -- (2) 84 C0  -- test al,al
// [12AC/4780] DWORIGINS.exe+113A2C -- (2) 75 70 -- jne DWORIGINS.exe+113A9E
// [12AE/4782] DWORIGINS.exe+113A2E -- (4) 49 8B 47 08  -- mov rax,[r15+08]
// [12B2/4786] DWORIGINS.exe+113A32 -- (5) B9 A3000000 -- mov ecx,000000A3
// [12B7/4791] DWORIGINS.exe+113A37 -- (3) 39 70 38  -- cmp [rax+38],esi
// [12BA/4794] DWORIGINS.exe+113A3A -- (5) B8 B0000000 -- mov eax,000000B0
// [12BF/4799] DWORIGINS.exe+113A3F -- (3) 0F46 C1  -- cmovbe eax,ecx
// [12C2/4802] DWORIGINS.exe+113A42 -- (7) 48 8B 0D 2FDF8A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [12C9/4809] DWORIGINS.exe+113A49 -- (3) 89 45 88  -- mov [rbp-78],eax
// [12CC/4812] DWORIGINS.exe+113A4C -- (3) 48 85 C9  -- test rcx,rcx
// [12CF/4815] DWORIGINS.exe+113A4F -- (2) 74 0E -- je DWORIGINS.exe+113A5F
// [12D1/4817] DWORIGINS.exe+113A51 -- (4) 48 8D 55 88  -- lea rdx,[rbp-78]
// [12D5/4821] DWORIGINS.exe+113A55 -- (5) E8 F69DFAFF -- call DWORIGINS.exe+BD850
// [12DA/4826] DWORIGINS.exe+113A5A -- (3) 0F28 C8  -- movaps xmm1,xmm0
// [12DD/4829] DWORIGINS.exe+113A5D -- (2) EB 08 -- jmp DWORIGINS.exe+113A67
// [12DF/4831] DWORIGINS.exe+113A5F -- (8) F3 0F10 0D 31942903  -- movss xmm1,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [12E7/4839] DWORIGINS.exe+113A67 -- (4) 49 8B 47 18  -- mov rax,[r15+18]
// [12EB/4843] DWORIGINS.exe+113A6B -- (5) F3 41 0F59 C8  -- mulss xmm1,xmm8
// [12F0/4848] DWORIGINS.exe+113A70 -- (8) F3 0F10 80 68100000  -- movss xmm0,[rax+00001068]
// [12F8/4856] DWORIGINS.exe+113A78 -- (4) F3 0F59 CF  -- mulss xmm1,xmm7
// [12FC/4860] DWORIGINS.exe+113A7C -- (4) F3 0F5C C1  -- subss xmm0,xmm1
// [1300/4864] DWORIGINS.exe+113A80 -- (5) F3 41 0F5F C6  -- maxss xmm0,xmm14
// [1305/4869] DWORIGINS.exe+113A85 -- (8) F3 0F11 80 68100000  -- movss [rax+00001068],xmm0
// [130D/4877] DWORIGINS.exe+113A8D -- (2) EB 0F -- jmp DWORIGINS.exe+113A9E
// [130F/4879] DWORIGINS.exe+113A8F -- (3) 48 8B DE  -- mov rbx,rsi
// [1312/4882] DWORIGINS.exe+113A92 -- (2) EB 0A -- jmp DWORIGINS.exe+113A9E
// [1314/4884] DWORIGINS.exe+113A94 -- (3) 48 8B DE  -- mov rbx,rsi
// [1317/4887] DWORIGINS.exe+113A97 -- (2) EB 0A -- jmp DWORIGINS.exe+113AA3
// [1319/4889] DWORIGINS.exe+113A99 -- (5) 48 8B 5C 24 68  -- mov rbx,[rsp+68]
// [131E/4894] DWORIGINS.exe+113A9E -- (5) 0FB6 44 24 50  -- movzx eax,byte ptr [rsp+50]
// [1323/4899] DWORIGINS.exe+113AA3 -- (3) 4D 85 E4  -- test r12,r12
// [1326/4902] DWORIGINS.exe+113AA6 -- (6) 0F84 35050000 -- je DWORIGINS.exe+113FE1
// [132C/4908] DWORIGINS.exe+113AAC -- (2) 84 C0  -- test al,al
// [132E/4910] DWORIGINS.exe+113AAE -- (6) 0F84 2D050000 -- je DWORIGINS.exe+113FE1
// [1334/4916] DWORIGINS.exe+113AB4 -- (4) 45 0F2F DE  -- comiss xmm11,xmm14
// [1338/4920] DWORIGINS.exe+113AB8 -- (4) 40 0F97 C6  -- seta sil
// [133C/4924] DWORIGINS.exe+113ABC -- (9) 49 83 BC 24 18030000 00 -- cmp qword ptr [r12+00000318],00
// [1345/4933] DWORIGINS.exe+113AC5 -- (6) 0F84 B1030000 -- je DWORIGINS.exe+113E7C
// [134B/4939] DWORIGINS.exe+113ACB -- (3) 40 84 F6  -- test sil,sil
// [134E/4942] DWORIGINS.exe+113ACE -- (2) 75 0A -- jne DWORIGINS.exe+113ADA
// [1350/4944] DWORIGINS.exe+113AD0 -- (4) 45 0F2F EE  -- comiss xmm13,xmm14
// [1354/4948] DWORIGINS.exe+113AD4 -- (6) 0F86 EF020000 -- jbe DWORIGINS.exe+113DC9
// [135A/4954] DWORIGINS.exe+113ADA -- (4) 4D 3B 67 08  -- cmp r12,[r15+08]
// [135E/4958] DWORIGINS.exe+113ADE -- (6) 0F84 E5020000 -- je DWORIGINS.exe+113DC9
// [1364/4964] DWORIGINS.exe+113AE4 -- (4) 48 8D 4D E0  -- lea rcx,[rbp-20]
// [1368/4968] DWORIGINS.exe+113AE8 -- (5) E8 43B7F5FF -- call DWORIGINS.exe+6F230
// [136D/4973] DWORIGINS.exe+113AED -- (4) 45 0F2F EE  -- comiss xmm13,xmm14
// [1371/4977] DWORIGINS.exe+113AF1 -- (8) 49 8D 84 24 90000000  -- lea rax,[r12+00000090]
// [1379/4985] DWORIGINS.exe+113AF9 -- (4) 4C 89 65 E8  -- mov [rbp-18],r12
// [137D/4989] DWORIGINS.exe+113AFD -- (4) 48 89 45 F8  -- mov [rbp-08],rax
// [1381/4993] DWORIGINS.exe+113B01 -- (4) 49 8B 47 60  -- mov rax,[r15+60]
// [1385/4997] DWORIGINS.exe+113B05 -- (4) 48 89 45 F0  -- mov [rbp-10],rax
// [1389/5001] DWORIGINS.exe+113B09 -- (2) 76 08 -- jna DWORIGINS.exe+113B13
// [138B/5003] DWORIGINS.exe+113B0B -- (6) F3 44 0F11 45 08  -- movss [rbp+08],xmm8
// [1391/5009] DWORIGINS.exe+113B11 -- (2) EB 07 -- jmp DWORIGINS.exe+113B1A
// [1393/5011] DWORIGINS.exe+113B13 -- (7) C7 45 08 00000000 -- mov [rbp+08],00000000
// [139A/5018] DWORIGINS.exe+113B1A -- (7) 41 8B 86 90040000  -- mov eax,[r14+00000490]
// [13A1/5025] DWORIGINS.exe+113B21 -- (3) 89 45 88  -- mov [rbp-78],eax
// [13A4/5028] DWORIGINS.exe+113B24 -- (5) 3D E7030000 -- cmp eax,000003E7
// [13A9/5033] DWORIGINS.exe+113B29 -- (2) 77 3F -- ja DWORIGINS.exe+113B6A
// [13AB/5035] DWORIGINS.exe+113B2B -- (3) 83 F8 FF -- cmp eax,-01
// [13AE/5038] DWORIGINS.exe+113B2E -- (2) 74 3A -- je DWORIGINS.exe+113B6A
// [13B0/5040] DWORIGINS.exe+113B30 -- (4) 48 8D 55 88  -- lea rdx,[rbp-78]
// [13B4/5044] DWORIGINS.exe+113B34 -- (4) 48 8D 4D 70  -- lea rcx,[rbp+70]
// [13B8/5048] DWORIGINS.exe+113B38 -- (5) E8 A3FCF0FF -- call DWORIGINS.exe+237E0
// [13BD/5053] DWORIGINS.exe+113B3D -- (5) F3 0F10 4D 08  -- movss xmm1,[rbp+08]
// [13C2/5058] DWORIGINS.exe+113B42 -- (4) 48 8B 45 70  -- mov rax,[rbp+70]
// [13C6/5062] DWORIGINS.exe+113B46 -- (9) F3 44 0F10 15 418E2903  -- movss xmm10,[DWORIGINS.exe+33AC990] -- [(float)0.0100]
// [13CF/5071] DWORIGINS.exe+113B4F -- (4) 0FB7 48 08  -- movzx ecx,word ptr [rax+08]
// [13D3/5075] DWORIGINS.exe+113B53 -- (4) 66 0F6E C1  -- movd xmm0,ecx
// [13D7/5079] DWORIGINS.exe+113B57 -- (3) 0F5B C0  -- cvtdq2ps xmm0,xmm0
// [13DA/5082] DWORIGINS.exe+113B5A -- (5) F3 41 0F59 C2  -- mulss xmm0,xmm10
// [13DF/5087] DWORIGINS.exe+113B5F -- (4) F3 0F59 C8  -- mulss xmm1,xmm0
// [13E3/5091] DWORIGINS.exe+113B63 -- (5) F3 0F11 4D 08  -- movss [rbp+08],xmm1
// [13E8/5096] DWORIGINS.exe+113B68 -- (2) EB 09 -- jmp DWORIGINS.exe+113B73
// [13EA/5098] DWORIGINS.exe+113B6A -- (9) F3 44 0F10 15 1D8E2903  -- movss xmm10,[DWORIGINS.exe+33AC990] -- [(float)0.0100]
// [13F3/5107] DWORIGINS.exe+113B73 -- (4) 45 0F2F EE  -- comiss xmm13,xmm14
// [13F7/5111] DWORIGINS.exe+113B77 -- (2) 76 08 -- jna DWORIGINS.exe+113B81
// [13F9/5113] DWORIGINS.exe+113B79 -- (6) F3 44 0F11 45 0C  -- movss [rbp+0C],xmm8
// [13FF/5119] DWORIGINS.exe+113B7F -- (2) EB 07 -- jmp DWORIGINS.exe+113B88
// [1401/5121] DWORIGINS.exe+113B81 -- (7) C7 45 0C 00000000 -- mov [rbp+0C],00000000
// [1408/5128] DWORIGINS.exe+113B88 -- (4) 45 0F2F E6  -- comiss xmm12,xmm14
// [140C/5132] DWORIGINS.exe+113B8C -- (2) 76 08 -- jna DWORIGINS.exe+113B96
// [140E/5134] DWORIGINS.exe+113B8E -- (6) F3 44 0F11 45 10  -- movss [rbp+10],xmm8
// [1414/5140] DWORIGINS.exe+113B94 -- (2) EB 07 -- jmp DWORIGINS.exe+113B9D
// [1416/5142] DWORIGINS.exe+113B96 -- (7) C7 45 10 00000000 -- mov [rbp+10],00000000
// [141D/5149] DWORIGINS.exe+113B9D -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1421/5153] DWORIGINS.exe+113BA1 -- (4) 44 89 6D 14  -- mov [rbp+14],r13d
// [1425/5157] DWORIGINS.exe+113BA5 -- (4) 48 89 5D 00  -- mov [rbp+00],rbx
// [1429/5161] DWORIGINS.exe+113BA9 -- (4) 83 79 38 01 -- cmp dword ptr [rcx+38],01
// [142D/5165] DWORIGINS.exe+113BAD -- (4) 40 88 7D 19  -- mov [rbp+19],dil
// [1431/5169] DWORIGINS.exe+113BB1 -- (4) 0F96 45 18  -- setbe byte ptr [rbp+18]
// [1435/5173] DWORIGINS.exe+113BB5 -- (5) E8 86570B00 -- call DWORIGINS.exe+1C9340
// [143A/5178] DWORIGINS.exe+113BBA -- (4) 44 0F2F F8  -- comiss xmm15,xmm0
// [143E/5182] DWORIGINS.exe+113BBE -- (2) 76 14 -- jna DWORIGINS.exe+113BD4
// [1440/5184] DWORIGINS.exe+113BC0 -- (4) 0FB6 45 1B  -- movzx eax,byte ptr [rbp+1B]
// [1444/5188] DWORIGINS.exe+113BC4 -- (5) B9 01000000 -- mov ecx,00000001
// [1449/5193] DWORIGINS.exe+113BC9 -- (5) 80 7C 24 60 00 -- cmp byte ptr [rsp+60],00
// [144E/5198] DWORIGINS.exe+113BCE -- (3) 0F44 C1  -- cmove eax,ecx
// [1451/5201] DWORIGINS.exe+113BD1 -- (3) 88 45 1B  -- mov [rbp+1B],al
// [1454/5204] DWORIGINS.exe+113BD4 -- (8) 49 8B 8C 24 00030000  -- mov rcx,[r12+00000300]
// [145C/5212] DWORIGINS.exe+113BDC -- (3) 48 85 C9  -- test rcx,rcx
// [145F/5215] DWORIGINS.exe+113BDF -- (2) 74 09 -- je DWORIGINS.exe+113BEA
// [1461/5217] DWORIGINS.exe+113BE1 -- (4) 48 8D 55 E0  -- lea rdx,[rbp-20]
// [1465/5221] DWORIGINS.exe+113BE5 -- (5) E8 A686FFFF -- call DWORIGINS.exe+10C290
// [146A/5226] DWORIGINS.exe+113BEA -- (3) 8B 4D 14  -- mov ecx,[rbp+14]
// [146D/5229] DWORIGINS.exe+113BED -- (3) 8D 41 FE  -- lea eax,[rcx-02]
// [1470/5232] DWORIGINS.exe+113BF0 -- (5) A9 F3FFFFFF -- test eax,FFFFFFF3
// [1475/5237] DWORIGINS.exe+113BF5 -- (2) 75 7C -- jne DWORIGINS.exe+113C73
// [1477/5239] DWORIGINS.exe+113BF7 -- (3) 83 F9 0A -- cmp ecx,0A
// [147A/5242] DWORIGINS.exe+113BFA -- (2) 74 77 -- je DWORIGINS.exe+113C73
// [147C/5244] DWORIGINS.exe+113BFC -- (8) 49 8B 84 24 E0020000  -- mov rax,[r12+000002E0]
// [1484/5252] DWORIGINS.exe+113C04 -- (3) 48 85 C0  -- test rax,rax
// [1487/5255] DWORIGINS.exe+113C07 -- (2) 74 6A -- je DWORIGINS.exe+113C73
// [1489/5257] DWORIGINS.exe+113C09 -- (4) 48 8B 40 20  -- mov rax,[rax+20]
// [148D/5261] DWORIGINS.exe+113C0D -- (3) 48 85 C0  -- test rax,rax
// [1490/5264] DWORIGINS.exe+113C10 -- (2) 74 61 -- je DWORIGINS.exe+113C73
// [1492/5266] DWORIGINS.exe+113C12 -- (7) 48 8B 80 88000000  -- mov rax,[rax+00000088]
// [1499/5273] DWORIGINS.exe+113C19 -- (4) 48 C1 E8 32 -- shr rax,32
// [149D/5277] DWORIGINS.exe+113C1D -- (2) A8 01 -- test al,01
// [149F/5279] DWORIGINS.exe+113C1F -- (2) 74 52 -- je DWORIGINS.exe+113C73
// [14A1/5281] DWORIGINS.exe+113C21 -- (3) 49 8B CC  -- mov rcx,r12
// [14A4/5284] DWORIGINS.exe+113C24 -- (5) E8 C71C0B00 -- call DWORIGINS.exe+1C58F0
// [14A9/5289] DWORIGINS.exe+113C29 -- (2) 84 C0  -- test al,al
// [14AB/5291] DWORIGINS.exe+113C2B -- (2) 74 46 -- je DWORIGINS.exe+113C73
// [14AD/5293] DWORIGINS.exe+113C2D -- (4) 49 8B 5F 60  -- mov rbx,[r15+60]
// [14B1/5297] DWORIGINS.exe+113C31 -- (3) 48 85 DB  -- test rbx,rbx
// [14B4/5300] DWORIGINS.exe+113C34 -- (2) 74 38 -- je DWORIGINS.exe+113C6E
// [14B6/5302] DWORIGINS.exe+113C36 -- (7) 48 8B 0D 3BDD8A03  -- mov rcx,[DWORIGINS.exe+39C1978] -- [C611F9A0]
// [14BD/5309] DWORIGINS.exe+113C3D -- (8) C7 44 24 58 FE000000 -- mov [rsp+58],000000FE
// [14C5/5317] DWORIGINS.exe+113C45 -- (3) 48 85 C9  -- test rcx,rcx
// [14C8/5320] DWORIGINS.exe+113C48 -- (2) 74 0C -- je DWORIGINS.exe+113C56
// [14CA/5322] DWORIGINS.exe+113C4A -- (5) 48 8D 54 24 58  -- lea rdx,[rsp+58]
// [14CF/5327] DWORIGINS.exe+113C4F -- (5) E8 FC9BFAFF -- call DWORIGINS.exe+BD850
// [14D4/5332] DWORIGINS.exe+113C54 -- (2) EB 08 -- jmp DWORIGINS.exe+113C5E
// [14D6/5334] DWORIGINS.exe+113C56 -- (8) F3 0F10 05 3A922903  -- movss xmm0,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [14DE/5342] DWORIGINS.exe+113C5E -- (8) F3 0F58 83 DC480000  -- addss xmm0,[rbx+000048DC]
// [14E6/5350] DWORIGINS.exe+113C66 -- (8) F3 0F11 83 DC480000  -- movss [rbx+000048DC],xmm0
// [14EE/5358] DWORIGINS.exe+113C6E -- (5) 48 8B 5C 24 68  -- mov rbx,[rsp+68]
// [14F3/5363] DWORIGINS.exe+113C73 -- (4) 45 0F2F EE  -- comiss xmm13,xmm14
// [14F7/5367] DWORIGINS.exe+113C77 -- (2) 76 0A -- jna DWORIGINS.exe+113C83
// [14F9/5369] DWORIGINS.exe+113C79 -- (7) 48 8B 85 88000000  -- mov rax,[rbp+00000088]
// [1500/5376] DWORIGINS.exe+113C80 -- (3) C6 00 01 -- mov byte ptr [rax],01
// [1503/5379] DWORIGINS.exe+113C83 -- (8) 49 8B 8C 24 40030000  -- mov rcx,[r12+00000340]
// [150B/5387] DWORIGINS.exe+113C8B -- (3) 48 85 C9  -- test rcx,rcx
// [150E/5390] DWORIGINS.exe+113C8E -- (2) 74 1B -- je DWORIGINS.exe+113CAB
// [1510/5392] DWORIGINS.exe+113C90 -- (5) E8 0BAE0700 -- call DWORIGINS.exe+18EAA0
// [1515/5397] DWORIGINS.exe+113C95 -- (2) 84 C0  -- test al,al
// [1517/5399] DWORIGINS.exe+113C97 -- (2) 74 12 -- je DWORIGINS.exe+113CAB
// [1519/5401] DWORIGINS.exe+113C99 -- (8) 49 8B 8C 24 D8020000  -- mov rcx,[r12+000002D8]
// [1521/5409] DWORIGINS.exe+113CA1 -- (3) 48 85 C9  -- test rcx,rcx
// [1524/5412] DWORIGINS.exe+113CA4 -- (2) 74 05 -- je DWORIGINS.exe+113CAB
// [1526/5414] DWORIGINS.exe+113CA6 -- (5) E8 95FB0600 -- call DWORIGINS.exe+183840
// [152B/5419] DWORIGINS.exe+113CAB -- (2) 33 D2  -- xor edx,edx
// [152D/5421] DWORIGINS.exe+113CAD -- (3) 49 8B CC  -- mov rcx,r12
// [1530/5424] DWORIGINS.exe+113CB0 -- (5) E8 1B8C0A00 -- call DWORIGINS.exe+1BC8D0
// [1535/5429] DWORIGINS.exe+113CB5 -- (3) 83 F8 03 -- cmp eax,03
// [1538/5432] DWORIGINS.exe+113CB8 -- (6) 0F85 14010000 -- jne DWORIGINS.exe+113DD2
// [153E/5438] DWORIGINS.exe+113CBE -- (3) 49 8B CC  -- mov rcx,r12
// [1541/5441] DWORIGINS.exe+113CC1 -- (5) E8 1A020B00 -- call DWORIGINS.exe+1C3EE0
// [1546/5446] DWORIGINS.exe+113CC6 -- (2) 84 C0  -- test al,al
// [1548/5448] DWORIGINS.exe+113CC8 -- (6) 0F84 04010000 -- je DWORIGINS.exe+113DD2
// [154E/5454] DWORIGINS.exe+113CCE -- (5) BA 20000000 -- mov edx,00000020
// [1553/5459] DWORIGINS.exe+113CD3 -- (3) 48 8B CB  -- mov rcx,rbx
// [1556/5462] DWORIGINS.exe+113CD6 -- (5) E8 851EF1FF -- call DWORIGINS.exe+25B60
// [155B/5467] DWORIGINS.exe+113CDB -- (2) 84 C0  -- test al,al
// [155D/5469] DWORIGINS.exe+113CDD -- (6) 0F84 EF000000 -- je DWORIGINS.exe+113DD2
// [1563/5475] DWORIGINS.exe+113CE3 -- (3) 49 8B CC  -- mov rcx,r12
// [1566/5478] DWORIGINS.exe+113CE6 -- (5) E8 C54FF1FF -- call DWORIGINS.exe+28CB0
// [156B/5483] DWORIGINS.exe+113CEB -- (3) 48 85 C0  -- test rax,rax
// [156E/5486] DWORIGINS.exe+113CEE -- (6) 0F84 DE000000 -- je DWORIGINS.exe+113DD2
// [1574/5492] DWORIGINS.exe+113CF4 -- (3) 48 8B C8  -- mov rcx,rax
// [1577/5495] DWORIGINS.exe+113CF7 -- (5) E8 745CF1FF -- call DWORIGINS.exe+29970
// [157C/5500] DWORIGINS.exe+113CFC -- (5) BA 00000100 -- mov edx,00010000
// [1581/5505] DWORIGINS.exe+113D01 -- (3) 48 8B C8  -- mov rcx,rax
// [1584/5508] DWORIGINS.exe+113D04 -- (5) E8 A75AF1FF -- call DWORIGINS.exe+297B0
// [1589/5513] DWORIGINS.exe+113D09 -- (2) 84 C0  -- test al,al
// [158B/5515] DWORIGINS.exe+113D0B -- (6) 0F84 C1000000 -- je DWORIGINS.exe+113DD2
// [1591/5521] DWORIGINS.exe+113D11 -- (3) 49 8B CC  -- mov rcx,r12
// [1594/5524] DWORIGINS.exe+113D14 -- (5) E8 C750F1FF -- call DWORIGINS.exe+28DE0
// [1599/5529] DWORIGINS.exe+113D19 -- (3) 48 8B D8  -- mov rbx,rax
// [159C/5532] DWORIGINS.exe+113D1C -- (3) 48 85 C0  -- test rax,rax
// [159F/5535] DWORIGINS.exe+113D1F -- (6) 0F84 AD000000 -- je DWORIGINS.exe+113DD2
// [15A5/5541] DWORIGINS.exe+113D25 -- (4) 49 8B 57 08  -- mov rdx,[r15+08]
// [15A9/5545] DWORIGINS.exe+113D29 -- (3) 49 8B CE  -- mov rcx,r14
// [15AC/5548] DWORIGINS.exe+113D2C -- (5) E8 EFD2F3FF -- call DWORIGINS.exe+51020
// [15B1/5553] DWORIGINS.exe+113D31 -- (3) 0F28 F0  -- movaps xmm6,xmm0
// [15B4/5556] DWORIGINS.exe+113D34 -- (4) 41 0F2F F6  -- comiss xmm6,xmm14
// [15B8/5560] DWORIGINS.exe+113D38 -- (6) 0F86 94000000 -- jbe DWORIGINS.exe+113DD2
// [15BE/5566] DWORIGINS.exe+113D3E -- (3) 48 8B CB  -- mov rcx,rbx
// [15C1/5569] DWORIGINS.exe+113D41 -- (5) E8 3ACDFCFF -- call DWORIGINS.exe+E0A80
// [15C6/5574] DWORIGINS.exe+113D46 -- (2) 84 C0  -- test al,al
// [15C8/5576] DWORIGINS.exe+113D48 -- (6) 0F84 84000000 -- je DWORIGINS.exe+113DD2
// [15CE/5582] DWORIGINS.exe+113D4E -- (3) 48 8B CB  -- mov rcx,rbx
// [15D1/5585] DWORIGINS.exe+113D51 -- (5) E8 CACCFCFF -- call DWORIGINS.exe+E0A20
// [15D6/5590] DWORIGINS.exe+113D56 -- (2) 84 C0  -- test al,al
// [15D8/5592] DWORIGINS.exe+113D58 -- (2) 75 78 -- jne DWORIGINS.exe+113DD2
// [15DA/5594] DWORIGINS.exe+113D5A -- (2) 33 D2  -- xor edx,edx
// [15DC/5596] DWORIGINS.exe+113D5C -- (3) 48 8B CB  -- mov rcx,rbx
// [15DF/5599] DWORIGINS.exe+113D5F -- (5) E8 AC60F1FF -- call DWORIGINS.exe+29E10
// [15E4/5604] DWORIGINS.exe+113D64 -- (8) F3 0F10 1D 2C912903  -- movss xmm3,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [15EC/5612] DWORIGINS.exe+113D6C -- (3) 45 33 C0  -- xor r8d,r8d
// [15EF/5615] DWORIGINS.exe+113D6F -- (3) 48 8B CB  -- mov rcx,rbx
// [15F2/5618] DWORIGINS.exe+113D72 -- (4) F3 0F2C F8  -- cvttss2si edi,xmm0
// [15F6/5622] DWORIGINS.exe+113D76 -- (4) 41 8D 50 03  -- lea edx,[r8+03]
// [15FA/5626] DWORIGINS.exe+113D7A -- (5) E8 F1FC0600 -- call DWORIGINS.exe+183A70
// [15FF/5631] DWORIGINS.exe+113D7F -- (5) B9 65010000 -- mov ecx,00000165
// [1604/5636] DWORIGINS.exe+113D84 -- (5) E8 07CEF9FF -- call DWORIGINS.exe+B0B90
// [1609/5641] DWORIGINS.exe+113D89 -- (2) 3B F8  -- cmp edi,eax
// [160B/5643] DWORIGINS.exe+113D8B -- (2) 7D 2B -- jnl DWORIGINS.exe+113DB8
// [160D/5645] DWORIGINS.exe+113D8D -- (3) 8D 4F 01  -- lea ecx,[rdi+01]
// [1610/5648] DWORIGINS.exe+113D90 -- (2) 3B C8  -- cmp ecx,eax
// [1612/5650] DWORIGINS.exe+113D92 -- (2) 75 24 -- jne DWORIGINS.exe+113DB8
// [1614/5652] DWORIGINS.exe+113D94 -- (3) 49 8B CC  -- mov rcx,r12
// [1617/5655] DWORIGINS.exe+113D97 -- (5) E8 744FF1FF -- call DWORIGINS.exe+28D10
// [161C/5660] DWORIGINS.exe+113D9C -- (3) 48 85 C0  -- test rax,rax
// [161F/5663] DWORIGINS.exe+113D9F -- (2) 74 17 -- je DWORIGINS.exe+113DB8
// [1621/5665] DWORIGINS.exe+113DA1 -- (3) 45 33 C9  -- xor r9d,r9d
// [1624/5668] DWORIGINS.exe+113DA4 -- (5) C6 44 24 20 00 -- mov byte ptr [rsp+20],00
// [1629/5673] DWORIGINS.exe+113DA9 -- (3) 0F57 D2  -- xorps xmm2,xmm2
// [162C/5676] DWORIGINS.exe+113DAC -- (3) 48 8B C8  -- mov rcx,rax
// [162F/5679] DWORIGINS.exe+113DAF -- (4) 41 8D 51 33  -- lea edx,[r9+33]
// [1633/5683] DWORIGINS.exe+113DB3 -- (5) E8 E8E80800 -- call DWORIGINS.exe+1A26A0
// [1638/5688] DWORIGINS.exe+113DB8 -- (4) F3 0F5C F7  -- subss xmm6,xmm7
// [163C/5692] DWORIGINS.exe+113DBC -- (3) 48 8B CB  -- mov rcx,rbx
// [163F/5695] DWORIGINS.exe+113DBF -- (3) 0F28 CE  -- movaps xmm1,xmm6
// [1642/5698] DWORIGINS.exe+113DC2 -- (5) E8 6960F1FF -- call DWORIGINS.exe+29E30
// [1647/5703] DWORIGINS.exe+113DC7 -- (2) EB 09 -- jmp DWORIGINS.exe+113DD2
// [1649/5705] DWORIGINS.exe+113DC9 -- (9) F3 44 0F10 15 BE8B2903  -- movss xmm10,[DWORIGINS.exe+33AC990] -- [(float)0.0100]
// [1652/5714] DWORIGINS.exe+113DD2 -- (3) 49 8B CC  -- mov rcx,r12
// [1655/5717] DWORIGINS.exe+113DD5 -- (5) E8 864EF1FF -- call DWORIGINS.exe+28C60
// [165A/5722] DWORIGINS.exe+113DDA -- (3) 48 85 C0  -- test rax,rax
// [165D/5725] DWORIGINS.exe+113DDD -- (2) 74 48 -- je DWORIGINS.exe+113E27
// [165F/5727] DWORIGINS.exe+113DDF -- (5) BA 10000000 -- mov edx,00000010
// [1664/5732] DWORIGINS.exe+113DE4 -- (3) 48 8B C8  -- mov rcx,rax
// [1667/5735] DWORIGINS.exe+113DE7 -- (5) E8 4455F1FF -- call DWORIGINS.exe+29330
// [166C/5740] DWORIGINS.exe+113DEC -- (2) 84 C0  -- test al,al
// [166E/5742] DWORIGINS.exe+113DEE -- (2) 74 37 -- je DWORIGINS.exe+113E27
// [1670/5744] DWORIGINS.exe+113DF0 -- (3) 49 8B CC  -- mov rcx,r12
// [1673/5747] DWORIGINS.exe+113DF3 -- (5) E8 E8310B00 -- call DWORIGINS.exe+1C6FE0
// [1678/5752] DWORIGINS.exe+113DF8 -- (5) 3D BC020000 -- cmp eax,000002BC
// [167D/5757] DWORIGINS.exe+113DFD -- (2) 74 28 -- je DWORIGINS.exe+113E27
// [167F/5759] DWORIGINS.exe+113DFF -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1683/5763] DWORIGINS.exe+113E03 -- (5) E8 084AF1FF -- call DWORIGINS.exe+28810
// [1688/5768] DWORIGINS.exe+113E08 -- (3) 83 F8 69 -- cmp eax,69
// [168B/5771] DWORIGINS.exe+113E0B -- (2) 75 1A -- jne DWORIGINS.exe+113E27
// [168D/5773] DWORIGINS.exe+113E0D -- (3) 49 8B CC  -- mov rcx,r12
// [1690/5776] DWORIGINS.exe+113E10 -- (5) E8 9B340B00 -- call DWORIGINS.exe+1C72B0
// [1695/5781] DWORIGINS.exe+113E15 -- (3) 48 85 C0  -- test rax,rax
// [1698/5784] DWORIGINS.exe+113E18 -- (2) 74 0D -- je DWORIGINS.exe+113E27
// [169A/5786] DWORIGINS.exe+113E1A -- (5) BA 08000000 -- mov edx,00000008
// [169F/5791] DWORIGINS.exe+113E1F -- (3) 48 8B C8  -- mov rcx,rax
// [16A2/5794] DWORIGINS.exe+113E22 -- (5) E8 196BF1FF -- call DWORIGINS.exe+2A940
// [16A7/5799] DWORIGINS.exe+113E27 -- (3) 49 8B CC  -- mov rcx,r12
// [16AA/5802] DWORIGINS.exe+113E2A -- (5) E8 B1310B00 -- call DWORIGINS.exe+1C6FE0
// [16AF/5807] DWORIGINS.exe+113E2F -- (6) 8D 88 5CFEFFFF  -- lea ecx,[rax-000001A4]
// [16B5/5813] DWORIGINS.exe+113E35 -- (3) 83 F9 02 -- cmp ecx,02
// [16B8/5816] DWORIGINS.exe+113E38 -- (2) 76 26 -- jna DWORIGINS.exe+113E60
// [16BA/5818] DWORIGINS.exe+113E3A -- (5) 05 52FEFFFF -- add eax,FFFFFE52
// [16BF/5823] DWORIGINS.exe+113E3F -- (3) 83 F8 02 -- cmp eax,02
// [16C2/5826] DWORIGINS.exe+113E42 -- (2) 77 41 -- ja DWORIGINS.exe+113E85
// [16C4/5828] DWORIGINS.exe+113E44 -- (3) 49 8B CC  -- mov rcx,r12
// [16C7/5831] DWORIGINS.exe+113E47 -- (5) E8 64340B00 -- call DWORIGINS.exe+1C72B0
// [16CC/5836] DWORIGINS.exe+113E4C -- (3) 48 85 C0  -- test rax,rax
// [16CF/5839] DWORIGINS.exe+113E4F -- (2) 74 34 -- je DWORIGINS.exe+113E85
// [16D1/5841] DWORIGINS.exe+113E51 -- (5) BA 13000000 -- mov edx,00000013
// [16D6/5846] DWORIGINS.exe+113E56 -- (3) 48 8B C8  -- mov rcx,rax
// [16D9/5849] DWORIGINS.exe+113E59 -- (5) E8 E26AF1FF -- call DWORIGINS.exe+2A940
// [16DE/5854] DWORIGINS.exe+113E5E -- (2) EB 25 -- jmp DWORIGINS.exe+113E85
// [16E0/5856] DWORIGINS.exe+113E60 -- (3) 49 8B CC  -- mov rcx,r12
// [16E3/5859] DWORIGINS.exe+113E63 -- (5) E8 48340B00 -- call DWORIGINS.exe+1C72B0
// [16E8/5864] DWORIGINS.exe+113E68 -- (3) 48 85 C0  -- test rax,rax
// [16EB/5867] DWORIGINS.exe+113E6B -- (2) 74 18 -- je DWORIGINS.exe+113E85
// [16ED/5869] DWORIGINS.exe+113E6D -- (5) BA 12000000 -- mov edx,00000012
// [16F2/5874] DWORIGINS.exe+113E72 -- (3) 48 8B C8  -- mov rcx,rax
// [16F5/5877] DWORIGINS.exe+113E75 -- (5) E8 C66AF1FF -- call DWORIGINS.exe+2A940
// [16FA/5882] DWORIGINS.exe+113E7A -- (2) EB 09 -- jmp DWORIGINS.exe+113E85
// [16FC/5884] DWORIGINS.exe+113E7C -- (9) F3 44 0F10 15 0B8B2903  -- movss xmm10,[DWORIGINS.exe+33AC990] -- [(float)0.0100]
// [1705/5893] DWORIGINS.exe+113E85 -- (3) 40 84 F6  -- test sil,sil
// [1708/5896] DWORIGINS.exe+113E88 -- (6) 0F84 B0000000 -- je DWORIGINS.exe+113F3E
// [170E/5902] DWORIGINS.exe+113E8E -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1712/5906] DWORIGINS.exe+113E92 -- (5) E8 B94BF1FF -- call DWORIGINS.exe+28A50
// [1717/5911] DWORIGINS.exe+113E97 -- (2) 84 C0  -- test al,al
// [1719/5913] DWORIGINS.exe+113E99 -- (6) 0F84 9F000000 -- je DWORIGINS.exe+113F3E
// [171F/5919] DWORIGINS.exe+113E9F -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1723/5923] DWORIGINS.exe+113EA3 -- (5) E8 684EF1FF -- call DWORIGINS.exe+28D10
// [1728/5928] DWORIGINS.exe+113EA8 -- (3) 48 8B D8  -- mov rbx,rax
// [172B/5931] DWORIGINS.exe+113EAB -- (3) 48 85 C0  -- test rax,rax
// [172E/5934] DWORIGINS.exe+113EAE -- (6) 0F84 8A000000 -- je DWORIGINS.exe+113F3E
// [1734/5940] DWORIGINS.exe+113EB4 -- (5) B9 EF010000 -- mov ecx,000001EF
// [1739/5945] DWORIGINS.exe+113EB9 -- (5) E8 92CCF9FF -- call DWORIGINS.exe+B0B50
// [173E/5950] DWORIGINS.exe+113EBE -- (5) BA 03000000 -- mov edx,00000003
// [1743/5955] DWORIGINS.exe+113EC3 -- (3) 48 8B CB  -- mov rcx,rbx
// [1746/5958] DWORIGINS.exe+113EC6 -- (3) 0F28 F0  -- movaps xmm6,xmm0
// [1749/5961] DWORIGINS.exe+113EC9 -- (5) E8 02E10800 -- call DWORIGINS.exe+1A1FD0
// [174E/5966] DWORIGINS.exe+113ECE -- (2) 84 C0  -- test al,al
// [1750/5968] DWORIGINS.exe+113ED0 -- (2) 74 20 -- je DWORIGINS.exe+113EF2
// [1752/5970] DWORIGINS.exe+113ED2 -- (5) BA 03000000 -- mov edx,00000003
// [1757/5975] DWORIGINS.exe+113ED7 -- (3) 48 8B CB  -- mov rcx,rbx
// [175A/5978] DWORIGINS.exe+113EDA -- (5) E8 31E70800 -- call DWORIGINS.exe+1A2610
// [175F/5983] DWORIGINS.exe+113EDF -- (3) 48 85 C0  -- test rax,rax
// [1762/5986] DWORIGINS.exe+113EE2 -- (2) 74 5A -- je DWORIGINS.exe+113F3E
// [1764/5988] DWORIGINS.exe+113EE4 -- (3) 48 8B 10  -- mov rdx,[rax]
// [1767/5991] DWORIGINS.exe+113EE7 -- (3) 0F28 CE  -- movaps xmm1,xmm6
// [176A/5994] DWORIGINS.exe+113EEA -- (3) 48 8B C8  -- mov rcx,rax
// [176D/5997] DWORIGINS.exe+113EED -- (3) FF 52 40  -- call qword ptr [rdx+40]
// [1770/6000] DWORIGINS.exe+113EF0 -- (2) EB 4C -- jmp DWORIGINS.exe+113F3E
// [1772/6002] DWORIGINS.exe+113EF2 -- (2) 33 D2  -- xor edx,edx
// [1774/6004] DWORIGINS.exe+113EF4 -- (8) 48 C7 45 70 00000000 -- mov qword ptr [rbp+70],00000000
// [177C/6012] DWORIGINS.exe+113EFC -- (7) 48 8D 8D 88000000  -- lea rcx,[rbp+00000088]
// [1783/6019] DWORIGINS.exe+113F03 -- (7) C7 45 78 00000000 -- mov [rbp+78],00000000
// [178A/6026] DWORIGINS.exe+113F0A -- (5) E8 21C7F8FF -- call DWORIGINS.exe+A0630
// [178F/6031] DWORIGINS.exe+113F0F -- (5) C6 44 24 38 00 -- mov byte ptr [rsp+38],00
// [1794/6036] DWORIGINS.exe+113F14 -- (7) 48 8D 85 88000000  -- lea rax,[rbp+00000088]
// [179B/6043] DWORIGINS.exe+113F1B -- (5) 48 89 44 24 30  -- mov [rsp+30],rax
// [17A0/6048] DWORIGINS.exe+113F20 -- (4) 4C 8D 4D 70  -- lea r9,[rbp+70]
// [17A4/6052] DWORIGINS.exe+113F24 -- (5) C6 44 24 28 00 -- mov byte ptr [rsp+28],00
// [17A9/6057] DWORIGINS.exe+113F29 -- (3) 0F28 D6  -- movaps xmm2,xmm6
// [17AC/6060] DWORIGINS.exe+113F2C -- (5) BA 03000000 -- mov edx,00000003
// [17B1/6065] DWORIGINS.exe+113F31 -- (5) C6 44 24 20 00 -- mov byte ptr [rsp+20],00
// [17B6/6070] DWORIGINS.exe+113F36 -- (3) 48 8B CB  -- mov rcx,rbx
// [17B9/6073] DWORIGINS.exe+113F39 -- (5) E8 C2E00800 -- call DWORIGINS.exe+1A2000
// [17BE/6078] DWORIGINS.exe+113F3E -- (5) 4C 8D 44 24 62  -- lea r8,[rsp+62]
// [17C3/6083] DWORIGINS.exe+113F43 -- (5) C6 44 24 62 00 -- mov byte ptr [rsp+62],00
// [17C8/6088] DWORIGINS.exe+113F48 -- (4) 41 0F28 CB  -- movaps xmm1,xmm11
// [17CC/6092] DWORIGINS.exe+113F4C -- (3) 49 8B CE  -- mov rcx,r14
// [17CF/6095] DWORIGINS.exe+113F4F -- (5) E8 FCACF3FF -- call DWORIGINS.exe+4EC50
// [17D4/6100] DWORIGINS.exe+113F54 -- (2) 84 C0  -- test al,al
// [17D6/6102] DWORIGINS.exe+113F56 -- (2) 74 0C -- je DWORIGINS.exe+113F64
// [17D8/6104] DWORIGINS.exe+113F58 -- (4) 49 8B 57 08  -- mov rdx,[r15+08]
// [17DC/6108] DWORIGINS.exe+113F5C -- (3) 49 8B CE  -- mov rcx,r14
// [17DF/6111] DWORIGINS.exe+113F5F -- (5) E8 1CAEF3FF -- call DWORIGINS.exe+4ED80
// [17E4/6116] DWORIGINS.exe+113F64 -- (5) 80 7C 24 62 00 -- cmp byte ptr [rsp+62],00
// [17E9/6121] DWORIGINS.exe+113F69 -- (2) 74 76 -- je DWORIGINS.exe+113FE1
// [17EB/6123] DWORIGINS.exe+113F6B -- (3) 40 84 F6  -- test sil,sil
// [17EE/6126] DWORIGINS.exe+113F6E -- (2) 74 71 -- je DWORIGINS.exe+113FE1
// [17F0/6128] DWORIGINS.exe+113F70 -- (3) 49 8B CC  -- mov rcx,r12
// [17F3/6131] DWORIGINS.exe+113F73 -- (5) E8 E84CF1FF -- call DWORIGINS.exe+28C60
// [17F8/6136] DWORIGINS.exe+113F78 -- (3) 48 85 C0  -- test rax,rax
// [17FB/6139] DWORIGINS.exe+113F7B -- (2) 74 44 -- je DWORIGINS.exe+113FC1
// [17FD/6141] DWORIGINS.exe+113F7D -- (5) BA 10000000 -- mov edx,00000010
// [1802/6146] DWORIGINS.exe+113F82 -- (3) 48 8B C8  -- mov rcx,rax
// [1805/6149] DWORIGINS.exe+113F85 -- (5) E8 A653F1FF -- call DWORIGINS.exe+29330
// [180A/6154] DWORIGINS.exe+113F8A -- (2) 84 C0  -- test al,al
// [180C/6156] DWORIGINS.exe+113F8C -- (2) 74 33 -- je DWORIGINS.exe+113FC1
// [180E/6158] DWORIGINS.exe+113F8E -- (5) B9 71000000 -- mov ecx,00000071
// [1813/6163] DWORIGINS.exe+113F93 -- (5) E8 585F9700 -- call DWORIGINS.exe+A89EF0
// [1818/6168] DWORIGINS.exe+113F98 -- (2) 8B C0  -- mov eax,eax
// [181A/6170] DWORIGINS.exe+113F9A -- (3) 0F57 F6  -- xorps xmm6,xmm6
// [181D/6173] DWORIGINS.exe+113F9D -- (3) 49 8B CC  -- mov rcx,r12
// [1820/6176] DWORIGINS.exe+113FA0 -- (5) F3 48 0F2A F0  -- cvtsi2ss xmm6,rax
// [1825/6181] DWORIGINS.exe+113FA5 -- (5) F3 41 0F59 F2  -- mulss xmm6,xmm10
// [182A/6186] DWORIGINS.exe+113FAA -- (5) E8 B1530B00 -- call DWORIGINS.exe+1C9360
// [182F/6191] DWORIGINS.exe+113FAF -- (4) F3 0F59 C6  -- mulss xmm0,xmm6
// [1833/6195] DWORIGINS.exe+113FB3 -- (3) 45 33 C0  -- xor r8d,r8d
// [1836/6198] DWORIGINS.exe+113FB6 -- (3) 49 8B CC  -- mov rcx,r12
// [1839/6201] DWORIGINS.exe+113FB9 -- (3) 0F28 C8  -- movaps xmm1,xmm0
// [183C/6204] DWORIGINS.exe+113FBC -- (5) E8 1F530B00 -- call DWORIGINS.exe+1C92E0
// [1841/6209] DWORIGINS.exe+113FC1 -- (5) B9 0C000000 -- mov ecx,0000000C
// [1846/6214] DWORIGINS.exe+113FC6 -- (5) E8 A5260400 -- call DWORIGINS.exe+156670
// [184B/6219] DWORIGINS.exe+113FCB -- (3) 49 8B CC  -- mov rcx,r12
// [184E/6222] DWORIGINS.exe+113FCE -- (3) 0F28 F0  -- movaps xmm6,xmm0
// [1851/6225] DWORIGINS.exe+113FD1 -- (5) E8 0A4EF1FF -- call DWORIGINS.exe+28DE0
// [1856/6230] DWORIGINS.exe+113FD6 -- (3) 0F28 CE  -- movaps xmm1,xmm6
// [1859/6233] DWORIGINS.exe+113FD9 -- (3) 48 8B C8  -- mov rcx,rax
// [185C/6236] DWORIGINS.exe+113FDC -- (5) E8 8FCBFCFF -- call DWORIGINS.exe+E0B70
// [1861/6241] DWORIGINS.exe+113FE1 -- (3) 49 8B CE  -- mov rcx,r14
// [1864/6244] DWORIGINS.exe+113FE4 -- (5) E8 C7D6F2FF -- call DWORIGINS.exe+416B0
// [1869/6249] DWORIGINS.exe+113FE9 -- (9) 44 0F28 BC 24 A0010000  -- movaps xmm15,[rsp+000001A0]
// [1872/6258] DWORIGINS.exe+113FF2 -- (3) 48 8B D8  -- mov rbx,rax
// [1875/6261] DWORIGINS.exe+113FF5 -- (9) 44 0F28 AC 24 C0010000  -- movaps xmm13,[rsp+000001C0]
// [187E/6270] DWORIGINS.exe+113FFE -- (9) 44 0F28 A4 24 D0010000  -- movaps xmm12,[rsp+000001D0]
// [1887/6279] DWORIGINS.exe+114007 -- (3) 48 85 C0  -- test rax,rax
// [188A/6282] DWORIGINS.exe+11400A -- (2) 74 39 -- je DWORIGINS.exe+114045
// [188C/6284] DWORIGINS.exe+11400C -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1890/6288] DWORIGINS.exe+114010 -- (5) E8 AB2F0B00 -- call DWORIGINS.exe+1C6FC0
// [1895/6293] DWORIGINS.exe+114015 -- (3) 48 85 C0  -- test rax,rax
// [1898/6296] DWORIGINS.exe+114018 -- (2) 74 2B -- je DWORIGINS.exe+114045
// [189A/6298] DWORIGINS.exe+11401A -- (10) 48 BA 0000000010000000 -- mov rdx,0000001000000000
// [18A4/6308] DWORIGINS.exe+114024 -- (3) 48 8B C8  -- mov rcx,rax
// [18A7/6311] DWORIGINS.exe+114027 -- (5) E8 C41BF1FF -- call DWORIGINS.exe+25BF0
// [18AC/6316] DWORIGINS.exe+11402C -- (2) 84 C0  -- test al,al
// [18AE/6318] DWORIGINS.exe+11402E -- (2) 74 15 -- je DWORIGINS.exe+114045
// [18B0/6320] DWORIGINS.exe+114030 -- (3) 48 8B CB  -- mov rcx,rbx
// [18B3/6323] DWORIGINS.exe+114033 -- (5) E8 1848F1FF -- call DWORIGINS.exe+28850
// [18B8/6328] DWORIGINS.exe+114038 -- (5) BA 22000000 -- mov edx,00000022
// [18BD/6333] DWORIGINS.exe+11403D -- (3) 48 8B C8  -- mov rcx,rax
// [18C0/6336] DWORIGINS.exe+114040 -- (5) E8 8B3AF1FF -- call DWORIGINS.exe+27AD0
// [18C5/6341] DWORIGINS.exe+114045 -- (4) 45 0F2F DE  -- comiss xmm11,xmm14
// [18C9/6345] DWORIGINS.exe+114049 -- (2) 76 69 -- jna DWORIGINS.exe+1140B4
// [18CB/6347] DWORIGINS.exe+11404B -- (3) 49 8B CE  -- mov rcx,r14
// [18CE/6350] DWORIGINS.exe+11404E -- (5) E8 6DD0FCFF -- call DWORIGINS.exe+E10C0
// [18D3/6355] DWORIGINS.exe+114053 -- (3) 66 85 C0  -- test ax,ax
// [18D6/6358] DWORIGINS.exe+114056 -- (2) 7E 5C -- jle DWORIGINS.exe+1140B4
// [18D8/6360] DWORIGINS.exe+114058 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [18DC/6364] DWORIGINS.exe+11405C -- (5) E8 4F320B00 -- call DWORIGINS.exe+1C72B0
// [18E1/6369] DWORIGINS.exe+114061 -- (3) 48 8B D8  -- mov rbx,rax
// [18E4/6372] DWORIGINS.exe+114064 -- (3) 48 85 C0  -- test rax,rax
// [18E7/6375] DWORIGINS.exe+114067 -- (2) 74 4B -- je DWORIGINS.exe+1140B4
// [18E9/6377] DWORIGINS.exe+114069 -- (3) 49 8B CE  -- mov rcx,r14
// [18EC/6380] DWORIGINS.exe+11406C -- (5) E8 4FD0FCFF -- call DWORIGINS.exe+E10C0
// [18F1/6385] DWORIGINS.exe+114071 -- (3) 0FBF D0  -- movsx edx,ax
// [18F4/6388] DWORIGINS.exe+114074 -- (3) 83 EA 01 -- sub edx,01
// [18F7/6391] DWORIGINS.exe+114077 -- (2) 74 1D -- je DWORIGINS.exe+114096
// [18F9/6393] DWORIGINS.exe+114079 -- (3) 83 FA 01 -- cmp edx,01
// [18FC/6396] DWORIGINS.exe+11407C -- (2) 75 36 -- jne DWORIGINS.exe+1140B4
// [18FE/6398] DWORIGINS.exe+11407E -- (5) BA 20000000 -- mov edx,00000020
// [1903/6403] DWORIGINS.exe+114083 -- (3) 48 8B CB  -- mov rcx,rbx
// [1906/6406] DWORIGINS.exe+114086 -- (5) E8 75C0FCFF -- call DWORIGINS.exe+E0100
// [190B/6411] DWORIGINS.exe+11408B -- (2) 84 C0  -- test al,al
// [190D/6413] DWORIGINS.exe+11408D -- (2) 75 25 -- jne DWORIGINS.exe+1140B4
// [190F/6415] DWORIGINS.exe+11408F -- (5) BA 20000000 -- mov edx,00000020
// [1914/6420] DWORIGINS.exe+114094 -- (2) EB 16 -- jmp DWORIGINS.exe+1140AC
// [1916/6422] DWORIGINS.exe+114096 -- (5) BA 1F000000 -- mov edx,0000001F
// [191B/6427] DWORIGINS.exe+11409B -- (3) 48 8B CB  -- mov rcx,rbx
// [191E/6430] DWORIGINS.exe+11409E -- (5) E8 5DC0FCFF -- call DWORIGINS.exe+E0100
// [1923/6435] DWORIGINS.exe+1140A3 -- (2) 84 C0  -- test al,al
// [1925/6437] DWORIGINS.exe+1140A5 -- (2) 75 0D -- jne DWORIGINS.exe+1140B4
// [1927/6439] DWORIGINS.exe+1140A7 -- (5) BA 1F000000 -- mov edx,0000001F
// [192C/6444] DWORIGINS.exe+1140AC -- (3) 48 8B CB  -- mov rcx,rbx
// [192F/6447] DWORIGINS.exe+1140AF -- (5) E8 8C68F1FF -- call DWORIGINS.exe+2A940
// [1934/6452] DWORIGINS.exe+1140B4 -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [1938/6456] DWORIGINS.exe+1140B8 -- (5) E8 A352F1FF -- call DWORIGINS.exe+29360
// [193D/6461] DWORIGINS.exe+1140BD -- (4) 41 0F2E C6  -- ucomiss xmm0,xmm14
// [1941/6465] DWORIGINS.exe+1140C1 -- (5) 0FB6 5C 24 60  -- movzx ebx,byte ptr [rsp+60]
// [1946/6470] DWORIGINS.exe+1140C6 -- (9) F3 44 0F10 15 C98D2903  -- movss xmm10,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [194F/6479] DWORIGINS.exe+1140CF -- (6) 0F8A F6020000 -- jp DWORIGINS.exe+1143CB
// [1955/6485] DWORIGINS.exe+1140D5 -- (6) 0F85 F0020000 -- jne DWORIGINS.exe+1143CB
// [195B/6491] DWORIGINS.exe+1140DB -- (2) 84 DB  -- test bl,bl
// [195D/6493] DWORIGINS.exe+1140DD -- (6) 0F85 E8020000 -- jne DWORIGINS.exe+1143CB
// [1963/6499] DWORIGINS.exe+1140E3 -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [1967/6503] DWORIGINS.exe+1140E7 -- (10) 48 BA 0000000004000000 -- mov rdx,0000000400000000
// [1971/6513] DWORIGINS.exe+1140F1 -- (4) 41 0F28 FA  -- movaps xmm7,xmm10
// [1975/6517] DWORIGINS.exe+1140F5 -- (5) E8 3652F1FF -- call DWORIGINS.exe+29330
// [197A/6522] DWORIGINS.exe+1140FA -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [197E/6526] DWORIGINS.exe+1140FE -- (5) BA 00010000 -- mov edx,00000100
// [1983/6531] DWORIGINS.exe+114103 -- (3) 0FB6 D8  -- movzx ebx,al
// [1986/6534] DWORIGINS.exe+114106 -- (4) 88 44 24 62  -- mov [rsp+62],al
// [198A/6538] DWORIGINS.exe+11410A -- (5) E8 2152F1FF -- call DWORIGINS.exe+29330
// [198F/6543] DWORIGINS.exe+11410F -- (2) 84 C0  -- test al,al
// [1991/6545] DWORIGINS.exe+114111 -- (2) 75 08 -- jne DWORIGINS.exe+11411B
// [1993/6547] DWORIGINS.exe+114113 -- (2) 84 DB  -- test bl,bl
// [1995/6549] DWORIGINS.exe+114115 -- (2) 75 04 -- jne DWORIGINS.exe+11411B
// [1997/6551] DWORIGINS.exe+114117 -- (2) 32 C9  -- xor cl,cl
// [1999/6553] DWORIGINS.exe+114119 -- (2) EB 02 -- jmp DWORIGINS.exe+11411D
// [199B/6555] DWORIGINS.exe+11411B -- (2) B1 01 -- mov cl,01
// [199D/6557] DWORIGINS.exe+11411D -- (5) 80 7C 24 61 00 -- cmp byte ptr [rsp+61],00
// [19A2/6562] DWORIGINS.exe+114122 -- (5) BE 01000000 -- mov esi,00000001
// [19A7/6567] DWORIGINS.exe+114127 -- (5) 48 8B 5C 24 68  -- mov rbx,[rsp+68]
// [19AC/6572] DWORIGINS.exe+11412C -- (5) BA 00000001 -- mov edx,01000000
// [19B1/6577] DWORIGINS.exe+114131 -- (4) 44 0FB6 E9  -- movzx r13d,cl
// [19B5/6581] DWORIGINS.exe+114135 -- (3) 48 8B CB  -- mov rcx,rbx
// [19B8/6584] DWORIGINS.exe+114138 -- (4) 44 0F45 EE  -- cmovne r13d,esi
// [19BC/6588] DWORIGINS.exe+11413C -- (3) 40 32 FF  -- xor dil,dil
// [19BF/6591] DWORIGINS.exe+11413F -- (5) E8 0C1AF1FF -- call DWORIGINS.exe+25B50
// [19C4/6596] DWORIGINS.exe+114144 -- (2) 84 C0  -- test al,al
// [19C6/6598] DWORIGINS.exe+114146 -- (4) 40 0FB6 CF  -- movzx ecx,dil
// [19CA/6602] DWORIGINS.exe+11414A -- (3) 0F45 CE  -- cmovne ecx,esi
// [19CD/6605] DWORIGINS.exe+11414D -- (3) 45 32 E4  -- xor r12b,r12b
// [19D0/6608] DWORIGINS.exe+114150 -- (4) 89 4C 24 58  -- mov [rsp+58],ecx
// [19D4/6612] DWORIGINS.exe+114154 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [19D8/6616] DWORIGINS.exe+114158 -- (5) E8 B34BF1FF -- call DWORIGINS.exe+28D10
// [19DD/6621] DWORIGINS.exe+11415D -- (3) 48 8B F8  -- mov rdi,rax
// [19E0/6624] DWORIGINS.exe+114160 -- (3) 48 85 C0  -- test rax,rax
// [19E3/6627] DWORIGINS.exe+114163 -- (2) 74 64 -- je DWORIGINS.exe+1141C9
// [19E5/6629] DWORIGINS.exe+114165 -- (2) 8B D6  -- mov edx,esi
// [19E7/6631] DWORIGINS.exe+114167 -- (3) 48 8B C8  -- mov rcx,rax
// [19EA/6634] DWORIGINS.exe+11416A -- (5) E8 61DE0800 -- call DWORIGINS.exe+1A1FD0
// [19EF/6639] DWORIGINS.exe+11416F -- (2) 84 C0  -- test al,al
// [19F1/6641] DWORIGINS.exe+114171 -- (2) 74 33 -- je DWORIGINS.exe+1141A6
// [19F3/6643] DWORIGINS.exe+114173 -- (2) 8B D6  -- mov edx,esi
// [19F5/6645] DWORIGINS.exe+114175 -- (3) 48 8B CF  -- mov rcx,rdi
// [19F8/6648] DWORIGINS.exe+114178 -- (5) E8 93E40800 -- call DWORIGINS.exe+1A2610
// [19FD/6653] DWORIGINS.exe+11417D -- (3) 48 8B C8  -- mov rcx,rax
// [1A00/6656] DWORIGINS.exe+114180 -- (3) 48 8B D8  -- mov rbx,rax
// [1A03/6659] DWORIGINS.exe+114183 -- (3) 48 8B 10  -- mov rdx,[rax]
// [1A06/6662] DWORIGINS.exe+114186 -- (3) FF 52 68  -- call qword ptr [rdx+68]
// [1A09/6665] DWORIGINS.exe+114189 -- (2) 8B D6  -- mov edx,esi
// [1A0B/6667] DWORIGINS.exe+11418B -- (3) 48 8B CB  -- mov rcx,rbx
// [1A0E/6670] DWORIGINS.exe+11418E -- (3) 0F28 F0  -- movaps xmm6,xmm0
// [1A11/6673] DWORIGINS.exe+114191 -- (5) E8 0A55F1FF -- call DWORIGINS.exe+296A0
// [1A16/6678] DWORIGINS.exe+114196 -- (5) 48 8B 5C 24 68  -- mov rbx,[rsp+68]
// [1A1B/6683] DWORIGINS.exe+11419B -- (3) 0F2F C6  -- comiss xmm0,xmm6
// [1A1E/6686] DWORIGINS.exe+11419E -- (4) 45 0FB6 E4  -- movzx r12d,r12b
// [1A22/6690] DWORIGINS.exe+1141A2 -- (4) 44 0F47 E6  -- cmova r12d,esi
// [1A26/6694] DWORIGINS.exe+1141A6 -- (5) BA 03000000 -- mov edx,00000003
// [1A2B/6699] DWORIGINS.exe+1141AB -- (3) 48 8B CF  -- mov rcx,rdi
// [1A2E/6702] DWORIGINS.exe+1141AE -- (5) E8 1DDE0800 -- call DWORIGINS.exe+1A1FD0
// [1A33/6707] DWORIGINS.exe+1141B3 -- (5) 0FB6 7C 24 50  -- movzx edi,byte ptr [rsp+50]
// [1A38/6712] DWORIGINS.exe+1141B8 -- (2) 84 C0  -- test al,al
// [1A3A/6714] DWORIGINS.exe+1141BA -- (2) 74 12 -- je DWORIGINS.exe+1141CE
// [1A3C/6716] DWORIGINS.exe+1141BC -- (3) 40 84 FF  -- test dil,dil
// [1A3F/6719] DWORIGINS.exe+1141BF -- (4) 45 0FB6 E4  -- movzx r12d,r12b
// [1A43/6723] DWORIGINS.exe+1141C3 -- (4) 44 0F44 E6  -- cmove r12d,esi
// [1A47/6727] DWORIGINS.exe+1141C7 -- (2) EB 05 -- jmp DWORIGINS.exe+1141CE
// [1A49/6729] DWORIGINS.exe+1141C9 -- (5) 0FB6 7C 24 50  -- movzx edi,byte ptr [rsp+50]
// [1A4E/6734] DWORIGINS.exe+1141CE -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [1A52/6738] DWORIGINS.exe+1141D2 -- (10) 48 BA 0000000002000000 -- mov rdx,0000000200000000
// [1A5C/6748] DWORIGINS.exe+1141DC -- (3) 45 32 F6  -- xor r14b,r14b
// [1A5F/6751] DWORIGINS.exe+1141DF -- (5) E8 4C51F1FF -- call DWORIGINS.exe+29330
// [1A64/6756] DWORIGINS.exe+1141E4 -- (2) 84 C0  -- test al,al
// [1A66/6758] DWORIGINS.exe+1141E6 -- (2) 74 0B -- je DWORIGINS.exe+1141F3
// [1A68/6760] DWORIGINS.exe+1141E8 -- (3) 40 84 FF  -- test dil,dil
// [1A6B/6763] DWORIGINS.exe+1141EB -- (4) 45 0FB6 F6  -- movzx r14d,r14b
// [1A6F/6767] DWORIGINS.exe+1141EF -- (4) 44 0F44 F6  -- cmove r14d,esi
// [1A73/6771] DWORIGINS.exe+1141F3 -- (3) 8B 45 80  -- mov eax,[rbp-80]
// [1A76/6774] DWORIGINS.exe+1141F6 -- (3) 40 32 F6  -- xor sil,sil
// [1A79/6777] DWORIGINS.exe+1141F9 -- (3) 39 45 90  -- cmp [rbp-70],eax
// [1A7C/6780] DWORIGINS.exe+1141FC -- (2) 75 1B -- jne DWORIGINS.exe+114219
// [1A7E/6782] DWORIGINS.exe+1141FE -- (5) BA 02000000 -- mov edx,00000002
// [1A83/6787] DWORIGINS.exe+114203 -- (3) 48 8B CB  -- mov rcx,rbx
// [1A86/6790] DWORIGINS.exe+114206 -- (5) E8 4519F1FF -- call DWORIGINS.exe+25B50
// [1A8B/6795] DWORIGINS.exe+11420B -- (2) 84 C0  -- test al,al
// [1A8D/6797] DWORIGINS.exe+11420D -- (4) 40 0FB6 F6  -- movzx esi,sil
// [1A91/6801] DWORIGINS.exe+114211 -- (5) B8 01000000 -- mov eax,00000001
// [1A96/6806] DWORIGINS.exe+114216 -- (3) 0F44 F0  -- cmove esi,eax
// [1A99/6809] DWORIGINS.exe+114219 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1A9D/6813] DWORIGINS.exe+11421D -- (3) 40 32 FF  -- xor dil,dil
// [1AA0/6816] DWORIGINS.exe+114220 -- (5) E8 8B300B00 -- call DWORIGINS.exe+1C72B0
// [1AA5/6821] DWORIGINS.exe+114225 -- (3) 48 8B D8  -- mov rbx,rax
// [1AA8/6824] DWORIGINS.exe+114228 -- (3) 48 85 C0  -- test rax,rax
// [1AAB/6827] DWORIGINS.exe+11422B -- (2) 74 38 -- je DWORIGINS.exe+114265
// [1AAD/6829] DWORIGINS.exe+11422D -- (3) 48 8B C8  -- mov rcx,rax
// [1AB0/6832] DWORIGINS.exe+114230 -- (5) E8 0BC1FCFF -- call DWORIGINS.exe+E0340
// [1AB5/6837] DWORIGINS.exe+114235 -- (2) 84 C0  -- test al,al
// [1AB7/6839] DWORIGINS.exe+114237 -- (2) 74 2C -- je DWORIGINS.exe+114265
// [1AB9/6841] DWORIGINS.exe+114239 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1ABD/6845] DWORIGINS.exe+11423D -- (5) E8 CE45F1FF -- call DWORIGINS.exe+28810
// [1AC2/6850] DWORIGINS.exe+114242 -- (4) 48 8D 4D 80  -- lea rcx,[rbp-80]
// [1AC6/6854] DWORIGINS.exe+114246 -- (3) 89 45 80  -- mov [rbp-80],eax
// [1AC9/6857] DWORIGINS.exe+114249 -- (5) E8 2215FCFF -- call DWORIGINS.exe+D5770
// [1ACE/6862] DWORIGINS.exe+11424E -- (2) 84 C0  -- test al,al
// [1AD0/6864] DWORIGINS.exe+114250 -- (2) 74 13 -- je DWORIGINS.exe+114265
// [1AD2/6866] DWORIGINS.exe+114252 -- (7) 81 7D 80 99080000 -- cmp [rbp-80],00000899
// [1AD9/6873] DWORIGINS.exe+114259 -- (5) B8 01000000 -- mov eax,00000001
// [1ADE/6878] DWORIGINS.exe+11425E -- (4) 40 0FB6 FF  -- movzx edi,dil
// [1AE2/6882] DWORIGINS.exe+114262 -- (3) 0F45 F8  -- cmovne edi,eax
// [1AE5/6885] DWORIGINS.exe+114265 -- (4) 48 8B 4D B8  -- mov rcx,[rbp-48]
// [1AE9/6889] DWORIGINS.exe+114269 -- (3) 45 32 FF  -- xor r15b,r15b
// [1AEC/6892] DWORIGINS.exe+11426C -- (4) 48 8B 49 08  -- mov rcx,[rcx+08]
// [1AF0/6896] DWORIGINS.exe+114270 -- (5) E8 DB45F1FF -- call DWORIGINS.exe+28850
// [1AF5/6901] DWORIGINS.exe+114275 -- (5) BA 25000000 -- mov edx,00000025
// [1AFA/6906] DWORIGINS.exe+11427A -- (3) 48 8B C8  -- mov rcx,rax
// [1AFD/6909] DWORIGINS.exe+11427D -- (5) E8 1E38F1FF -- call DWORIGINS.exe+27AA0
// [1B02/6914] DWORIGINS.exe+114282 -- (2) 84 C0  -- test al,al
// [1B04/6916] DWORIGINS.exe+114284 -- (2) 74 46 -- je DWORIGINS.exe+1142CC
// [1B06/6918] DWORIGINS.exe+114286 -- (4) 48 8B 45 B8  -- mov rax,[rbp-48]
// [1B0A/6922] DWORIGINS.exe+11428A -- (4) 48 8B 48 08  -- mov rcx,[rax+08]
// [1B0E/6926] DWORIGINS.exe+11428E -- (5) E8 BD45F1FF -- call DWORIGINS.exe+28850
// [1B13/6931] DWORIGINS.exe+114293 -- (5) BA 17000000 -- mov edx,00000017
// [1B18/6936] DWORIGINS.exe+114298 -- (3) 48 8B C8  -- mov rcx,rax
// [1B1B/6939] DWORIGINS.exe+11429B -- (5) E8 0038F1FF -- call DWORIGINS.exe+27AA0
// [1B20/6944] DWORIGINS.exe+1142A0 -- (2) 84 C0  -- test al,al
// [1B22/6946] DWORIGINS.exe+1142A2 -- (2) 75 28 -- jne DWORIGINS.exe+1142CC
// [1B24/6948] DWORIGINS.exe+1142A4 -- (10) 81 BD 80000000 E4020000 -- cmp [rbp+00000080],000002E4
// [1B2E/6958] DWORIGINS.exe+1142AE -- (2) 75 1C -- jne DWORIGINS.exe+1142CC
// [1B30/6960] DWORIGINS.exe+1142B0 -- (3) 41 B7 01 -- mov r15b,01
// [1B33/6963] DWORIGINS.exe+1142B3 -- (3) 48 85 DB  -- test rbx,rbx
// [1B36/6966] DWORIGINS.exe+1142B6 -- (2) 74 14 -- je DWORIGINS.exe+1142CC
// [1B38/6968] DWORIGINS.exe+1142B8 -- (3) 48 8B CB  -- mov rcx,rbx
// [1B3B/6971] DWORIGINS.exe+1142BB -- (5) E8 2066F1FF -- call DWORIGINS.exe+2A8E0
// [1B40/6976] DWORIGINS.exe+1142C0 -- (2) 84 C0  -- test al,al
// [1B42/6978] DWORIGINS.exe+1142C2 -- (2) 74 08 -- je DWORIGINS.exe+1142CC
// [1B44/6980] DWORIGINS.exe+1142C4 -- (8) F3 0F10 3D E48D2903  -- movss xmm7,[DWORIGINS.exe+33AD0B0] -- [(float)2.0000]
// [1B4C/6988] DWORIGINS.exe+1142CC -- (3) 45 84 ED  -- test r13b,r13b
// [1B4F/6991] DWORIGINS.exe+1142CF -- (5) 44 8B 6C 24 58  -- mov r13d,[rsp+58]
// [1B54/6996] DWORIGINS.exe+1142D4 -- (2) 75 22 -- jne DWORIGINS.exe+1142F8
// [1B56/6998] DWORIGINS.exe+1142D6 -- (3) 45 84 ED  -- test r13b,r13b
// [1B59/7001] DWORIGINS.exe+1142D9 -- (2) 75 1D -- jne DWORIGINS.exe+1142F8
// [1B5B/7003] DWORIGINS.exe+1142DB -- (3) 45 84 E4  -- test r12b,r12b
// [1B5E/7006] DWORIGINS.exe+1142DE -- (2) 75 18 -- jne DWORIGINS.exe+1142F8
// [1B60/7008] DWORIGINS.exe+1142E0 -- (3) 45 84 F6  -- test r14b,r14b
// [1B63/7011] DWORIGINS.exe+1142E3 -- (2) 75 13 -- jne DWORIGINS.exe+1142F8
// [1B65/7013] DWORIGINS.exe+1142E5 -- (3) 40 84 F6  -- test sil,sil
// [1B68/7016] DWORIGINS.exe+1142E8 -- (2) 75 0E -- jne DWORIGINS.exe+1142F8
// [1B6A/7018] DWORIGINS.exe+1142EA -- (3) 40 84 FF  -- test dil,dil
// [1B6D/7021] DWORIGINS.exe+1142ED -- (2) 75 09 -- jne DWORIGINS.exe+1142F8
// [1B6F/7023] DWORIGINS.exe+1142EF -- (3) 45 84 FF  -- test r15b,r15b
// [1B72/7026] DWORIGINS.exe+1142F2 -- (6) 0F84 C1000000 -- je DWORIGINS.exe+1143B9
// [1B78/7032] DWORIGINS.exe+1142F8 -- (4) 4C 8B 7D B8  -- mov r15,[rbp-48]
// [1B7C/7036] DWORIGINS.exe+1142FC -- (3) 0F28 CF  -- movaps xmm1,xmm7
// [1B7F/7039] DWORIGINS.exe+1142FF -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [1B83/7043] DWORIGINS.exe+114303 -- (5) E8 68ACFCFF -- call DWORIGINS.exe+DEF70
// [1B88/7048] DWORIGINS.exe+114308 -- (3) 48 85 DB  -- test rbx,rbx
// [1B8B/7051] DWORIGINS.exe+11430B -- (2) 74 39 -- je DWORIGINS.exe+114346
// [1B8D/7053] DWORIGINS.exe+11430D -- (3) 48 8B CB  -- mov rcx,rbx
// [1B90/7056] DWORIGINS.exe+114310 -- (5) E8 CB65F1FF -- call DWORIGINS.exe+2A8E0
// [1B95/7061] DWORIGINS.exe+114315 -- (2) 84 C0  -- test al,al
// [1B97/7063] DWORIGINS.exe+114317 -- (2) 74 2D -- je DWORIGINS.exe+114346
// [1B99/7065] DWORIGINS.exe+114319 -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [1B9D/7069] DWORIGINS.exe+11431D -- (5) E8 3E50F1FF -- call DWORIGINS.exe+29360
// [1BA2/7074] DWORIGINS.exe+114322 -- (4) 44 0F2F D0  -- comiss xmm10,xmm0
// [1BA6/7078] DWORIGINS.exe+114326 -- (2) 72 1E -- jb DWORIGINS.exe+114346
// [1BA8/7080] DWORIGINS.exe+114328 -- (5) 4C 8B 74 24 78  -- mov r14,[rsp+78]
// [1BAD/7085] DWORIGINS.exe+11432D -- (3) 45 84 ED  -- test r13b,r13b
// [1BB0/7088] DWORIGINS.exe+114330 -- (2) 75 19 -- jne DWORIGINS.exe+11434B
// [1BB2/7090] DWORIGINS.exe+114332 -- (4) 48 8B 4D A0  -- mov rcx,[rbp-60]
// [1BB6/7094] DWORIGINS.exe+114336 -- (3) 41 B1 01 -- mov r9b,01
// [1BB9/7097] DWORIGINS.exe+114339 -- (3) 4D 8B C6  -- mov r8,r14
// [1BBC/7100] DWORIGINS.exe+11433C -- (3) 49 8B D7  -- mov rdx,r15
// [1BBF/7103] DWORIGINS.exe+11433F -- (5) E8 CCB40000 -- call DWORIGINS.exe+11F810
// [1BC4/7108] DWORIGINS.exe+114344 -- (2) EB 05 -- jmp DWORIGINS.exe+11434B
// [1BC6/7110] DWORIGINS.exe+114346 -- (5) 4C 8B 74 24 78  -- mov r14,[rsp+78]
// [1BCB/7115] DWORIGINS.exe+11434B -- (5) 80 7C 24 62 00 -- cmp byte ptr [rsp+62],00
// [1BD0/7120] DWORIGINS.exe+114350 -- (2) 74 70 -- je DWORIGINS.exe+1143C2
// [1BD2/7122] DWORIGINS.exe+114352 -- (5) B9 4A000000 -- mov ecx,0000004A
// [1BD7/7127] DWORIGINS.exe+114357 -- (5) E8 945B9700 -- call DWORIGINS.exe+A89EF0
// [1BDC/7132] DWORIGINS.exe+11435C -- (2) 8B D8  -- mov ebx,eax
// [1BDE/7134] DWORIGINS.exe+11435E -- (2) 85 C0  -- test eax,eax
// [1BE0/7136] DWORIGINS.exe+114360 -- (2) 74 42 -- je DWORIGINS.exe+1143A4
// [1BE2/7138] DWORIGINS.exe+114362 -- (4) 48 8B 45 B0  -- mov rax,[rbp-50]
// [1BE6/7142] DWORIGINS.exe+114366 -- (3) 48 85 C0  -- test rax,rax
// [1BE9/7145] DWORIGINS.exe+114369 -- (2) 74 0D -- je DWORIGINS.exe+114378
// [1BEB/7147] DWORIGINS.exe+11436B -- (5) BA 4A000000 -- mov edx,0000004A
// [1BF0/7152] DWORIGINS.exe+114370 -- (3) 48 8B C8  -- mov rcx,rax
// [1BF3/7155] DWORIGINS.exe+114373 -- (5) E8 08472700 -- call DWORIGINS.exe+388A80
// [1BF8/7160] DWORIGINS.exe+114378 -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [1BFC/7164] DWORIGINS.exe+11437C -- (5) E8 CFABFCFF -- call DWORIGINS.exe+DEF50
// [1C01/7169] DWORIGINS.exe+114381 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1C05/7173] DWORIGINS.exe+114385 -- (3) 0F28 C8  -- movaps xmm1,xmm0
// [1C08/7176] DWORIGINS.exe+114388 -- (3) 0F57 C0  -- xorps xmm0,xmm0
// [1C0B/7179] DWORIGINS.exe+11438B -- (3) 41 B0 01 -- mov r8b,01
// [1C0E/7182] DWORIGINS.exe+11438E -- (5) F3 48 0F2A C3  -- cvtsi2ss xmm0,rbx
// [1C13/7187] DWORIGINS.exe+114393 -- (4) F3 0F59 C8  -- mulss xmm1,xmm0
// [1C17/7191] DWORIGINS.exe+114397 -- (8) F3 0F59 0D F1852903  -- mulss xmm1,[DWORIGINS.exe+33AC990] -- [(float)0.0100]
// [1C1F/7199] DWORIGINS.exe+11439F -- (5) E8 3C4F0B00 -- call DWORIGINS.exe+1C92E0
// [1C24/7204] DWORIGINS.exe+1143A4 -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [1C28/7208] DWORIGINS.exe+1143A8 -- (10) 48 BA 0000000004000000 -- mov rdx,0000000400000000
// [1C32/7218] DWORIGINS.exe+1143B2 -- (5) E8 994FF1FF -- call DWORIGINS.exe+29350
// [1C37/7223] DWORIGINS.exe+1143B7 -- (2) EB 09 -- jmp DWORIGINS.exe+1143C2
// [1C39/7225] DWORIGINS.exe+1143B9 -- (4) 4C 8B 7D B8  -- mov r15,[rbp-48]
// [1C3D/7229] DWORIGINS.exe+1143BD -- (5) 4C 8B 74 24 78  -- mov r14,[rsp+78]
// [1C42/7234] DWORIGINS.exe+1143C2 -- (4) 4C 8B 65 98  -- mov r12,[rbp-68]
// [1C46/7238] DWORIGINS.exe+1143C6 -- (5) 0FB6 5C 24 60  -- movzx ebx,byte ptr [rsp+60]
// [1C4B/7243] DWORIGINS.exe+1143CB -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [1C4F/7247] DWORIGINS.exe+1143CF -- (5) E8 8C4FF1FF -- call DWORIGINS.exe+29360
// [1C54/7252] DWORIGINS.exe+1143D4 -- (4) 41 0F2E C6  -- ucomiss xmm0,xmm14
// [1C58/7256] DWORIGINS.exe+1143D8 -- (2) 7A 1F -- jp DWORIGINS.exe+1143F9
// [1C5A/7258] DWORIGINS.exe+1143DA -- (2) 75 1D -- jne DWORIGINS.exe+1143F9
// [1C5C/7260] DWORIGINS.exe+1143DC -- (2) 84 DB  -- test bl,bl
// [1C5E/7262] DWORIGINS.exe+1143DE -- (2) 75 19 -- jne DWORIGINS.exe+1143F9
// [1C60/7264] DWORIGINS.exe+1143E0 -- (4) 48 8B 45 A0  -- mov rax,[rbp-60]
// [1C64/7268] DWORIGINS.exe+1143E4 -- (3) 4D 8B C6  -- mov r8,r14
// [1C67/7271] DWORIGINS.exe+1143E7 -- (3) 49 8B D7  -- mov rdx,r15
// [1C6A/7274] DWORIGINS.exe+1143EA -- (3) 48 8B C8  -- mov rcx,rax
// [1C6D/7277] DWORIGINS.exe+1143ED -- (7) 80 88 C60A0000 02 -- or byte ptr [rax+00000AC6],02
// [1C74/7284] DWORIGINS.exe+1143F4 -- (5) E8 07320000 -- call DWORIGINS.exe+117600
// [1C79/7289] DWORIGINS.exe+1143F9 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1C7D/7293] DWORIGINS.exe+1143FD -- (5) E8 CE45F1FF -- call DWORIGINS.exe+289D0
// [1C82/7298] DWORIGINS.exe+114402 -- (2) 84 C0  -- test al,al
// [1C84/7300] DWORIGINS.exe+114404 -- (6) 0F84 18020000 -- je DWORIGINS.exe+114622
// [1C8A/7306] DWORIGINS.exe+11440A -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1C8E/7310] DWORIGINS.exe+11440E -- (2) 33 D2  -- xor edx,edx
// [1C90/7312] DWORIGINS.exe+114410 -- (5) E8 BB840A00 -- call DWORIGINS.exe+1BC8D0
// [1C95/7317] DWORIGINS.exe+114415 -- (3) 83 F8 05 -- cmp eax,05
// [1C98/7320] DWORIGINS.exe+114418 -- (6) 0F84 04010000 -- je DWORIGINS.exe+114522
// [1C9E/7326] DWORIGINS.exe+11441E -- (3) 83 F8 08 -- cmp eax,08
// [1CA1/7329] DWORIGINS.exe+114421 -- (6) 0F85 FB010000 -- jne DWORIGINS.exe+114622
// [1CA7/7335] DWORIGINS.exe+114427 -- (4) 45 0F2F C6  -- comiss xmm8,xmm14
// [1CAB/7339] DWORIGINS.exe+11442B -- (6) 0F86 F1010000 -- jbe DWORIGINS.exe+114622
// [1CB1/7345] DWORIGINS.exe+114431 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1CB5/7349] DWORIGINS.exe+114435 -- (5) E8 D648F1FF -- call DWORIGINS.exe+28D10
// [1CBA/7354] DWORIGINS.exe+11443A -- (3) 48 8B F8  -- mov rdi,rax
// [1CBD/7357] DWORIGINS.exe+11443D -- (3) 48 85 C0  -- test rax,rax
// [1CC0/7360] DWORIGINS.exe+114440 -- (6) 0F84 DC010000 -- je DWORIGINS.exe+114622
// [1CC6/7366] DWORIGINS.exe+114446 -- (5) 80 7C 24 61 00 -- cmp byte ptr [rsp+61],00
// [1CCB/7371] DWORIGINS.exe+11444B -- (6) 0F84 D1010000 -- je DWORIGINS.exe+114622
// [1CD1/7377] DWORIGINS.exe+114451 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1CD5/7381] DWORIGINS.exe+114455 -- (5) E8 8649F1FF -- call DWORIGINS.exe+28DE0
// [1CDA/7386] DWORIGINS.exe+11445A -- (3) 48 8B D8  -- mov rbx,rax
// [1CDD/7389] DWORIGINS.exe+11445D -- (3) 48 85 C0  -- test rax,rax
// [1CE0/7392] DWORIGINS.exe+114460 -- (6) 0F84 BC010000 -- je DWORIGINS.exe+114622
// [1CE6/7398] DWORIGINS.exe+114466 -- (2) 33 D2  -- xor edx,edx
// [1CE8/7400] DWORIGINS.exe+114468 -- (3) 48 8B C8  -- mov rcx,rax
// [1CEB/7403] DWORIGINS.exe+11446B -- (5) E8 A059F1FF -- call DWORIGINS.exe+29E10
// [1CF0/7408] DWORIGINS.exe+114470 -- (3) 0F28 F8  -- movaps xmm7,xmm0
// [1CF3/7411] DWORIGINS.exe+114473 -- (3) 4D 85 E4  -- test r12,r12
// [1CF6/7414] DWORIGINS.exe+114476 -- (2) 74 1A -- je DWORIGINS.exe+114492
// [1CF8/7416] DWORIGINS.exe+114478 -- (3) 49 8B CC  -- mov rcx,r12
// [1CFB/7419] DWORIGINS.exe+11447B -- (5) E8 C045F1FF -- call DWORIGINS.exe+28A40
// [1D00/7424] DWORIGINS.exe+114480 -- (2) 84 C0  -- test al,al
// [1D02/7426] DWORIGINS.exe+114482 -- (2) 74 0E -- je DWORIGINS.exe+114492
// [1D04/7428] DWORIGINS.exe+114484 -- (5) B9 76010000 -- mov ecx,00000176
// [1D09/7433] DWORIGINS.exe+114489 -- (5) E8 C2C6F9FF -- call DWORIGINS.exe+B0B50
// [1D0E/7438] DWORIGINS.exe+11448E -- (4) 44 0F28 D0  -- movaps xmm10,xmm0
// [1D12/7442] DWORIGINS.exe+114492 -- (3) 45 33 C0  -- xor r8d,r8d
// [1D15/7445] DWORIGINS.exe+114495 -- (5) F3 45 0F59 D0  -- mulss xmm10,xmm8
// [1D1A/7450] DWORIGINS.exe+11449A -- (3) 48 8B CB  -- mov rcx,rbx
// [1D1D/7453] DWORIGINS.exe+11449D -- (4) 41 0F28 DA  -- movaps xmm3,xmm10
// [1D21/7457] DWORIGINS.exe+1144A1 -- (4) 41 8D 50 08  -- lea edx,[r8+08]
// [1D25/7461] DWORIGINS.exe+1144A5 -- (5) E8 C6F50600 -- call DWORIGINS.exe+183A70
// [1D2A/7466] DWORIGINS.exe+1144AA -- (5) B9 75010000 -- mov ecx,00000175
// [1D2F/7471] DWORIGINS.exe+1144AF -- (5) E8 9CC6F9FF -- call DWORIGINS.exe+B0B50
// [1D34/7476] DWORIGINS.exe+1144B4 -- (3) 0F28 F0  -- movaps xmm6,xmm0
// [1D37/7479] DWORIGINS.exe+1144B7 -- (3) 0F2F F7  -- comiss xmm6,xmm7
// [1D3A/7482] DWORIGINS.exe+1144BA -- (2) 76 26 -- jna DWORIGINS.exe+1144E2
// [1D3C/7484] DWORIGINS.exe+1144BC -- (2) 33 D2  -- xor edx,edx
// [1D3E/7486] DWORIGINS.exe+1144BE -- (3) 48 8B CB  -- mov rcx,rbx
// [1D41/7489] DWORIGINS.exe+1144C1 -- (5) E8 4A59F1FF -- call DWORIGINS.exe+29E10
// [1D46/7494] DWORIGINS.exe+1144C6 -- (3) 0F2F C6  -- comiss xmm0,xmm6
// [1D49/7497] DWORIGINS.exe+1144C9 -- (2) 72 17 -- jb DWORIGINS.exe+1144E2
// [1D4B/7499] DWORIGINS.exe+1144CB -- (3) 45 33 C9  -- xor r9d,r9d
// [1D4E/7502] DWORIGINS.exe+1144CE -- (5) C6 44 24 20 00 -- mov byte ptr [rsp+20],00
// [1D53/7507] DWORIGINS.exe+1144D3 -- (3) 0F57 D2  -- xorps xmm2,xmm2
// [1D56/7510] DWORIGINS.exe+1144D6 -- (3) 48 8B CF  -- mov rcx,rdi
// [1D59/7513] DWORIGINS.exe+1144D9 -- (4) 41 8D 51 37  -- lea edx,[r9+37]
// [1D5D/7517] DWORIGINS.exe+1144DD -- (5) E8 BEE10800 -- call DWORIGINS.exe+1A26A0
// [1D62/7522] DWORIGINS.exe+1144E2 -- (4) 49 8B 4F 20  -- mov rcx,[r15+20]
// [1D66/7526] DWORIGINS.exe+1144E6 -- (5) E8 754EF1FF -- call DWORIGINS.exe+29360
// [1D6B/7531] DWORIGINS.exe+1144EB -- (5) F3 44 0F5C C8  -- subss xmm9,xmm0
// [1D70/7536] DWORIGINS.exe+1144F0 -- (5) BE 01000000 -- mov esi,00000001
// [1D75/7541] DWORIGINS.exe+1144F5 -- (3) 44 8B C6  -- mov r8d,esi
// [1D78/7544] DWORIGINS.exe+1144F8 -- (3) 48 8B CB  -- mov rcx,rbx
// [1D7B/7547] DWORIGINS.exe+1144FB -- (3) 8D 56 07  -- lea edx,[rsi+07]
// [1D7E/7550] DWORIGINS.exe+1144FE -- (4) 41 0F28 D9  -- movaps xmm3,xmm9
// [1D82/7554] DWORIGINS.exe+114502 -- (5) E8 69F50600 -- call DWORIGINS.exe+183A70
// [1D87/7559] DWORIGINS.exe+114507 -- (3) 45 33 C9  -- xor r9d,r9d
// [1D8A/7562] DWORIGINS.exe+11450A -- (5) C6 44 24 20 00 -- mov byte ptr [rsp+20],00
// [1D8F/7567] DWORIGINS.exe+11450F -- (3) 0F57 D2  -- xorps xmm2,xmm2
// [1D92/7570] DWORIGINS.exe+114512 -- (3) 8D 56 35  -- lea edx,[rsi+35]
// [1D95/7573] DWORIGINS.exe+114515 -- (3) 48 8B CF  -- mov rcx,rdi
// [1D98/7576] DWORIGINS.exe+114518 -- (5) E8 83E10800 -- call DWORIGINS.exe+1A26A0
// [1D9D/7581] DWORIGINS.exe+11451D -- (5) E9 05010000 -- jmp DWORIGINS.exe+114627
// [1DA2/7586] DWORIGINS.exe+114522 -- (4) 45 0F2F DE  -- comiss xmm11,xmm14
// [1DA6/7590] DWORIGINS.exe+114526 -- (6) 0F86 F6000000 -- jbe DWORIGINS.exe+114622
// [1DAC/7596] DWORIGINS.exe+11452C -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1DB0/7600] DWORIGINS.exe+114530 -- (5) E8 8B2A0B00 -- call DWORIGINS.exe+1C6FC0
// [1DB5/7605] DWORIGINS.exe+114535 -- (3) 48 85 C0  -- test rax,rax
// [1DB8/7608] DWORIGINS.exe+114538 -- (6) 0F84 E4000000 -- je DWORIGINS.exe+114622
// [1DBE/7614] DWORIGINS.exe+11453E -- (10) 48 BA 0000000080000000 -- mov rdx,0000008000000000
// [1DC8/7624] DWORIGINS.exe+114548 -- (3) 48 8B C8  -- mov rcx,rax
// [1DCB/7627] DWORIGINS.exe+11454B -- (5) E8 9016F1FF -- call DWORIGINS.exe+25BE0
// [1DD0/7632] DWORIGINS.exe+114550 -- (2) 84 C0  -- test al,al
// [1DD2/7634] DWORIGINS.exe+114552 -- (6) 0F84 CA000000 -- je DWORIGINS.exe+114622
// [1DD8/7640] DWORIGINS.exe+114558 -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1DDC/7644] DWORIGINS.exe+11455C -- (5) E8 4F47F1FF -- call DWORIGINS.exe+28CB0
// [1DE1/7649] DWORIGINS.exe+114561 -- (3) 48 85 C0  -- test rax,rax
// [1DE4/7652] DWORIGINS.exe+114564 -- (6) 0F84 B8000000 -- je DWORIGINS.exe+114622
// [1DEA/7658] DWORIGINS.exe+11456A -- (3) 48 8B C8  -- mov rcx,rax
// [1DED/7661] DWORIGINS.exe+11456D -- (5) E8 FE53F1FF -- call DWORIGINS.exe+29970
// [1DF2/7666] DWORIGINS.exe+114572 -- (5) BA 00000200 -- mov edx,00020000
// [1DF7/7671] DWORIGINS.exe+114577 -- (3) 48 8B C8  -- mov rcx,rax
// [1DFA/7674] DWORIGINS.exe+11457A -- (5) E8 3152F1FF -- call DWORIGINS.exe+297B0
// [1DFF/7679] DWORIGINS.exe+11457F -- (2) 84 C0  -- test al,al
// [1E01/7681] DWORIGINS.exe+114581 -- (6) 0F84 9B000000 -- je DWORIGINS.exe+114622
// [1E07/7687] DWORIGINS.exe+114587 -- (4) 49 8B 4F 60  -- mov rcx,[r15+60]
// [1E0B/7691] DWORIGINS.exe+11458B -- (5) E8 503EF1FF -- call DWORIGINS.exe+283E0
// [1E10/7696] DWORIGINS.exe+114590 -- (3) 48 8B D8  -- mov rbx,rax
// [1E13/7699] DWORIGINS.exe+114593 -- (3) 48 85 C0  -- test rax,rax
// [1E16/7702] DWORIGINS.exe+114596 -- (6) 0F84 86000000 -- je DWORIGINS.exe+114622
// [1E1C/7708] DWORIGINS.exe+11459C -- (7) 0F28 05 6D30CE02  -- movaps xmm0,[DWORIGINS.exe+2DF7610] -- [(float)1.0000]
// [1E23/7715] DWORIGINS.exe+1145A3 -- (7) 0F28 0D 7630CE02  -- movaps xmm1,[DWORIGINS.exe+2DF7620] -- [(double)0.0078]
// [1E2A/7722] DWORIGINS.exe+1145AA -- (4) 49 8B 4F 08  -- mov rcx,[r15+08]
// [1E2E/7726] DWORIGINS.exe+1145AE -- (4) 0F29 45 E0  -- movaps [rbp-20],xmm0
// [1E32/7730] DWORIGINS.exe+1145B2 -- (7) 0F28 05 7730CE02  -- movaps xmm0,[DWORIGINS.exe+2DF7630] -- [00000000]
// [1E39/7737] DWORIGINS.exe+1145B9 -- (4) 0F29 4D F0  -- movaps [rbp-10],xmm1
// [1E3D/7741] DWORIGINS.exe+1145BD -- (7) 0F28 0D 7C30CE02  -- movaps xmm1,[DWORIGINS.exe+2DF7640] -- [00000000]
// [1E44/7748] DWORIGINS.exe+1145C4 -- (4) 0F29 45 00  -- movaps [rbp+00],xmm0
// [1E48/7752] DWORIGINS.exe+1145C8 -- (4) 0F29 4D 10  -- movaps [rbp+10],xmm1
// [1E4C/7756] DWORIGINS.exe+1145CC -- (5) E8 5F900A00 -- call DWORIGINS.exe+1BD630
// [1E51/7761] DWORIGINS.exe+1145D1 -- (4) 4D 8B 4F 08  -- mov r9,[r15+08]
// [1E55/7765] DWORIGINS.exe+1145D5 -- (4) 48 8D 55 70  -- lea rdx,[rbp+70]
// [1E59/7769] DWORIGINS.exe+1145D9 -- (7) F3 44 0F11 74 24 48  -- movss [rsp+48],xmm14
// [1E60/7776] DWORIGINS.exe+1145E0 -- (6) 41 B8 0C170000 -- mov r8d,0000170C
// [1E66/7782] DWORIGINS.exe+1145E6 -- (3) 48 8B CB  -- mov rcx,rbx
// [1E69/7785] DWORIGINS.exe+1145E9 -- (3) 0F28 00  -- movaps xmm0,[rax]
// [1E6C/7788] DWORIGINS.exe+1145EC -- (2) 33 C0  -- xor eax,eax
// [1E6E/7790] DWORIGINS.exe+1145EE -- (5) 48 89 44 24 40  -- mov [rsp+40],rax
// [1E73/7795] DWORIGINS.exe+1145F3 -- (4) 48 8D 45 E0  -- lea rax,[rbp-20]
// [1E77/7799] DWORIGINS.exe+1145F7 -- (8) C7 44 24 38 FFFFFFFF -- mov [rsp+38],FFFFFFFF
// [1E7F/7807] DWORIGINS.exe+1145FF -- (8) C7 44 24 30 FFFFFFFF -- mov [rsp+30],FFFFFFFF
// [1E87/7815] DWORIGINS.exe+114607 -- (5) 48 89 44 24 28  -- mov [rsp+28],rax
// [1E8C/7820] DWORIGINS.exe+11460C -- (5) 66 0F7F 45 10  -- movdqa [rbp+10],xmm0
// [1E91/7825] DWORIGINS.exe+114611 -- (5) 4C 89 4C 24 20  -- mov [rsp+20],r9
// [1E96/7830] DWORIGINS.exe+114616 -- (7) C7 45 1C 0000803F -- mov [rbp+1C],3F800000
// [1E9D/7837] DWORIGINS.exe+11461D -- (5) E8 BE2BF4FF -- call DWORIGINS.exe+571E0
// [1EA2/7842] DWORIGINS.exe+114622 -- (5) BE 01000000 -- mov esi,00000001
// [1EA7/7847] DWORIGINS.exe+114627 -- (5) 48 8B 5C 24 68  -- mov rbx,[rsp+68]
// [1EAC/7852] DWORIGINS.exe+11462C -- (9) 44 0F28 94 24 F0010000  -- movaps xmm10,[rsp+000001F0]
// [1EB5/7861] DWORIGINS.exe+114635 -- (9) 44 0F28 8C 24 00020000  -- movaps xmm9,[rsp+00000200]
// [1EBE/7870] DWORIGINS.exe+11463E -- (9) 44 0F28 84 24 10020000  -- movaps xmm8,[rsp+00000210]
// [1EC7/7879] DWORIGINS.exe+114647 -- (5) 66 83 7B 04 00 -- cmp word ptr [rbx+04],00
// [1ECC/7884] DWORIGINS.exe+11464C -- (8) 0F28 BC 24 20020000  -- movaps xmm7,[rsp+00000220]
// [1ED4/7892] DWORIGINS.exe+114654 -- (2) 76 31 -- jna DWORIGINS.exe+114687
// [1ED6/7894] DWORIGINS.exe+114656 -- (4) 48 8D 4B 50  -- lea rcx,[rbx+50]
// [1EDA/7898] DWORIGINS.exe+11465A -- (5) E8 D14FFCFF -- call DWORIGINS.exe+D9630
// [1EDF/7903] DWORIGINS.exe+11465F -- (2) 84 C0  -- test al,al
// [1EE1/7905] DWORIGINS.exe+114661 -- (2) 74 24 -- je DWORIGINS.exe+114687
// [1EE3/7907] DWORIGINS.exe+114663 -- (5) BA 00000002 -- mov edx,02000000
// [1EE8/7912] DWORIGINS.exe+114668 -- (3) 48 8B CB  -- mov rcx,rbx
// [1EEB/7915] DWORIGINS.exe+11466B -- (5) E8 E014F1FF -- call DWORIGINS.exe+25B50
// [1EF0/7920] DWORIGINS.exe+114670 -- (2) 84 C0  -- test al,al
// [1EF2/7922] DWORIGINS.exe+114672 -- (2) 75 13 -- jne DWORIGINS.exe+114687
// [1EF4/7924] DWORIGINS.exe+114674 -- (4) 38 44 24 70  -- cmp [rsp+70],al
// [1EF8/7928] DWORIGINS.exe+114678 -- (2) 74 0D -- je DWORIGINS.exe+114687
// [1EFA/7930] DWORIGINS.exe+11467A -- (4) 45 0F2F F3  -- comiss xmm14,xmm11
// [1EFE/7934] DWORIGINS.exe+11467E -- (2) 72 07 -- jb DWORIGINS.exe+114687
// [1F00/7936] DWORIGINS.exe+114680 -- (4) 48 8B 45 20  -- mov rax,[rbp+20]
// [1F04/7940] DWORIGINS.exe+114684 -- (3) C6 00 01 -- mov byte ptr [rax],01
// [1F07/7943] DWORIGINS.exe+114687 -- (4) 48 8B 7D A8  -- mov rdi,[rbp-58]
// [1F0B/7947] DWORIGINS.exe+11468B -- (9) 44 0F28 B4 24 B0010000  -- movaps xmm14,[rsp+000001B0]
// [1F14/7956] DWORIGINS.exe+114694 -- (3) 48 85 FF  -- test rdi,rdi
// [1F17/7959] DWORIGINS.exe+114697 -- (6) 0F84 A0000000 -- je DWORIGINS.exe+11473D
// [1F1D/7965] DWORIGINS.exe+11469D -- (3) 48 8B CF  -- mov rcx,rdi
// [1F20/7968] DWORIGINS.exe+1146A0 -- (5) E8 BBB5FCFF -- call DWORIGINS.exe+DFC60
// [1F25/7973] DWORIGINS.exe+1146A5 -- (2) 84 C0  -- test al,al
// [1F27/7975] DWORIGINS.exe+1146A7 -- (6) 0F84 90000000 -- je DWORIGINS.exe+11473D
// [1F2D/7981] DWORIGINS.exe+1146AD -- (4) 48 8B 45 D8  -- mov rax,[rbp-28]
// [1F31/7985] DWORIGINS.exe+1146B1 -- (3) 48 85 C0  -- test rax,rax
// [1F34/7988] DWORIGINS.exe+1146B4 -- (2) 74 0C -- je DWORIGINS.exe+1146C2
// [1F36/7990] DWORIGINS.exe+1146B6 -- (3) 48 8B C8  -- mov rcx,rax
// [1F39/7993] DWORIGINS.exe+1146B9 -- (5) E8 02310F00 -- call DWORIGINS.exe+2077C0
// [1F3E/7998] DWORIGINS.exe+1146BE -- (2) 84 C0  -- test al,al
// [1F40/8000] DWORIGINS.exe+1146C0 -- (2) 75 07 -- jne DWORIGINS.exe+1146C9
// [1F42/8002] DWORIGINS.exe+1146C2 -- (5) 80 7C 24 63 00 -- cmp byte ptr [rsp+63],00
// [1F47/8007] DWORIGINS.exe+1146C7 -- (2) 74 74 -- je DWORIGINS.exe+11473D
// [1F49/8009] DWORIGINS.exe+1146C9 -- (3) 48 8B CF  -- mov rcx,rdi
// [1F4C/8012] DWORIGINS.exe+1146CC -- (5) E8 5FBBFCFF -- call DWORIGINS.exe+E0230
// [1F51/8017] DWORIGINS.exe+1146D1 -- (3) 48 8B D8  -- mov rbx,rax
// [1F54/8020] DWORIGINS.exe+1146D4 -- (3) 48 85 C0  -- test rax,rax
// [1F57/8023] DWORIGINS.exe+1146D7 -- (2) 74 64 -- je DWORIGINS.exe+11473D
// [1F59/8025] DWORIGINS.exe+1146D9 -- (5) BA 14000000 -- mov edx,00000014
// [1F5E/8030] DWORIGINS.exe+1146DE -- (3) 48 8B C8  -- mov rcx,rax
// [1F61/8033] DWORIGINS.exe+1146E1 -- (5) E8 DA5DF1FF -- call DWORIGINS.exe+2A4C0
// [1F66/8038] DWORIGINS.exe+1146E6 -- (2) 84 C0  -- test al,al
// [1F68/8040] DWORIGINS.exe+1146E8 -- (2) 75 53 -- jne DWORIGINS.exe+11473D
// [1F6A/8042] DWORIGINS.exe+1146EA -- (3) 48 8B CF  -- mov rcx,rdi
// [1F6D/8045] DWORIGINS.exe+1146ED -- (5) E8 DEB4FCFF -- call DWORIGINS.exe+DFBD0
// [1F72/8050] DWORIGINS.exe+1146F2 -- (4) 41 0F28 F3  -- movaps xmm6,xmm11
// [1F76/8054] DWORIGINS.exe+1146F6 -- (3) 48 8B CB  -- mov rcx,rbx
// [1F79/8057] DWORIGINS.exe+1146F9 -- (4) 66 0F6E C0  -- movd xmm0,eax
// [1F7D/8061] DWORIGINS.exe+1146FD -- (3) 0F5B C0  -- cvtdq2ps xmm0,xmm0
// [1F80/8064] DWORIGINS.exe+114700 -- (4) F3 0F5E F0  -- divss xmm6,xmm0
// [1F84/8068] DWORIGINS.exe+114704 -- (5) E8 775DF1FF -- call DWORIGINS.exe+2A480
// [1F89/8073] DWORIGINS.exe+114709 -- (3) 48 8B CB  -- mov rcx,rbx
// [1F8C/8076] DWORIGINS.exe+11470C -- (4) 66 0F6E C0  -- movd xmm0,eax
// [1F90/8080] DWORIGINS.exe+114710 -- (3) 0F5B C0  -- cvtdq2ps xmm0,xmm0
// [1F93/8083] DWORIGINS.exe+114713 -- (4) F3 0F59 C6  -- mulss xmm0,xmm6
// [1F97/8087] DWORIGINS.exe+114717 -- (4) F3 0F2C F8  -- cvttss2si edi,xmm0
// [1F9B/8091] DWORIGINS.exe+11471B -- (5) E8 80B6FCFF -- call DWORIGINS.exe+DFDA0
// [1FA0/8096] DWORIGINS.exe+114720 -- (2) 2B C7  -- sub eax,edi
// [1FA2/8098] DWORIGINS.exe+114722 -- (3) 83 F8 01 -- cmp eax,01
// [1FA5/8101] DWORIGINS.exe+114725 -- (2) 7E 0C -- jle DWORIGINS.exe+114733
// [1FA7/8103] DWORIGINS.exe+114727 -- (3) 48 8B CB  -- mov rcx,rbx
// [1FAA/8106] DWORIGINS.exe+11472A -- (5) E8 71B6FCFF -- call DWORIGINS.exe+DFDA0
// [1FAF/8111] DWORIGINS.exe+11472F -- (2) 8B F0  -- mov esi,eax
// [1FB1/8113] DWORIGINS.exe+114731 -- (2) 2B F7  -- sub esi,edi
// [1FB3/8115] DWORIGINS.exe+114733 -- (2) 8B D6  -- mov edx,esi
// [1FB5/8117] DWORIGINS.exe+114735 -- (3) 48 8B CB  -- mov rcx,rbx
// [1FB8/8120] DWORIGINS.exe+114738 -- (5) E8 03311200 -- call DWORIGINS.exe+237840
// [1FBD/8125] DWORIGINS.exe+11473D -- (8) 0F28 B4 24 30020000  -- movaps xmm6,[rsp+00000230]
// [1FC5/8133] DWORIGINS.exe+114745 -- (4) 41 0F28 C3  -- movaps xmm0,xmm11
// [1FC9/8137] DWORIGINS.exe+114749 -- (9) 44 0F28 9C 24 E0010000  -- movaps xmm11,[rsp+000001E0]
// [1FD2/8146] DWORIGINS.exe+114752 -- (2) EB 03 -- jmp DWORIGINS.exe+114757
// [1FD4/8148] DWORIGINS.exe+114754 -- (3) 0F57 C0  -- xorps xmm0,xmm0
// [1FD7/8151] DWORIGINS.exe+114757 -- (7) 48 8B 8D 90000000  -- mov rcx,[rbp+00000090]
// [1FDE/8158] DWORIGINS.exe+11475E -- (3) 48 33 CC  -- xor rcx,rsp
// [1FE1/8161] DWORIGINS.exe+114761 -- (5) E8 1AB79002 -- call DWORIGINS.exe+2A1FE80
// [1FE6/8166] DWORIGINS.exe+114766 -- (8) 48 8B 9C 24 98020000  -- mov rbx,[rsp+00000298]
// [1FEE/8174] DWORIGINS.exe+11476E -- (7) 48 81 C4 40020000 -- add rsp,00000240
// [1FF5/8181] DWORIGINS.exe+114775 -- (2) 41 5F -- pop r15
// [1FF7/8183] DWORIGINS.exe+114777 -- (2) 41 5E -- pop r14
// [1FF9/8185] DWORIGINS.exe+114779 -- (2) 41 5D -- pop r13
// [1FFB/8187] DWORIGINS.exe+11477B -- (2) 41 5C -- pop r12
// [1FFD/8189] DWORIGINS.exe+11477D -- (1) 5F -- pop rdi
// [1FFE/8190] DWORIGINS.exe+11477E -- (1) 5E -- pop rsi
// [1FFF/8191] DWORIGINS.exe+11477F -- (1) 5D -- pop rbp
// [2000/8192] DWORIGINS.exe+114780 -- (1) C3 -- ret 
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>82</ID>
              <Description>"@bbfox"</Description>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14</ID>
                  <Description>"Musou gauge multiplier"</Description>
                  <Options moHideChildren="1"/>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : DWORIGINS.exe
  Version: 
  Date   : 2025-01-16
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_MUSOU_MULTI,$process,F3 0F 58 CE 0F 2F CA 72 05) // should be unique
alloc(newmem,$1000,INJECT_MUSOU_MULTI)

label(code)
label(return vf_musou_multi)

newmem:
  cmp rbx, [i_base_hp_addr]
  jne code
  vmovss xmm15, [vf_musou_multi]
  vmulss xmm6, xmm6, xmm15

code:
  addss xmm1,xmm6
  comiss xmm1,xmm2
  jmp return
align 10 cc
  vf_musou_multi:
  dd (float)3.33333

INJECT_MUSOU_MULTI:
  jmp newmem
  nop 2
return:
registersymbol(INJECT_MUSOU_MULTI vf_musou_multi)

[DISABLE]

INJECT_MUSOU_MULTI:
  db F3 0F 58 CE 0F 2F CA

unregistersymbol(INJECT_MUSOU_MULTI vf_musou_multi)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: DWORIGINS.exe+10BD51

DWORIGINS.exe+10BD2B: 76 15              - jna DWORIGINS.exe+10BD42
DWORIGINS.exe+10BD2D: E8 BE 60 96 00     - call DWORIGINS.exe+A71DF0
DWORIGINS.exe+10BD32: 85 C0              - test eax,eax
DWORIGINS.exe+10BD34: 75 0C              - jne DWORIGINS.exe+10BD42
DWORIGINS.exe+10BD36: 8D 48 6C           - lea ecx,[rax+6C]
DWORIGINS.exe+10BD39: E8 12 4E FA FF     - call DWORIGINS.exe+B0B50
DWORIGINS.exe+10BD3E: F3 0F 59 F0        - mulss xmm6,xmm0
DWORIGINS.exe+10BD42: F3 44 0F 10 4B 44  - movss xmm9,[rbx+44]
DWORIGINS.exe+10BD48: F3 0F 10 53 40     - movss xmm2,[rbx+40]
DWORIGINS.exe+10BD4D: 41 0F 28 C9        - movaps xmm1,xmm9
// ---------- INJECTING HERE ----------
DWORIGINS.exe+10BD51: F3 0F 58 CE        - addss xmm1,xmm6
// ---------- DONE INJECTING  ----------
DWORIGINS.exe+10BD55: 0F 2F CA           - comiss xmm1,xmm2
DWORIGINS.exe+10BD58: 72 05              - jb DWORIGINS.exe+10BD5F
DWORIGINS.exe+10BD5A: 0F 28 C2           - movaps xmm0,xmm2
DWORIGINS.exe+10BD5D: EB 07              - jmp DWORIGINS.exe+10BD66
DWORIGINS.exe+10BD5F: 0F 57 C0           - xorps xmm0,xmm0
DWORIGINS.exe+10BD62: F3 0F 5F C1        - maxss xmm0,xmm1
DWORIGINS.exe+10BD66: 0F 2E C2           - ucomiss xmm0,xmm2
DWORIGINS.exe+10BD69: F3 0F 11 43 44     - movss [rbx+44],xmm0
DWORIGINS.exe+10BD6E: 0F 8A 83 01 00 00  - jp DWORIGINS.exe+10BEF7
DWORIGINS.exe+10BD74: 0F 85 7D 01 00 00  - jne DWORIGINS.exe+10BEF7
}
</AssemblerScript>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>15</ID>
                      <Description>"multiplier"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>C08000</Color>
                      <VariableType>Float</VariableType>
                      <Address>vf_musou_multi</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>16</ID>
                  <Description>"Skill gauge multiplier"</Description>
                  <Options moHideChildren="1"/>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>{ Game   : DWORIGINS.exe
  Version: 
  Date   : 2025-01-16
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_SKILL_MULTI,$process,F3 41 0F 58 4A 70) // should be unique
alloc(newmem,$1000,INJECT_SKILL_MULTI)

label(code)
label(return vf_skill_multi vf_sk_dec_multi)

newmem:
  cmp r10, [i_base_hp_addr]
  jne code
  vxorps xmm15, xmm15, xmm15
  vucomiss xmm1, xmm15
  ja to_plus
  vmovss xmm15, [vf_sk_dec_multi]
  jmp to_calc
to_plus:
  vmovss xmm15, [vf_skill_multi]
to_calc:
  vmulss xmm1, xmm1, xmm15


code:
  addss xmm1,[r10+70]
  jmp return
align 10 cc
  vf_skill_multi:
  dd (float)3.33333333333
  vf_033:
  dd (float)0.33333333
  vf_sk_dec_multi:
  dd (float)0.33333333


INJECT_SKILL_MULTI:
  jmp newmem
  nop
return:
registersymbol(INJECT_SKILL_MULTI vf_skill_multi vf_sk_dec_multi)

[DISABLE]

INJECT_SKILL_MULTI:
  db F3 41 0F 58 4A 70

unregistersymbol(INJECT_SKILL_MULTI vf_skill_multi vf_sk_dec_multi)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: DWORIGINS.exe+10C0A6

DWORIGINS.exe+10C081: F6 82 00 02 00 00 04  - test byte ptr [rdx+00000200],04
DWORIGINS.exe+10C088: 74 1C                 - je DWORIGINS.exe+10C0A6
DWORIGINS.exe+10C08A: 0F 2F CB              - comiss xmm1,xmm3
DWORIGINS.exe+10C08D: 76 17                 - jna DWORIGINS.exe+10C0A6
DWORIGINS.exe+10C08F: E8 5C 5D 96 00        - call DWORIGINS.exe+A71DF0
DWORIGINS.exe+10C094: 85 C0                 - test eax,eax
DWORIGINS.exe+10C096: 75 0E                 - jne DWORIGINS.exe+10C0A6
DWORIGINS.exe+10C098: B9 86 00 00 00        - mov ecx,00000086
DWORIGINS.exe+10C09D: E8 AE 4A FA FF        - call DWORIGINS.exe+B0B50
DWORIGINS.exe+10C0A2: F3 0F 59 C8           - mulss xmm1,xmm0
// ---------- INJECTING HERE ----------
DWORIGINS.exe+10C0A6: F3 41 0F 58 4A 70     - addss xmm1,[r10+70]
// ---------- DONE INJECTING  ----------
DWORIGINS.exe+10C0AC: F3 41 0F 10 42 6C     - movss xmm0,[r10+6C]
DWORIGINS.exe+10C0B2: 0F 2F C8              - comiss xmm1,xmm0
DWORIGINS.exe+10C0B5: 73 07                 - jae DWORIGINS.exe+10C0BE
DWORIGINS.exe+10C0B7: 0F 28 C3              - movaps xmm0,xmm3
DWORIGINS.exe+10C0BA: F3 0F 5F C1           - maxss xmm0,xmm1
DWORIGINS.exe+10C0BE: F3 41 0F 11 42 70     - movss [r10+70],xmm0
DWORIGINS.exe+10C0C4: 48 83 C4 28           - add rsp,28
DWORIGINS.exe+10C0C8: C3                    - ret 
DWORIGINS.exe+10C0C9: CC                    - int 3 
DWORIGINS.exe+10C0CA: CC                    - int 3 
}
</AssemblerScript>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>17</ID>
                      <Description>"multiplier"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>C08000</Color>
                      <VariableType>Float</VariableType>
                      <Address>vf_skill_multi</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>18</ID>
                      <Description>"decrease multiplier"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>C08000</Color>
                      <VariableType>Float</VariableType>
                      <Address>vf_sk_dec_multi</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>84</ID>
      <Description>"[$ASM] Horse Dash always available"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(H_DASH,$process,F3 0F 58 B6 80 02 00 00)
H_DASH:
addss xmm6,[rsi+0000027C] // (200|100 default float)

$process+500:
readmem(H_DASH,8)

registersymbol(H_DASH)
[DISABLE]
H_DASH:
readmem($process+500,8)
$process+500:
db 00
unregistersymbol(H_DASH)

{ Function dump of "DWORIGINS.exe+1837AA"
~ Function header aob : "40 56 41 56 48 81 EC C8 00 00 00" ~
// [0000/0] DWORIGINS.exe+183260 -- (2) 40 56 -- push rsi
// [0002/2] DWORIGINS.exe+183262 -- (2) 41 56 -- push r14
// [0004/4] DWORIGINS.exe+183264 -- (7) 48 81 EC C8000000 -- sub rsp,000000C8
// [000B/11] DWORIGINS.exe+18326B -- (3) 48 8B F1  -- mov rsi,rcx
// [000E/14] DWORIGINS.exe+18326E -- (3) 4C 8B F2  -- mov r14,rdx
// [0011/17] DWORIGINS.exe+183271 -- (7) 48 8B 0D 20E68303  -- mov rcx,[DWORIGINS.exe+39C1898] -- [73CBC610]
// [0018/24] DWORIGINS.exe+183278 -- (2) 32 D2  -- xor dl,dl
// [001A/26] DWORIGINS.exe+18327A -- (4) 48 8B 41 10  -- mov rax,[rcx+10]
// [001E/30] DWORIGINS.exe+18327E -- (3) 48 85 C0  -- test rax,rax
// [0021/33] DWORIGINS.exe+183281 -- (2) 74 0A -- je DWORIGINS.exe+18328D
// [0023/35] DWORIGINS.exe+183283 -- (7) 83 B8 D83D0000 FF -- cmp dword ptr [rax+00003DD8],-01
// [002A/42] DWORIGINS.exe+18328A -- (3) 0F95 C2  -- setne dl
// [002D/45] DWORIGINS.exe+18328D -- (4) 48 8B 41 18  -- mov rax,[rcx+18]
// [0031/49] DWORIGINS.exe+183291 -- (3) 48 85 C0  -- test rax,rax
// [0034/52] DWORIGINS.exe+183294 -- (2) 74 0A -- je DWORIGINS.exe+1832A0
// [0036/54] DWORIGINS.exe+183296 -- (7) 83 B8 EC010000 00 -- cmp dword ptr [rax+000001EC],00
// [003D/61] DWORIGINS.exe+18329D -- (3) 0F95 C0  -- setne al
// [0040/64] DWORIGINS.exe+1832A0 -- (2) 0A C2  -- or al,dl
// [0042/66] DWORIGINS.exe+1832A2 -- (6) 0F85 56050000 -- jne DWORIGINS.exe+1837FE
// [0048/72] DWORIGINS.exe+1832A8 -- (4) 48 8B 49 20  -- mov rcx,[rcx+20]
// [004C/76] DWORIGINS.exe+1832AC -- (3) 48 85 C9  -- test rcx,rcx
// [004F/79] DWORIGINS.exe+1832AF -- (2) 74 11 -- je DWORIGINS.exe+1832C2
// [0051/81] DWORIGINS.exe+1832B1 -- (4) 48 8D 41 08  -- lea rax,[rcx+08]
// [0055/85] DWORIGINS.exe+1832B5 -- (7) 48 39 81 F8000000  -- cmp [rcx+000000F8],rax
// [005C/92] DWORIGINS.exe+1832BC -- (6) 0F85 3C050000 -- jne DWORIGINS.exe+1837FE
// [0062/98] DWORIGINS.exe+1832C2 -- (8) F3 0F10 86 90020000  -- movss xmm0,[rsi+00000290]
// [006A/106] DWORIGINS.exe+1832CA -- (8) 48 89 9C 24 E0000000  -- mov [rsp+000000E0],rbx
// [0072/114] DWORIGINS.exe+1832D2 -- (8) 48 89 AC 24 E8000000  -- mov [rsp+000000E8],rbp
// [007A/122] DWORIGINS.exe+1832DA -- (8) 48 89 BC 24 F0000000  -- mov [rsp+000000F0],rdi
// [0082/130] DWORIGINS.exe+1832E2 -- (8) 0F29 B4 24 B0000000  -- movaps [rsp+000000B0],xmm6
// [008A/138] DWORIGINS.exe+1832EA -- (8) 0F29 BC 24 A0000000  -- movaps [rsp+000000A0],xmm7
// [0092/146] DWORIGINS.exe+1832F2 -- (3) 0F57 FF  -- xorps xmm7,xmm7
// [0095/149] DWORIGINS.exe+1832F5 -- (3) 0F2F C7  -- comiss xmm0,xmm7
// [0098/152] DWORIGINS.exe+1832F8 -- (2) 76 0D -- jna DWORIGINS.exe+183307
// [009A/154] DWORIGINS.exe+1832FA -- (5) F3 41 0F5C 06  -- subss xmm0,[r14]
// [009F/159] DWORIGINS.exe+1832FF -- (8) F3 0F11 86 90020000  -- movss [rsi+00000290],xmm0
// [00A7/167] DWORIGINS.exe+183307 -- (8) F3 0F10 86 8C020000  -- movss xmm0,[rsi+0000028C]
// [00AF/175] DWORIGINS.exe+18330F -- (3) 0F2F C7  -- comiss xmm0,xmm7
// [00B2/178] DWORIGINS.exe+183312 -- (2) 76 11 -- jna DWORIGINS.exe+183325
// [00B4/180] DWORIGINS.exe+183314 -- (5) F3 41 0F5C 06  -- subss xmm0,[r14]
// [00B9/185] DWORIGINS.exe+183319 -- (4) F3 0F5F C7  -- maxss xmm0,xmm7
// [00BD/189] DWORIGINS.exe+18331D -- (8) F3 0F11 86 8C020000  -- movss [rsi+0000028C],xmm0
// [00C5/197] DWORIGINS.exe+183325 -- (8) F3 0F10 86 88020000  -- movss xmm0,[rsi+00000288]
// [00CD/205] DWORIGINS.exe+18332D -- (2) 33 FF  -- xor edi,edi
// [00CF/207] DWORIGINS.exe+18332F -- (3) 0F2F C7  -- comiss xmm0,xmm7
// [00D2/210] DWORIGINS.exe+183332 -- (2) 76 1C -- jna DWORIGINS.exe+183350
// [00D4/212] DWORIGINS.exe+183334 -- (5) F3 41 0F5C 06  -- subss xmm0,[r14]
// [00D9/217] DWORIGINS.exe+183339 -- (3) 0F2F F8  -- comiss xmm7,xmm0
// [00DC/220] DWORIGINS.exe+18333C -- (2) 72 06 -- jb DWORIGINS.exe+183344
// [00DE/222] DWORIGINS.exe+18333E -- (6) 89 BE 84020000  -- mov [rsi+00000284],edi
// [00E4/228] DWORIGINS.exe+183344 -- (4) F3 0F5F C7  -- maxss xmm0,xmm7
// [00E8/232] DWORIGINS.exe+183348 -- (8) F3 0F11 86 88020000  -- movss [rsi+00000288],xmm0
// [00F0/240] DWORIGINS.exe+183350 -- (4) 49 8B 4E 08  -- mov rcx,[r14+08]
// [00F4/244] DWORIGINS.exe+183354 -- (3) 0F57 F6  -- xorps xmm6,xmm6
// [00F7/247] DWORIGINS.exe+183357 -- (8) 4C 89 BC 24 C0000000  -- mov [rsp+000000C0],r15
// [00FF/255] DWORIGINS.exe+18335F -- (5) BB 01000000 -- mov ebx,00000001
// [0104/260] DWORIGINS.exe+183364 -- (7) F6 81 00020000 04 -- test byte ptr [rcx+00000200],04
// [010B/267] DWORIGINS.exe+18336B -- (7) 48 8B A9 F8020000  -- mov rbp,[rcx+000002F8]
// [0112/274] DWORIGINS.exe+183372 -- (6) 0F84 83010000 -- je DWORIGINS.exe+1834FB
// [0118/280] DWORIGINS.exe+183378 -- (7) 48 8B 81 E0020000  -- mov rax,[rcx+000002E0]
// [011F/287] DWORIGINS.exe+18337F -- (3) 48 85 C0  -- test rax,rax
// [0122/290] DWORIGINS.exe+183382 -- (2) 74 1A -- je DWORIGINS.exe+18339E
// [0124/292] DWORIGINS.exe+183384 -- (4) 48 8B 50 10  -- mov rdx,[rax+10]
// [0128/296] DWORIGINS.exe+183388 -- (3) 48 85 D2  -- test rdx,rdx
// [012B/299] DWORIGINS.exe+18338B -- (2) 74 11 -- je DWORIGINS.exe+18339E
// [012D/301] DWORIGINS.exe+18338D -- (3) 8B 42 04  -- mov eax,[rdx+04]
// [0130/304] DWORIGINS.exe+183390 -- (5) 05 04FCFFFF -- add eax,FFFFFC04
// [0135/309] DWORIGINS.exe+183395 -- (3) 83 F8 02 -- cmp eax,02
// [0138/312] DWORIGINS.exe+183398 -- (6) 0F86 5D010000 -- jbe DWORIGINS.exe+1834FB
// [013E/318] DWORIGINS.exe+18339E -- (7) 48 8B 89 40030000  -- mov rcx,[rcx+00000340]
// [0145/325] DWORIGINS.exe+1833A5 -- (3) 48 85 C9  -- test rcx,rcx
// [0148/328] DWORIGINS.exe+1833A8 -- (6) 0F84 00010000 -- je DWORIGINS.exe+1834AE
// [014E/334] DWORIGINS.exe+1833AE -- (5) E8 EDB60000 -- call DWORIGINS.exe+18EAA0
// [0153/339] DWORIGINS.exe+1833B3 -- (2) 84 C0  -- test al,al
// [0155/341] DWORIGINS.exe+1833B5 -- (6) 0F84 E6000000 -- je DWORIGINS.exe+1834A1
// [015B/347] DWORIGINS.exe+1833BB -- (5) B9 18000000 -- mov ecx,00000018
// [0160/352] DWORIGINS.exe+1833C0 -- (8) 4C 89 A4 24 F8000000  -- mov [rsp+000000F8],r12
// [0168/360] DWORIGINS.exe+1833C8 -- (5) E8 C3478F00 -- call DWORIGINS.exe+A77B90
// [016D/365] DWORIGINS.exe+1833CD -- (4) 49 8B 4E 08  -- mov rcx,[r14+08]
// [0171/369] DWORIGINS.exe+1833D1 -- (4) 44 0FB6 F8  -- movzx r15d,al
// [0175/373] DWORIGINS.exe+1833D5 -- (3) 45 32 E4  -- xor r12b,r12b
// [0178/376] DWORIGINS.exe+1833D8 -- (7) 48 8B 81 80030000  -- mov rax,[rcx+00000380]
// [017F/383] DWORIGINS.exe+1833DF -- (3) 48 85 C0  -- test rax,rax
// [0182/386] DWORIGINS.exe+1833E2 -- (2) 74 72 -- je DWORIGINS.exe+183456
// [0184/388] DWORIGINS.exe+1833E4 -- (7) 4C 8B 81 10030000  -- mov r8,[rcx+00000310]
// [018B/395] DWORIGINS.exe+1833EB -- (7) 48 81 C1 00010000 -- add rcx,00000100
// [0192/402] DWORIGINS.exe+1833F2 -- (4) 0F28 58 10  -- movaps xmm3,[rax+10]
// [0196/406] DWORIGINS.exe+1833F6 -- (3) 4D 85 C0  -- test r8,r8
// [0199/409] DWORIGINS.exe+1833F9 -- (3) 0F28 CB  -- movaps xmm1,xmm3
// [019C/412] DWORIGINS.exe+1833FC -- (4) 0FC6 CB 55 -- shufps xmm1,xmm3,55
// [01A0/416] DWORIGINS.exe+183400 -- (7) 49 8D 90 30010000  -- lea rdx,[r8+00000130]
// [01A7/423] DWORIGINS.exe+183407 -- (4) 48 0F44 D1  -- cmove rdx,rcx
// [01AB/427] DWORIGINS.exe+18340B -- (5) B9 98020000 -- mov ecx,00000298
// [01B0/432] DWORIGINS.exe+183410 -- (3) 0F28 12  -- movaps xmm2,[rdx]
// [01B3/435] DWORIGINS.exe+183413 -- (3) 0F28 C2  -- movaps xmm0,xmm2
// [01B6/438] DWORIGINS.exe+183416 -- (3) 0F28 F2  -- movaps xmm6,xmm2
// [01B9/441] DWORIGINS.exe+183419 -- (4) F3 0F59 F3  -- mulss xmm6,xmm3
// [01BD/445] DWORIGINS.exe+18341D -- (4) 0FC6 C2 55 -- shufps xmm0,xmm2,55
// [01C1/449] DWORIGINS.exe+183421 -- (4) F3 0F59 C8  -- mulss xmm1,xmm0
// [01C5/453] DWORIGINS.exe+183425 -- (4) 0FC6 DB AA -- shufps xmm3,xmm3,-56
// [01C9/457] DWORIGINS.exe+183429 -- (4) 0FC6 D2 AA -- shufps xmm2,xmm2,-56
// [01CD/461] DWORIGINS.exe+18342D -- (4) F3 0F58 F1  -- addss xmm6,xmm1
// [01D1/465] DWORIGINS.exe+183431 -- (4) F3 0F59 DA  -- mulss xmm3,xmm2
// [01D5/469] DWORIGINS.exe+183435 -- (4) F3 0F58 F3  -- addss xmm6,xmm3
// [01D9/473] DWORIGINS.exe+183439 -- (5) E8 12D7F2FF -- call DWORIGINS.exe+B0B50
// [01DE/478] DWORIGINS.exe+18343E -- (8) F3 0F59 05 A2952203  -- mulss xmm0,[DWORIGINS.exe+33AC9E8] -- [(float)0.0175]
// [01E6/486] DWORIGINS.exe+183446 -- (5) E8 E5CF9702 -- call DWORIGINS.exe+2B00430
// [01EB/491] DWORIGINS.exe+18344B -- (3) 0F2F F0  -- comiss xmm6,xmm0
// [01EE/494] DWORIGINS.exe+18344E -- (4) 45 0FB6 E4  -- movzx r12d,r12b
// [01F2/498] DWORIGINS.exe+183452 -- (4) 44 0F47 E3  -- cmova r12d,ebx
// [01F6/502] DWORIGINS.exe+183456 -- (3) 48 8B CE  -- mov rcx,rsi
// [01F9/505] DWORIGINS.exe+183459 -- (5) E8 825F0000 -- call DWORIGINS.exe+1893E0
// [01FE/510] DWORIGINS.exe+18345E -- (2) 84 C0  -- test al,al
// [0200/512] DWORIGINS.exe+183460 -- (2) 74 22 -- je DWORIGINS.exe+183484
// [0202/514] DWORIGINS.exe+183462 -- (3) 45 84 E4  -- test r12b,r12b
// [0205/517] DWORIGINS.exe+183465 -- (2) 74 1D -- je DWORIGINS.exe+183484
// [0207/519] DWORIGINS.exe+183467 -- (2) 8B CF  -- mov ecx,edi
// [0209/521] DWORIGINS.exe+183469 -- (3) 45 84 FF  -- test r15b,r15b
// [020C/524] DWORIGINS.exe+18346C -- (3) 0F95 C1  -- setne cl
// [020F/527] DWORIGINS.exe+18346F -- (6) 81 C1 96020000 -- add ecx,00000296
// [0215/533] DWORIGINS.exe+183475 -- (5) E8 D6D6F2FF -- call DWORIGINS.exe+B0B50
// [021A/538] DWORIGINS.exe+18347A -- (8) 4C 8B A4 24 F8000000  -- mov r12,[rsp+000000F8]
// [0222/546] DWORIGINS.exe+183482 -- (2) EB 27 -- jmp DWORIGINS.exe+1834AB
// [0224/548] DWORIGINS.exe+183484 -- (2) 8B CF  -- mov ecx,edi
// [0226/550] DWORIGINS.exe+183486 -- (3) 45 84 FF  -- test r15b,r15b
// [0229/553] DWORIGINS.exe+183489 -- (3) 0F95 C1  -- setne cl
// [022C/556] DWORIGINS.exe+18348C -- (6) 81 C1 94020000 -- add ecx,00000294
// [0232/562] DWORIGINS.exe+183492 -- (5) E8 B9D6F2FF -- call DWORIGINS.exe+B0B50
// [0237/567] DWORIGINS.exe+183497 -- (8) 4C 8B A4 24 F8000000  -- mov r12,[rsp+000000F8]
// [023F/575] DWORIGINS.exe+18349F -- (2) EB 0A -- jmp DWORIGINS.exe+1834AB
// [0241/577] DWORIGINS.exe+1834A1 -- (5) B9 93020000 -- mov ecx,00000293
// [0246/582] DWORIGINS.exe+1834A6 -- (5) E8 A5D6F2FF -- call DWORIGINS.exe+B0B50
// [024B/587] DWORIGINS.exe+1834AB -- (3) 0F28 F0  -- movaps xmm6,xmm0
// [024E/590] DWORIGINS.exe+1834AE -- (8) F3 0F10 0D E2992203  -- movss xmm1,[DWORIGINS.exe+33ACE98] -- [(float)1.0000]
// [0256/598] DWORIGINS.exe+1834B6 -- (3) 48 85 ED  -- test rbp,rbp
// [0259/601] DWORIGINS.exe+1834B9 -- (2) 74 37 -- je DWORIGINS.exe+1834F2
// [025B/603] DWORIGINS.exe+1834BB -- (4) 40 38 7D 58  -- cmp [rbp+58],dil
// [025F/607] DWORIGINS.exe+1834BF -- (2) 76 31 -- jna DWORIGINS.exe+1834F2
// [0261/609] DWORIGINS.exe+1834C1 -- (4) 48 8B 45 10  -- mov rax,[rbp+10]
// [0265/613] DWORIGINS.exe+1834C5 -- (3) 48 85 C0  -- test rax,rax
// [0268/616] DWORIGINS.exe+1834C8 -- (2) 74 28 -- je DWORIGINS.exe+1834F2
// [026A/618] DWORIGINS.exe+1834CA -- (6) 66 0F1F 44 00 00  -- nop word ptr [rax+rax+00]
// [0270/624] DWORIGINS.exe+1834D0 -- (4) 83 78 08 2C -- cmp dword ptr [rax+08],2C
// [0274/628] DWORIGINS.exe+1834D4 -- (2) 74 0B -- je DWORIGINS.exe+1834E1
// [0276/630] DWORIGINS.exe+1834D6 -- (4) 48 8B 40 30  -- mov rax,[rax+30]
// [027A/634] DWORIGINS.exe+1834DA -- (3) 48 85 C0  -- test rax,rax
// [027D/637] DWORIGINS.exe+1834DD -- (2) 75 F1 -- jne DWORIGINS.exe+1834D0
// [027F/639] DWORIGINS.exe+1834DF -- (2) EB 11 -- jmp DWORIGINS.exe+1834F2
// [0281/641] DWORIGINS.exe+1834E1 -- (3) 48 85 C0  -- test rax,rax
// [0284/644] DWORIGINS.exe+1834E4 -- (2) 74 0C -- je DWORIGINS.exe+1834F2
// [0286/646] DWORIGINS.exe+1834E6 -- (5) F3 0F10 40 0C  -- movss xmm0,[rax+0C]
// [028B/651] DWORIGINS.exe+1834EB -- (4) F3 0F58 C1  -- addss xmm0,xmm1
// [028F/655] DWORIGINS.exe+1834EF -- (3) 0F28 C8  -- movaps xmm1,xmm0
// [0292/658] DWORIGINS.exe+1834F2 -- (5) F3 41 0F59 36  -- mulss xmm6,[r14]
// [0297/663] DWORIGINS.exe+1834F7 -- (4) F3 0F59 F1  -- mulss xmm6,xmm1
// [029B/667] DWORIGINS.exe+1834FB -- (7) 48 8B 05 86E38303  -- mov rax,[DWORIGINS.exe+39C1888] -- [83349860]
// [02A2/674] DWORIGINS.exe+183502 -- (3) 48 85 C0  -- test rax,rax
// [02A5/677] DWORIGINS.exe+183505 -- (2) 74 0C -- je DWORIGINS.exe+183513
// [02A7/679] DWORIGINS.exe+183507 -- (7) 48 8B 80 507F0000  -- mov rax,[rax+00007F50]
// [02AE/686] DWORIGINS.exe+18350E -- (3) 48 85 C0  -- test rax,rax
// [02B1/689] DWORIGINS.exe+183511 -- (2) 75 0C -- jne DWORIGINS.exe+18351F
// [02B3/691] DWORIGINS.exe+183513 -- (7) 48 8B 05 76E38303  -- mov rax,[DWORIGINS.exe+39C1890] -- [00000000]
// [02BA/698] DWORIGINS.exe+18351A -- (3) 48 85 C0  -- test rax,rax
// [02BD/701] DWORIGINS.exe+18351D -- (2) 74 57 -- je DWORIGINS.exe+183576
// [02BF/703] DWORIGINS.exe+18351F -- (4) 48 8B 40 10  -- mov rax,[rax+10]
// [02C3/707] DWORIGINS.exe+183523 -- (3) 48 85 C0  -- test rax,rax
// [02C6/710] DWORIGINS.exe+183526 -- (2) 74 4E -- je DWORIGINS.exe+183576
// [02C8/712] DWORIGINS.exe+183528 -- (3) 48 8B 00  -- mov rax,[rax]
// [02CB/715] DWORIGINS.exe+18352B -- (4) 48 8B 50 70  -- mov rdx,[rax+70]
// [02CF/719] DWORIGINS.exe+18352F -- (3) 48 85 D2  -- test rdx,rdx
// [02D2/722] DWORIGINS.exe+183532 -- (2) 74 45 -- je DWORIGINS.exe+183579
// [02D4/724] DWORIGINS.exe+183534 -- (6) 8B 8A 245C0100  -- mov ecx,[rdx+00015C24]
// [02DA/730] DWORIGINS.exe+18353A -- (3) 83 F9 FF -- cmp ecx,-01
// [02DD/733] DWORIGINS.exe+18353D -- (2) 74 3A -- je DWORIGINS.exe+183579
// [02DF/735] DWORIGINS.exe+18353F -- (7) 48 8B 05 3AE48303  -- mov rax,[DWORIGINS.exe+39C1980] -- [6F025090]
// [02E6/742] DWORIGINS.exe+183546 -- (7) 4C 8B 80 D0030000  -- mov r8,[rax+000003D0]
// [02ED/749] DWORIGINS.exe+18354D -- (4) 4D 8B 48 30  -- mov r9,[r8+30]
// [02F1/753] DWORIGINS.exe+183551 -- (3) 4D 85 C9  -- test r9,r9
// [02F4/756] DWORIGINS.exe+183554 -- (2) 74 12 -- je DWORIGINS.exe+183568
// [02F6/758] DWORIGINS.exe+183556 -- (4) 41 3B 48 38  -- cmp ecx,[r8+38]
// [02FA/762] DWORIGINS.exe+18355A -- (2) 73 0C -- jae DWORIGINS.exe+183568
// [02FC/764] DWORIGINS.exe+18355C -- (7) 48 69 C9 CC000000 -- imul rcx,rcx,000000CC
// [0303/771] DWORIGINS.exe+183563 -- (3) 49 03 C9  -- add rcx,r9
// [0306/774] DWORIGINS.exe+183566 -- (2) EB 07 -- jmp DWORIGINS.exe+18356F
// [0308/776] DWORIGINS.exe+183568 -- (7) 48 8D 0D 31D98403  -- lea rcx,[DWORIGINS.exe+39D0EA0] -- [00000000]
// [030F/783] DWORIGINS.exe+18356F -- (3) 38 59 1B  -- cmp [rcx+1B],bl
// [0312/786] DWORIGINS.exe+183572 -- (2) 75 33 -- jne DWORIGINS.exe+1835A7
// [0314/788] DWORIGINS.exe+183574 -- (2) EB 47 -- jmp DWORIGINS.exe+1835BD
// [0316/790] DWORIGINS.exe+183576 -- (3) 48 8B D7  -- mov rdx,rdi
// [0319/793] DWORIGINS.exe+183579 -- (7) 48 8B 05 10E48303  -- mov rax,[DWORIGINS.exe+39C1990] -- [6F899CE0]
// [0320/800] DWORIGINS.exe+183580 -- (4) 48 8B 48 08  -- mov rcx,[rax+08]
// [0324/804] DWORIGINS.exe+183584 -- (4) 48 8B 41 08  -- mov rax,[rcx+08]
// [0328/808] DWORIGINS.exe+183588 -- (3) 48 85 C0  -- test rax,rax
// [032B/811] DWORIGINS.exe+18358B -- (2) 74 1A -- je DWORIGINS.exe+1835A7
// [032D/813] DWORIGINS.exe+18358D -- (4) 48 39 78 08  -- cmp [rax+08],rdi
// [0331/817] DWORIGINS.exe+183591 -- (2) 76 14 -- jna DWORIGINS.exe+1835A7
// [0333/819] DWORIGINS.exe+183593 -- (3) 48 8B 00  -- mov rax,[rax]
// [0336/822] DWORIGINS.exe+183596 -- (3) 48 8B 08  -- mov rcx,[rax]
// [0339/825] DWORIGINS.exe+183599 -- (3) 48 85 C9  -- test rcx,rcx
// [033C/828] DWORIGINS.exe+18359C -- (2) 74 09 -- je DWORIGINS.exe+1835A7
// [033E/830] DWORIGINS.exe+18359E -- (7) 40 38 B9 6E050000  -- cmp [rcx+0000056E],dil
// [0345/837] DWORIGINS.exe+1835A5 -- (2) 75 16 -- jne DWORIGINS.exe+1835BD
// [0347/839] DWORIGINS.exe+1835A7 -- (3) 48 85 D2  -- test rdx,rdx
// [034A/842] DWORIGINS.exe+1835AA -- (6) 0F84 D3010000 -- je DWORIGINS.exe+183783
// [0350/848] DWORIGINS.exe+1835B0 -- (7) 40 38 BA 25530000  -- cmp [rdx+00005325],dil
// [0357/855] DWORIGINS.exe+1835B7 -- (6) 0F84 C6010000 -- je DWORIGINS.exe+183783
// [035D/861] DWORIGINS.exe+1835BD -- (3) 48 85 ED  -- test rbp,rbp
// [0360/864] DWORIGINS.exe+1835C0 -- (6) 0F84 BD010000 -- je DWORIGINS.exe+183783
// [0366/870] DWORIGINS.exe+1835C6 -- (4) 40 38 7D 52  -- cmp [rbp+52],dil
// [036A/874] DWORIGINS.exe+1835CA -- (6) 0F86 B3010000 -- jbe DWORIGINS.exe+183783
// [0370/880] DWORIGINS.exe+1835D0 -- (4) 49 8B 4E 08  -- mov rcx,[r14+08]
// [0374/884] DWORIGINS.exe+1835D4 -- (7) 48 8B 81 F8010000  -- mov rax,[rcx+000001F8]
// [037B/891] DWORIGINS.exe+1835DB -- (3) 48 85 C0  -- test rax,rax
// [037E/894] DWORIGINS.exe+1835DE -- (6) 0F84 EA010000 -- je DWORIGINS.exe+1837CE
// [0384/900] DWORIGINS.exe+1835E4 -- (3) 48 8B 00  -- mov rax,[rax]
// [0387/903] DWORIGINS.exe+1835E7 -- (4) 4C 8B 70 40  -- mov r14,[rax+40]
// [038B/907] DWORIGINS.exe+1835EB -- (3) 4D 85 F6  -- test r14,r14
// [038E/910] DWORIGINS.exe+1835EE -- (6) 0F84 DA010000 -- je DWORIGINS.exe+1837CE
// [0394/916] DWORIGINS.exe+1835F4 -- (7) 48 8B 91 10030000  -- mov rdx,[rcx+00000310]
// [039B/923] DWORIGINS.exe+1835FB -- (7) 48 8D 81 E0000000  -- lea rax,[rcx+000000E0]
// [03A2/930] DWORIGINS.exe+183602 -- (7) 0F28 0D 67052303  -- movaps xmm1,[DWORIGINS.exe+33B3B70] -- [(double)-0.0078]
// [03A9/937] DWORIGINS.exe+183609 -- (3) 48 85 D2  -- test rdx,rdx
// [03AC/940] DWORIGINS.exe+18360C -- (4) 48 8D 4A 70  -- lea rcx,[rdx+70]
// [03B0/944] DWORIGINS.exe+183610 -- (4) 48 0F44 C8  -- cmove rcx,rax
// [03B4/948] DWORIGINS.exe+183614 -- (5) 48 8D 54 24 30  -- lea rdx,[rsp+30]
// [03B9/953] DWORIGINS.exe+183619 -- (3) 0F28 01  -- movaps xmm0,[rcx]
// [03BC/956] DWORIGINS.exe+18361C -- (7) 48 8B 0D 053F7C03  -- mov rcx,[DWORIGINS.exe+3947528] -- [78D30920]
// [03C3/963] DWORIGINS.exe+183623 -- (6) 66 0F7F 44 24 50  -- movdqa [rsp+50],xmm0
// [03C9/969] DWORIGINS.exe+183629 -- (8) F3 0F10 05 439F2203  -- movss xmm0,[DWORIGINS.exe+33AD574] -- [(float)800.0000]
// [03D1/977] DWORIGINS.exe+183631 -- (6) 66 0F7F 4C 24 60  -- movdqa [rsp+60],xmm1
// [03D7/983] DWORIGINS.exe+183637 -- (9) F3 0F11 84 24 90000000  -- movss [rsp+00000090],xmm0
// [03E0/992] DWORIGINS.exe+183640 -- (4) 89 7C 24 3C  -- mov [rsp+3C],edi
// [03E4/996] DWORIGINS.exe+183644 -- (4) 89 7C 24 4C  -- mov [rsp+4C],edi
// [03E8/1000] DWORIGINS.exe+183648 -- (5) 40 88 7C 24 70  -- mov [rsp+70],dil
// [03ED/1005] DWORIGINS.exe+18364D -- (4) 89 7C 24 74  -- mov [rsp+74],edi
// [03F1/1009] DWORIGINS.exe+183651 -- (5) 48 89 7C 24 78  -- mov [rsp+78],rdi
// [03F6/1014] DWORIGINS.exe+183656 -- (8) 48 89 BC 24 80000000  -- mov [rsp+00000080],rdi
// [03FE/1022] DWORIGINS.exe+18365E -- (8) 66 89 9C 24 94000000  -- mov [rsp+00000094],bx
// [0406/1030] DWORIGINS.exe+183666 -- (8) 48 89 BC 24 98000000  -- mov [rsp+00000098],rdi
// [040E/1038] DWORIGINS.exe+18366E -- (4) 89 7C 24 5C  -- mov [rsp+5C],edi
// [0412/1042] DWORIGINS.exe+183672 -- (4) 89 7C 24 6C  -- mov [rsp+6C],edi
// [0416/1046] DWORIGINS.exe+183676 -- (12) 48 C7 84 24 88000000 00010000 -- mov qword ptr [rsp+00000088],00000100
// [0422/1058] DWORIGINS.exe+183682 -- (5) E8 D9172300 -- call DWORIGINS.exe+3B4E60
// [0427/1063] DWORIGINS.exe+183687 -- (3) 48 85 C0  -- test rax,rax
// [042A/1066] DWORIGINS.exe+18368A -- (6) 0F84 F3000000 -- je DWORIGINS.exe+183783
// [0430/1072] DWORIGINS.exe+183690 -- (5) 48 8B 54 24 78  -- mov rdx,[rsp+78]
// [0435/1077] DWORIGINS.exe+183695 -- (3) 48 85 D2  -- test rdx,rdx
// [0438/1080] DWORIGINS.exe+183698 -- (6) 0F84 E5000000 -- je DWORIGINS.exe+183783
// [043E/1086] DWORIGINS.exe+18369E -- (4) 48 8B 42 10  -- mov rax,[rdx+10]
// [0442/1090] DWORIGINS.exe+1836A2 -- (3) 48 85 C0  -- test rax,rax
// [0445/1093] DWORIGINS.exe+1836A5 -- (6) 0F84 D8000000 -- je DWORIGINS.exe+183783
// [044B/1099] DWORIGINS.exe+1836AB -- (2) 84 C3  -- test bl,al
// [044D/1101] DWORIGINS.exe+1836AD -- (6) 0F85 D0000000 -- jne DWORIGINS.exe+183783
// [0453/1107] DWORIGINS.exe+1836B3 -- (3) 48 FF C7  -- inc rdi
// [0456/1110] DWORIGINS.exe+1836B6 -- (3) 48 D1 C3  -- rol rbx,1
// [0459/1113] DWORIGINS.exe+1836B9 -- (3) 48 85 D8  -- test rax,rbx
// [045C/1116] DWORIGINS.exe+1836BC -- (2) 74 F5 -- je DWORIGINS.exe+1836B3
// [045E/1118] DWORIGINS.exe+1836BE -- (4) 48 83 FF 08 -- cmp rdi,08
// [0462/1122] DWORIGINS.exe+1836C2 -- (6) 0F85 BB000000 -- jne DWORIGINS.exe+183783
// [0468/1128] DWORIGINS.exe+1836C8 -- (4) 49 8B 4E 28  -- mov rcx,[r14+28]
// [046C/1132] DWORIGINS.exe+1836CC -- (3) 48 85 C9  -- test rcx,rcx
// [046F/1135] DWORIGINS.exe+1836CF -- (6) 0F84 AE000000 -- je DWORIGINS.exe+183783
// [0475/1141] DWORIGINS.exe+1836D5 -- (5) 49 83 7E 08 00 -- cmp qword ptr [r14+08],00
// [047A/1146] DWORIGINS.exe+1836DA -- (6) 0F84 A3000000 -- je DWORIGINS.exe+183783
// [0480/1152] DWORIGINS.exe+1836E0 -- (4) 48 8B 42 50  -- mov rax,[rdx+50]
// [0484/1156] DWORIGINS.exe+1836E4 -- (6) 41 BF FFFF0000 -- mov r15d,0000FFFF
// [048A/1162] DWORIGINS.exe+1836EA -- (2) 8B D8  -- mov ebx,eax
// [048C/1164] DWORIGINS.exe+1836EC -- (3) C1 EB 10 -- shr ebx,10
// [048F/1167] DWORIGINS.exe+1836EF -- (4) 66 41 3B C7  -- cmp ax,r15w
// [0493/1171] DWORIGINS.exe+1836F3 -- (6) 0F84 8A000000 -- je DWORIGINS.exe+183783
// [0499/1177] DWORIGINS.exe+1836F9 -- (3) 0FB7 D0  -- movzx edx,ax
// [049C/1180] DWORIGINS.exe+1836FC -- (5) E8 1F775601 -- call DWORIGINS.exe+16EAE20
// [04A1/1185] DWORIGINS.exe+183701 -- (3) 48 8B F8  -- mov rdi,rax
// [04A4/1188] DWORIGINS.exe+183704 -- (3) 48 85 C0  -- test rax,rax
// [04A7/1191] DWORIGINS.exe+183707 -- (2) 74 7A -- je DWORIGINS.exe+183783
// [04A9/1193] DWORIGINS.exe+183709 -- (4) 66 41 3B DF  -- cmp bx,r15w
// [04AD/1197] DWORIGINS.exe+18370D -- (2) 74 74 -- je DWORIGINS.exe+183783
// [04AF/1199] DWORIGINS.exe+18370F -- (3) 0FB7 D3  -- movzx edx,bx
// [04B2/1202] DWORIGINS.exe+183712 -- (3) 48 8B C8  -- mov rcx,rax
// [04B5/1205] DWORIGINS.exe+183715 -- (5) E8 16415601 -- call DWORIGINS.exe+16E7830
// [04BA/1210] DWORIGINS.exe+18371A -- (3) 48 85 C0  -- test rax,rax
// [04BD/1213] DWORIGINS.exe+18371D -- (2) 74 64 -- je DWORIGINS.exe+183783
// [04BF/1215] DWORIGINS.exe+18371F -- (4) 49 8B 4E 08  -- mov rcx,[r14+08]
// [04C3/1219] DWORIGINS.exe+183723 -- (5) 44 0FB7 40 08  -- movzx r8d,word ptr [rax+08]
// [04C8/1224] DWORIGINS.exe+183728 -- (4) 44 3B 41 18  -- cmp r8d,[rcx+18]
// [04CC/1228] DWORIGINS.exe+18372C -- (2) 73 55 -- jae DWORIGINS.exe+183783
// [04CE/1230] DWORIGINS.exe+18372E -- (8) 44 0FB6 8F C8000000  -- movzx r9d,byte ptr [rdi+000000C8]
// [04D6/1238] DWORIGINS.exe+183736 -- (5) 48 8D 54 24 20  -- lea rdx,[rsp+20]
// [04DB/1243] DWORIGINS.exe+18373B -- (5) E8 5073D400 -- call DWORIGINS.exe+ECAA90
// [04E0/1248] DWORIGINS.exe+183740 -- (5) 48 8B 54 24 20  -- mov rdx,[rsp+20]
// [04E5/1253] DWORIGINS.exe+183745 -- (4) F6 42 4F 08 -- test byte ptr [rdx+4F],08
// [04E9/1257] DWORIGINS.exe+183749 -- (2) 74 38 -- je DWORIGINS.exe+183783
// [04EB/1259] DWORIGINS.exe+18374B -- (4) 80 7D 52 00 -- cmp byte ptr [rbp+52],00
// [04EF/1263] DWORIGINS.exe+18374F -- (2) 76 32 -- jna DWORIGINS.exe+183783
// [04F1/1265] DWORIGINS.exe+183751 -- (4) 48 8B 55 10  -- mov rdx,[rbp+10]
// [04F5/1269] DWORIGINS.exe+183755 -- (3) 48 85 D2  -- test rdx,rdx
// [04F8/1272] DWORIGINS.exe+183758 -- (2) 74 29 -- je DWORIGINS.exe+183783
// [04FA/1274] DWORIGINS.exe+18375A -- (6) 66 0F1F 44 00 00  -- nop word ptr [rax+rax+00]
// [0500/1280] DWORIGINS.exe+183760 -- (4) 83 7A 08 26 -- cmp dword ptr [rdx+08],26
// [0504/1284] DWORIGINS.exe+183764 -- (2) 74 0B -- je DWORIGINS.exe+183771
// [0506/1286] DWORIGINS.exe+183766 -- (4) 48 8B 52 30  -- mov rdx,[rdx+30]
// [050A/1290] DWORIGINS.exe+18376A -- (3) 48 85 D2  -- test rdx,rdx
// [050D/1293] DWORIGINS.exe+18376D -- (2) 75 F1 -- jne DWORIGINS.exe+183760
// [050F/1295] DWORIGINS.exe+18376F -- (2) EB 12 -- jmp DWORIGINS.exe+183783
// [0511/1297] DWORIGINS.exe+183771 -- (3) 48 85 D2  -- test rdx,rdx
// [0514/1300] DWORIGINS.exe+183774 -- (2) 74 0D -- je DWORIGINS.exe+183783
// [0516/1302] DWORIGINS.exe+183776 -- (5) F3 0F58 72 0C  -- addss xmm6,[rdx+0C]
// [051B/1307] DWORIGINS.exe+18377B -- (3) 48 8B CD  -- mov rcx,rbp
// [051E/1310] DWORIGINS.exe+18377E -- (5) E8 DDEC0100 -- call DWORIGINS.exe+1A2460
// [0523/1315] DWORIGINS.exe+183783 -- (4) 48 8B 46 10  -- mov rax,[rsi+10]
// [0527/1319] DWORIGINS.exe+183787 -- (7) 48 8B 88 E0020000  -- mov rcx,[rax+000002E0]
// [052E/1326] DWORIGINS.exe+18378E -- (3) 48 85 C9  -- test rcx,rcx
// [0531/1329] DWORIGINS.exe+183791 -- (2) 74 17 -- je DWORIGINS.exe+1837AA
// [0533/1331] DWORIGINS.exe+183793 -- (4) 48 8B 41 20  -- mov rax,[rcx+20]
// [0537/1335] DWORIGINS.exe+183797 -- (3) 48 85 C0  -- test rax,rax
// [053A/1338] DWORIGINS.exe+18379A -- (2) 74 0E -- je DWORIGINS.exe+1837AA
// [053C/1340] DWORIGINS.exe+18379C -- (7) 0FB6 80 88000000  -- movzx eax,byte ptr [rax+00000088]
// [0543/1347] DWORIGINS.exe+1837A3 -- (3) C0 E8 02 -- shr al,02
// [0546/1350] DWORIGINS.exe+1837A6 -- (2) A8 01 -- test al,01
// [0548/1352] DWORIGINS.exe+1837A8 -- (2) 75 24 -- jne DWORIGINS.exe+1837CE
// [054A/1354] DWORIGINS.exe+1837AA -- (8) F3 0F58 B6 80020000  -- addss xmm6,[rsi+00000280]
// [0552/1362] DWORIGINS.exe+1837B2 -- (8) F3 0F10 86 7C020000  -- movss xmm0,[rsi+0000027C]
// [055A/1370] DWORIGINS.exe+1837BA -- (3) 0F2F F0  -- comiss xmm6,xmm0
// [055D/1373] DWORIGINS.exe+1837BD -- (2) 73 07 -- jae DWORIGINS.exe+1837C6
// [055F/1375] DWORIGINS.exe+1837BF -- (3) 0F28 C7  -- movaps xmm0,xmm7
// [0562/1378] DWORIGINS.exe+1837C2 -- (4) F3 0F5F C6  -- maxss xmm0,xmm6
// [0566/1382] DWORIGINS.exe+1837C6 -- (8) F3 0F11 86 80020000  -- movss [rsi+00000280],xmm0
// [056E/1390] DWORIGINS.exe+1837CE -- (8) 4C 8B BC 24 C0000000  -- mov r15,[rsp+000000C0]
// [0576/1398] DWORIGINS.exe+1837D6 -- (8) 0F28 B4 24 B0000000  -- movaps xmm6,[rsp+000000B0]
// [057E/1406] DWORIGINS.exe+1837DE -- (8) 48 8B BC 24 F0000000  -- mov rdi,[rsp+000000F0]
// [0586/1414] DWORIGINS.exe+1837E6 -- (8) 48 8B AC 24 E8000000  -- mov rbp,[rsp+000000E8]
// [058E/1422] DWORIGINS.exe+1837EE -- (8) 48 8B 9C 24 E0000000  -- mov rbx,[rsp+000000E0]
// [0596/1430] DWORIGINS.exe+1837F6 -- (8) 0F28 BC 24 A0000000  -- movaps xmm7,[rsp+000000A0]
// [059E/1438] DWORIGINS.exe+1837FE -- (7) 48 81 C4 C8000000 -- add rsp,000000C8
// [05A5/1445] DWORIGINS.exe+183805 -- (2) 41 5E -- pop r14
// [05A7/1447] DWORIGINS.exe+183807 -- (1) 5E -- pop rsi
// [05A8/1448] DWORIGINS.exe+183808 -- (1) C3 -- ret 
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>54</ID>
      <Description>"[$ASM] Get money"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : DWORIGINS.exe
  Version: 
  Date   : 2025-01-16
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_GET_MONEY,$process,8B 89 84 03 00 00 3B) // should be unique
alloc(newmem,$1000,INJECT_GET_MONEY)

label(code)
label(return i_base_money_addr)

newmem:
  mov [i_base_money_addr], rcx

code:
  mov ecx,[rcx+00000384]
  jmp return
align 10 cc
  i_base_money_addr:
  dq 0

INJECT_GET_MONEY:
  jmp newmem
  nop
return:
registersymbol(INJECT_GET_MONEY i_base_money_addr)

[DISABLE]

INJECT_GET_MONEY:
  db 8B 89 84 03 00 00

unregistersymbol(INJECT_GET_MONEY i_base_money_addr)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: DWORIGINS.exe+13D6615

DWORIGINS.exe+13D65F7: 49 8B 40 08           - mov rax,[r8+08]
DWORIGINS.exe+13D65FB: 48 8B 40 08           - mov rax,[rax+08]
DWORIGINS.exe+13D65FF: 48 85 C0              - test rax,rax
DWORIGINS.exe+13D6602: 74 28                 - je DWORIGINS.exe+13D662C
DWORIGINS.exe+13D6604: 48 39 78 08           - cmp [rax+08],rdi
DWORIGINS.exe+13D6608: 76 22                 - jna DWORIGINS.exe+13D662C
DWORIGINS.exe+13D660A: 48 8B 00              - mov rax,[rax]
DWORIGINS.exe+13D660D: 48 8B 08              - mov rcx,[rax]
DWORIGINS.exe+13D6610: 48 85 C9              - test rcx,rcx
DWORIGINS.exe+13D6613: 74 17                 - je DWORIGINS.exe+13D662C
// ---------- INJECTING HERE ----------
DWORIGINS.exe+13D6615: 8B 89 84 03 00 00     - mov ecx,[rcx+00000384]
// ---------- DONE INJECTING  ----------
DWORIGINS.exe+13D661B: 3B CB                 - cmp ecx,ebx
DWORIGINS.exe+13D661D: 72 04                 - jb DWORIGINS.exe+13D6623
DWORIGINS.exe+13D661F: 8B C3                 - mov eax,ebx
DWORIGINS.exe+13D6621: EB 0B                 - jmp DWORIGINS.exe+13D662E
DWORIGINS.exe+13D6623: 85 C9                 - test ecx,ecx
DWORIGINS.exe+13D6625: 8B C7                 - mov eax,edi
DWORIGINS.exe+13D6627: 0F 45 C1              - cmovne eax,ecx
DWORIGINS.exe+13D662A: EB 02                 - jmp DWORIGINS.exe+13D662E
DWORIGINS.exe+13D662C: 8B C7                 - mov eax,edi
DWORIGINS.exe+13D662E: 4C 8D 25 4B 94 E5 01  - lea r12,[DWORIGINS.exe+322FA80]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>55</ID>
          <Description>"money"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_money_addr</Address>
          <Offsets>
            <Offset>384</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>56</ID>
          <Description>"Skill Points / 武功"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>i_base_money_addr</Address>
          <Offsets>
            <Offset>458</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>57</ID>
          <Description>"Old Coins / 古銭"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>i_base_money_addr</Address>
          <Offsets>
            <Offset>45A</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>58</ID>
          <Description>"Pyroxene / 輝石"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>i_base_money_addr</Address>
          <Offsets>
            <Offset>4BE</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>85</ID>
          <Description>"Player Name"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>String</VariableType>
          <Length>255</Length>
          <Unicode>0</Unicode>
          <CodePage>0</CodePage>
          <ZeroTerminate>1</ZeroTerminate>
          <Address>i_base_money_addr</Address>
          <Offsets>
            <Offset>C61</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>86</ID>
      <Description>"Static"</Description>
      <Options moHideChildren="1"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>87</ID>
          <Description>"Graphics Related"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>347</ID>
              <Description>"graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+39A6468</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>348</ID>
              <Description>"graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33ACBA8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>345</ID>
              <Description>"Graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+39A6468</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>507</ID>
              <Description>"graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+34A3E10</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>666</ID>
              <Description>"graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+2DF7610</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>806</ID>
              <Description>"graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33ACEFC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>960</ID>
              <Description>"graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD0B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>974</ID>
              <Description>"graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33B6FA0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>978</ID>
              <Description>"Graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD0B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>983</ID>
              <Description>"graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33B6FA0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1004</ID>
              <Description>"Graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD0B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>555</ID>
              <Description>"graphics related (on change flashes icons)"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+3938508</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>553</ID>
              <Description>"graphics related (on change flashes icons)"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+3938504</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>549</ID>
              <Description>"graphics related (on change flashes icons)"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+3938500</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>285</ID>
              <Description>"Graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33B67D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>325</ID>
              <Description>"Graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33ACCF0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>766</ID>
              <Description>"World small Clouds related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33ACEA4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2386</ID>
              <Description>"Graphics related"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+2D6BFD4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2226</ID>
              <Description>"graphics related"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+2D6B640</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2227</ID>
              <Description>"graphics related"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+2D6B510</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2180</ID>
              <Description>"Graphics related"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+2D6BFCC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2142</ID>
              <Description>"Graphics Related"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+2D6B4D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2173</ID>
              <Description>"(Might crash) rendering related ?"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+2D6B630</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2416</ID>
              <Description>"also rendering related"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+3E8BA80</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>1005</ID>
          <Description>"GUI Related"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>2051</ID>
              <Description>"GUI Related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD670</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1785</ID>
              <Description>"GUI Related (on 0 hides GUI)"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD4DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>934</ID>
              <Description>"Aspect ratio related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD044</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1898</ID>
              <Description>"Aspect Ratio related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD5A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1937</ID>
              <Description>"Aspect ratio related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD5D8</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>2052</ID>
          <Description>"Misc"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>323</ID>
              <Description>"Scripted event related? (World map)"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+39C5398</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>322</ID>
              <Description>"Scripted event related? (World map)"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+39C538C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1922</ID>
              <Description>"(might be) just an timer"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+39D41D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1921</ID>
              <Description>"(might be) just an timer"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+39D41C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>398</ID>
              <Description>"... related (changing value for example to 1 brings null battle which on load crashes game...)"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33ACD94</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2117</ID>
              <Description>"? Causes freeze"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD6C4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>774</ID>
              <Description>"Fall out of world map on increase and back to original value"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33ACEB0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>270</ID>
              <Description>"Shared (you can feel out of map)"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33ACCE4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2192</ID>
              <Description>"Shared/Audio/Graphics/Camera/Models related"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+2D6B4C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2193</ID>
              <Description>"Audio+graphics related"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+2D700F0</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>2053</ID>
          <Description>"Movement Related"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>2120</ID>
              <Description>"Movement Controls/ Model Related?"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD6C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>498</ID>
              <Description>"Movement speed / Graphics related (gives a boost on start walk yet messes with graphics)"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+2D6B5C8</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>2121</ID>
          <Description>"Camera Related"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>493</ID>
              <Description>"Camera related (Don't set to zero else reload)"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+2DF7624</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2039</ID>
              <Description>"Could be camera related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+3937C90</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>399</ID>
              <Description>"Could be camera related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+39A0930</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>413</ID>
              <Description>"Could be camera related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+39A0968</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>414</ID>
              <Description>"Could be camera related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+39A0978</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2212</ID>
              <Description>"Camera Related (Zoom?)"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+34A3FC0</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>2122</ID>
          <Description>"Audio Related"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>2124</ID>
              <Description>"Audio related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33ACB50</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2125</ID>
              <Description>"Audio related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD478</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2126</ID>
              <Description>"Audio related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD6A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2390</ID>
              <Description>"Audio related (smash bits)"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+34A3B00</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>2127</ID>
          <Description>"Models Related"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>1199</ID>
              <Description>"Lighting/Models related (Spin to win)"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD1B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>158</ID>
              <Description>"models related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33ACC3C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>271</ID>
              <Description>"Models related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33ACCE4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1411</ID>
              <Description>"Models/Graphics related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD2F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2427</ID>
              <Description>"Models related"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+34A3AE0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2198</ID>
              <Description>"Models related"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+2D6B600</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>2128</ID>
          <Description>"Lighting Related"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>1132</ID>
              <Description>"Brightness related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33AD0E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>207</ID>
              <Description>"Lighting related"</Description>
              <VariableType>Float</VariableType>
              <Address>DWORIGINS.exe+33ACC7C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2143</ID>
              <Description>"Lighting ?"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+2D6C060</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2208</ID>
              <Description>"Sunlight related"</Description>
              <VariableType>Double</VariableType>
              <Address>DWORIGINS.exe+33AD080</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>2428</ID>
          <Description>"Universal header lookup 64"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>2429</ID>
              <Description>"Module DOS MZ Header"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Array of byte</VariableType>
              <ByteLength>0</ByteLength>
              <Address>$process</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>2430</ID>
                  <Description>"[e_magic] Magic Number MZ"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+00</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2431</ID>
                  <Description>"[e_cblp] Bytes on last page of file"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+02</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2432</ID>
                  <Description>"[e_cp] Pages in file"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+04</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2433</ID>
                  <Description>"[e_crlc] Relocations"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+06</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2434</ID>
                  <Description>"[e_cparhdr] Size of header in paragraphs"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+08</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2435</ID>
                  <Description>"[e_minalloc] Minimum extra paragraphs needed"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+0A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2436</ID>
                  <Description>"[e_maxalloc] Maximum extra paragraphs needed"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+0C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2437</ID>
                  <Description>"[e_ss] Initial (relative) SS value"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+0E</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2438</ID>
                  <Description>"[e_sp] Initial SP value"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+10</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2439</ID>
                  <Description>"[e_csum] Checksum"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+12</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2440</ID>
                  <Description>"[e_ip] Initial IP value"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+14</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2441</ID>
                  <Description>"[e_cs] Initial (relative) CS value"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+16</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2442</ID>
                  <Description>"[e_lfarlc] File address of relocation table"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+18</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2443</ID>
                  <Description>"[e_ovno] Overlay number"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+1A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2444</ID>
                  <Description>"[e_res] Reserved words"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>+1C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2446</ID>
                  <Description>"[e_oemid] OEM identifier (for e_oeminfo)"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+24</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2445</ID>
                  <Description>"[e_oeminfo] OEM information; e_oemid specific"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+26</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2448</ID>
                  <Description>"[e_res2] Reserved words"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>10</ByteLength>
                  <Address>+28</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2447</ID>
                  <Description>"[e_lfanew] File address of new exe header"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>+3C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2449</ID>
                  <Description>"PE Header (!!read from e_lfanew value) !! &lt;----"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0158</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>2450</ID>
                      <Description>"Signature (usually should be 0x4550 "PE")"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+00</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2451</ID>
                      <Description>"Machine"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">8664:64-Bit
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+04</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2452</ID>
                      <Description>"Number of Sections"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+06</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2453</ID>
                      <Description>"TimeDateStamp (unix)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+08</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2454</ID>
                      <Description>"PointerToSymbolTable"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+0C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2455</ID>
                      <Description>"NumberOfSymbols"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+10</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2456</ID>
                      <Description>"SizeOfOptionalHeader"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+14</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2457</ID>
                      <Description>"Characteristics"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0022:EXECUTABLE_IMAGE + LARGE_ADDRESS_AWARE
2022:EXECUTABLE_IMAGE + LARGE_ADDRESS_AWARE + FILE_DLL
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+16</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2458</ID>
                      <Description>"Optional Header"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <GroupHeader>1</GroupHeader>
                      <Address>+18</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2459</ID>
                      <Description>"Magic"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">010B:32-Bit
020B:64-Bit
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+18</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2460</ID>
                      <Description>"MajorLinkerVersion"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2461</ID>
                      <Description>"MinorLinkerVersion"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1B</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2462</ID>
                      <Description>"SizeOfCode"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+1C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2463</ID>
                      <Description>"SizeOfInitializedData"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+20</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2464</ID>
                      <Description>"SizeOfUnitializedData"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+24</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2465</ID>
                      <Description>"AddressOfEntryPoint ($process+value_of_this_address)"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+28</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2466</ID>
                      <Description>"BaseOfCode (usually 0x1000)"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+2C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2467</ID>
                      <Description>"BaseOfData/ImageBase"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>8 Bytes</VariableType>
                      <Address>+30</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2469</ID>
                      <Description>"SectionAlignment (common 0x1000)"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+38</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2470</ID>
                      <Description>"FileAlignment (common 0x1000)"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+3C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2471</ID>
                      <Description>"MajorOperatingSystemVersion"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+40</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2472</ID>
                      <Description>"MinorOperatingSystemVersion"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+42</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2473</ID>
                      <Description>"MajorImageVersion"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+44</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2474</ID>
                      <Description>"	MinorImageVersion"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+46</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2476</ID>
                      <Description>"MajorSubsystemVersion"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+48</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2475</ID>
                      <Description>"MinorSubsystemVersion"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+4A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2477</ID>
                      <Description>"Reserved1"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+4C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2478</ID>
                      <Description>"SizeOfImage"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+50</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2479</ID>
                      <Description>"SizeOfHeaders"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+54</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2480</ID>
                      <Description>"CheckSum"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+58</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2481</ID>
                      <Description>"Subsystem"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0000: UNKNOWN
0001: NATIVE
0002: WINDOWS GUI
0003: WINDOWS CONSOLE
0010: EFI APP
000A: EFI APP
0011: EFI DRIVER
000B: EFI DRIVER
000C: BOOT
000E: KERNEL
0010: SUBSYSTEM
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+5C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2482</ID>
                      <Description>"DllCharacteristics"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0000:NULL
0140:DYNAMIC_BASE + NX_COMPAT
4140:DYNAMIC_BASE + NX_COMPAT + GUARD_CF
4160:DYNAMIC_BASE + HIGH_ENTROPY_VA + NX_COMPAT + GUARD_CF
8140:DYNAMIC_BASE + NX_COMPAT + TERMINAL_SERVER_AWARE
8160:DYNAMIC_BASE + HIGH_ENTROPY_VA + NX_COMPAT + TERMINAL_SERVER_AWARE
C140:DYNAMIC_BASE + NX_COMPAT + TERMINAL_SERVER_AWARE + GUARD_CF
C160:DYNAMIC_BASE + HIGH_ENTROPY_VA + NX_COMPAT + TERMINAL_SERVER_AWARE + GUARD_CF
C1C0:DYNAMIC_BASE + FORCE_INTEGRITY + NX_COMPAT + TERMINAL_SERVER_AWARE + GUARD_CF
C1E0:DYNAMIC_BASE + FORCE_INTEGRITY + HIGH_ENTROPY_VA + NX_COMPAT + TERMINAL_SERVER_AWARE + GUARD_CF
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+5E</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2483</ID>
                      <Description>"SizeOfStackReserve (x64 align)"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>8 Bytes</VariableType>
                      <Address>+60</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2484</ID>
                      <Description>"SizeOfStackCommit"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>8 Bytes</VariableType>
                      <Address>+68</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2485</ID>
                      <Description>"	SizeOFHeapReserve"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>8 Bytes</VariableType>
                      <Address>+70</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2486</ID>
                      <Description>"SizeOfHeapCommit"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>8 Bytes</VariableType>
                      <Address>+78</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2487</ID>
                      <Description>"LoaderFlags"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+80</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2488</ID>
                      <Description>"NumberOfRvaAndSizes"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+84</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2489</ID>
                      <Description>"ExportDirectory VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+88</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2490</ID>
                      <Description>"ExportDirectory Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+8C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2491</ID>
                      <Description>"ImportDirectory VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+90</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2492</ID>
                      <Description>"ImportDirectory Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+94</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2497</ID>
                      <Description>"ResourceDirectory VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+98</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2498</ID>
                      <Description>"ResourceDirectory Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+9C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2499</ID>
                      <Description>"ExceptionDirectory VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+A0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2500</ID>
                      <Description>"ExceptionDirectory Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+A4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2501</ID>
                      <Description>"SecurityDirectory VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+A8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2502</ID>
                      <Description>"SecurityDirectory Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+AC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2503</ID>
                      <Description>"BaseRelocationTable VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+B0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2504</ID>
                      <Description>"BaseRelocationTable Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+B0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2505</ID>
                      <Description>"DebugDirectory VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+B8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2506</ID>
                      <Description>"DebugDirectory Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+BC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2507</ID>
                      <Description>"ArchitectureSpecificData VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+C0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2508</ID>
                      <Description>"ArchitectureSpecificData Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+C4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2509</ID>
                      <Description>"RVAofGP VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+C8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2510</ID>
                      <Description>"RVAofGP Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+CC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2511</ID>
                      <Description>"TLSDirectory VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+D0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2513</ID>
                      <Description>"TLSDirectory Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+D4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2512</ID>
                      <Description>"LoadConfigurationDirectory VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+D8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2514</ID>
                      <Description>"LoadConfigurationDirectory Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+DC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2515</ID>
                      <Description>"BoundImportDirectoryinheaders VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+E0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2516</ID>
                      <Description>"BoundImportDirectoryinheaders Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+E4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2517</ID>
                      <Description>"ImportAddressTable VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+E8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2518</ID>
                      <Description>"ImportAddressTable Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+EC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2519</ID>
                      <Description>"DelayLoadImportDescriptors VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+F0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2520</ID>
                      <Description>"DelayLoadImportDescriptors Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+F4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2521</ID>
                      <Description>"COMRuntimedescriptor VA"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+F8</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2522</ID>
                      <Description>"COMRuntimedescriptor Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+FC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2523</ID>
                      <Description>"Reserved_"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+100</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2524</ID>
                      <Description>"Reserved_"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+104</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2525</ID>
                      <Description>"Section Header"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>0</ByteLength>
                      <Address>+108</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2526</ID>
                      <Description>"Name"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>String</VariableType>
                      <Length>8</Length>
                      <Unicode>0</Unicode>
                      <CodePage>0</CodePage>
                      <ZeroTerminate>1</ZeroTerminate>
                      <Address>+108</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2527</ID>
                      <Description>"PhysicalAddress / Virtual Size"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+110</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2528</ID>
                      <Description>"VirtualAddress"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+114</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2529</ID>
                      <Description>"SizeOfRawData"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+118</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2530</ID>
                      <Description>"PointerToRawData"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+11c</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2531</ID>
                      <Description>"PointerToRelocations"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+120</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2532</ID>
                      <Description>"PointerToLineNumbers"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+124</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2533</ID>
                      <Description>"NumberOfRelocations"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+128</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2534</ID>
                      <Description>"NumberOfLineNumbers"</Description>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+12A</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>2535</ID>
                      <Description>"Characteristics"</Description>
                      <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">60000020: IMAGE_SCN_CNT_CODE + MEM_READ + MEM_EXECUTE
</DropDownList>
                      <ShowAsHex>1</ShowAsHex>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>+12C</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>
