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:
@@ -0,0 +1,47 @@
|
||||
|
||||
/tmp/det/x_18004d720.bin: file format binary
|
||||
|
||||
|
||||
Disassembly of section .data:
|
||||
|
||||
000000018004d720 <.data>:
|
||||
18004d720: 57 push rdi
|
||||
18004d721: 41 56 push r14
|
||||
18004d723: 41 57 push r15
|
||||
18004d725: 55 push rbp
|
||||
18004d726: 49 89 d6 mov r14,rdx
|
||||
18004d729: 4c 89 f0 mov rax,r14
|
||||
18004d72c: 49 89 cb mov r11,rcx
|
||||
18004d72f: 48 83 e0 18 and rax,0x18
|
||||
18004d733: c5 f4 57 c9 vxorps ymm1,ymm1,ymm1
|
||||
18004d737: 85 c0 test eax,eax
|
||||
18004d739: 74 70 je 0x18004d7ab
|
||||
18004d73b: c1 e8 03 shr eax,0x3
|
||||
18004d73e: 4c 89 da mov rdx,r11
|
||||
18004d741: f7 d8 neg eax
|
||||
18004d743: 4c 89 f1 mov rcx,r14
|
||||
18004d746: 83 c0 04 add eax,0x4
|
||||
18004d749: c5 f8 57 c0 vxorps xmm0,xmm0,xmm0
|
||||
18004d74d: 41 3b c0 cmp eax,r8d
|
||||
18004d750: 41 0f 4d c0 cmovge eax,r8d
|
||||
18004d754: a8 04 test al,0x4
|
||||
18004d756: 74 1f je 0x18004d777
|
||||
18004d758: c4 c1 78 10 13 vmovups xmm2,XMMWORD PTR [r11]
|
||||
18004d75d: c5 f8 14 da vunpcklps xmm3,xmm0,xmm2
|
||||
18004d761: 49 8d 53 10 lea rdx,[r11+0x10]
|
||||
18004d765: c5 f8 15 e2 vunpckhps xmm4,xmm0,xmm2
|
||||
18004d769: 49 8d 4e 20 lea rcx,[r14+0x20]
|
||||
18004d76d: c4 c1 78 11 1e vmovups XMMWORD PTR [r14],xmm3
|
||||
18004d772: c5 f8 11 61 f0 vmovups XMMWORD PTR [rcx-0x10],xmm4
|
||||
18004d777: a8 02 test al,0x2
|
||||
18004d779: 74 14 je 0x18004d78f
|
||||
18004d77b: c5 fb 10 1a vmovsd xmm3,QWORD PTR [rdx]
|
||||
18004d77f: 48 83 c2 08 add rdx,0x8
|
||||
18004d783: c5 f8 14 e3 vunpcklps xmm4,xmm0,xmm3
|
||||
18004d787: c5 f8 11 21 vmovups XMMWORD PTR [rcx],xmm4
|
||||
18004d78b: 48 83 c1 10 add rcx,0x10
|
||||
18004d78f: a8 01 test al,0x1
|
||||
18004d791: 74 0a je 0x18004d79d
|
||||
18004d793: c4 e3 79 21 02 10 vinsertps xmm0,xmm0,DWORD PTR [rdx],0x10
|
||||
18004d799: c5 f8 13 01 vmovlps QWORD PTR [rcx],xmm0
|
||||
18004d79d: 48 63 c0 movsxd rax,eax
|
||||
Reference in New Issue
Block a user