chore: fix .gitignore to track decompiled .dis/.bin disassemblies

.gitignore used '*' as ignore-all with only extension whitelists, so the 128
handoff/nls_dasm/*.dis + 6 *.bin disassembly outputs (f_563a60, f_56e3e0,
f530850_full, f_52b570, fft, twin, ...) were NOT tracked - data-loss risk.
Now un-ignore handoff/nls_dasm/*.{dis,bin} explicitly. Heavy .bin dumps
(soothe_mem.bin etc.), logs, wav/rpp, dl/lib/bin/ghidra-proj stay ignored.
This commit is contained in:
2026-08-20 15:42:42 +03:00
parent 2e0b107b4c
commit 77b639ee82
135 changed files with 82201 additions and 6 deletions
+52
View File
@@ -0,0 +1,52 @@
/tmp/det/gen_5335c0.bin: file format binary
Disassembly of section .data:
00000001805335c0 <.data>:
1805335c0: rex push rbx
1805335c2: push rsi
1805335c3: push rdi
1805335c4: sub rsp,0x40
1805335c8: movd xmm0,r8d
1805335cd: mov rbx,rdx
1805335d0: cvtdq2pd xmm0,xmm0
1805335d4: mov rsi,rcx
1805335d7: movaps XMMWORD PTR [rsp+0x30],xmm6
1805335dc: call 0x181a14cc4
1805335e1: movaps xmm6,xmm0
1805335e4: movsd xmm0,QWORD PTR [rip+0x1f90bfc] # 0x1824c41e8
1805335ec: call 0x181a14cc4
1805335f1: divsd xmm6,xmm0
1805335f5: lea rdx,[rip+0x211d7bc] # 0x182650db8
1805335fc: lea rcx,[rip+0x211d7b5] # 0x182650db8
180533603: cvttsd2si edi,xmm6
180533607: call QWORD PTR [rip+0x16779fb] # 0x181bab008
18053360d: mov edx,DWORD PTR [rsi]
18053360f: lea r9,[rsp+0x70]
180533614: test eax,eax
180533616: mov r8d,0x1
18053361c: lea rax,[rsp+0x68]
180533621: mov ecx,edi
180533623: mov QWORD PTR [rsp+0x28],rax
180533628: lea rax,[rsp+0x78]
18053362d: mov QWORD PTR [rsp+0x20],rax
180533632: jne 0x18053363b
180533634: call 0x180001d90
180533639: jmp 0x180533640
18053363b: call 0x180001ee0
180533640: mov eax,DWORD PTR [rsp+0x70]
180533644: movaps xmm6,XMMWORD PTR [rsp+0x30]
180533649: mov DWORD PTR [rbx+0x4],eax
18053364c: mov eax,DWORD PTR [rsp+0x68]
180533650: mov DWORD PTR [rbx+0x8],eax
180533653: mov eax,DWORD PTR [rsp+0x78]
180533657: mov DWORD PTR [rbx+0xc],eax
18053365a: mov rax,rbx
18053365d: mov DWORD PTR [rbx],edi
18053365f: add rsp,0x40
180533663: pop rdi
180533664: pop rsi
180533665: pop rbx
180533666: ret