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,70 @@
|
||||
|
||||
/tmp/det/fun_18004d160.bin: file format binary
|
||||
|
||||
|
||||
Disassembly of section .data:
|
||||
|
||||
0000000180000000 <.data>:
|
||||
180000000: 41 83 f8 05 cmp $0x5,%r8d
|
||||
180000004: 7d 38 jge 0x18000003e
|
||||
180000006: 41 ff c8 dec %r8d
|
||||
180000009: 41 83 f8 ff cmp $0xffffffff,%r8d
|
||||
18000000d: 74 2e je 0x18000003d
|
||||
18000000f: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
|
||||
180000016: 00
|
||||
180000017: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
|
||||
18000001e: 66 90 xchg %ax,%ax
|
||||
180000020: f2 0f 10 02 movsd (%rdx),%xmm0
|
||||
180000024: 41 ff c8 dec %r8d
|
||||
180000027: f2 0f 58 01 addsd (%rcx),%xmm0
|
||||
18000002b: 48 83 c1 08 add $0x8,%rcx
|
||||
18000002f: f2 0f 11 02 movsd %xmm0,(%rdx)
|
||||
180000033: 48 8d 52 08 lea 0x8(%rdx),%rdx
|
||||
180000037: 41 83 f8 ff cmp $0xffffffff,%r8d
|
||||
18000003b: 75 e3 jne 0x180000020
|
||||
18000003d: c3 ret
|
||||
18000003e: 48 f7 c2 07 00 00 00 test $0x7,%rdx
|
||||
180000045: 0f 85 ae 00 00 00 jne 0x1800000f9
|
||||
18000004b: 48 f7 c2 0f 00 00 00 test $0xf,%rdx
|
||||
180000052: 74 17 je 0x18000006b
|
||||
180000054: f2 0f 10 02 movsd (%rdx),%xmm0
|
||||
180000058: 41 ff c8 dec %r8d
|
||||
18000005b: f2 0f 58 01 addsd (%rcx),%xmm0
|
||||
18000005f: 48 83 c1 08 add $0x8,%rcx
|
||||
180000063: f2 0f 11 02 movsd %xmm0,(%rdx)
|
||||
180000067: 48 83 c2 08 add $0x8,%rdx
|
||||
18000006b: 44 89 c0 mov %r8d,%eax
|
||||
18000006e: 41 83 e0 03 and $0x3,%r8d
|
||||
180000072: 83 e0 fc and $0xfffffffc,%eax
|
||||
180000075: 48 f7 c1 0f 00 00 00 test $0xf,%rcx
|
||||
18000007c: 75 42 jne 0x1800000c0
|
||||
18000007e: 66 90 xchg %ax,%ax
|
||||
180000080: 0f 18 49 40 prefetcht0 0x40(%rcx)
|
||||
180000084: 0f 28 02 movaps (%rdx),%xmm0
|
||||
180000087: 0f 28 4a 10 movaps 0x10(%rdx),%xmm1
|
||||
18000008b: 66 0f 58 01 addpd (%rcx),%xmm0
|
||||
18000008f: 66 0f 58 49 10 addpd 0x10(%rcx),%xmm1
|
||||
180000094: 0f 29 02 movaps %xmm0,(%rdx)
|
||||
180000097: 48 8d 49 20 lea 0x20(%rcx),%rcx
|
||||
18000009b: 0f 29 4a 10 movaps %xmm1,0x10(%rdx)
|
||||
18000009f: 48 8d 52 20 lea 0x20(%rdx),%rdx
|
||||
1800000a3: 83 c0 fc add $0xfffffffc,%eax
|
||||
1800000a6: 75 d8 jne 0x180000080
|
||||
1800000a8: e9 59 ff ff ff jmp 0x180000006
|
||||
1800000ad: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1)
|
||||
1800000b4: 00
|
||||
1800000b5: 0f 1f 80 00 00 00 00 nopl 0x0(%rax)
|
||||
1800000bc: 0f 1f 40 00 nopl 0x0(%rax)
|
||||
1800000c0: 0f 18 49 40 prefetcht0 0x40(%rcx)
|
||||
1800000c4: f2 0f 10 01 movsd (%rcx),%xmm0
|
||||
1800000c8: f2 0f 10 49 10 movsd 0x10(%rcx),%xmm1
|
||||
1800000cd: 66 0f 16 41 08 movhpd 0x8(%rcx),%xmm0
|
||||
1800000d2: 66 0f 16 49 18 movhpd 0x18(%rcx),%xmm1
|
||||
1800000d7: 48 83 c1 20 add $0x20,%rcx
|
||||
1800000db: 66 0f 58 02 addpd (%rdx),%xmm0
|
||||
1800000df: 66 0f 58 4a 10 addpd 0x10(%rdx),%xmm1
|
||||
1800000e4: 0f 29 02 movaps %xmm0,(%rdx)
|
||||
1800000e7: 0f 29 4a 10 movaps %xmm1,0x10(%rdx)
|
||||
1800000eb: 48 rex.W
|
||||
1800000ec: 83 .byte 0x83
|
||||
1800000ed: c2 .byte 0xc2
|
||||
Reference in New Issue
Block a user