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 @@
|
||||
|
||||
soothe_mem.bin: file format binary
|
||||
|
||||
|
||||
Disassembly of section .data:
|
||||
|
||||
000000000052d920 <.data+0x52d920>:
|
||||
52d920: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
|
||||
52d925: 57 push %rdi
|
||||
52d926: 48 83 ec 30 sub $0x30,%rsp
|
||||
52d92a: 48 8b f9 mov %rcx,%rdi
|
||||
52d92d: 0f 29 74 24 20 movaps %xmm6,0x20(%rsp)
|
||||
52d932: 48 8d 0d 7f 34 12 02 lea 0x212347f(%rip),%rcx # 0x2650db8
|
||||
52d939: 41 8b d8 mov %r8d,%ebx
|
||||
52d93c: 48 8d 15 75 34 12 02 lea 0x2123475(%rip),%rdx # 0x2650db8
|
||||
52d943: 0f 28 f1 movaps %xmm1,%xmm6
|
||||
52d946: ff 15 bc d6 67 01 call *0x167d6bc(%rip) # 0x1bab008
|
||||
52d94c: 44 8b c3 mov %ebx,%r8d
|
||||
52d94f: 48 8b d7 mov %rdi,%rdx
|
||||
52d952: 85 c0 test %eax,%eax
|
||||
52d954: 75 17 jne 0x52d96d
|
||||
52d956: 0f 28 c6 movaps %xmm6,%xmm0
|
||||
52d959: 48 8b 5c 24 40 mov 0x40(%rsp),%rbx
|
||||
52d95e: 0f 28 74 24 20 movaps 0x20(%rsp),%xmm6
|
||||
52d963: 48 83 c4 30 add $0x30,%rsp
|
||||
52d967: 5f pop %rdi
|
||||
52d968: e9 c3 46 ad ff jmp 0x2030
|
||||
52d96d: 0f 57 c0 xorps %xmm0,%xmm0
|
||||
52d970: f3 0f 5a c6 cvtss2sd %xmm6,%xmm0
|
||||
52d974: 48 8b 5c 24 40 mov 0x40(%rsp),%rbx
|
||||
52d979: 0f 28 74 24 20 movaps 0x20(%rsp),%xmm6
|
||||
52d97e: 48 83 c4 30 add $0x30,%rsp
|
||||
52d982: 5f pop %rdi
|
||||
52d983: e9 a8 43 ad ff jmp 0x1d30
|
||||
52d988: cc int3
|
||||
52d989: cc int3
|
||||
52d98a: cc int3
|
||||
52d98b: cc int3
|
||||
52d98c: cc int3
|
||||
52d98d: cc int3
|
||||
52d98e: cc int3
|
||||
52d98f: cc int3
|
||||
52d990: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
|
||||
52d995: 48 89 74 24 10 mov %rsi,0x10(%rsp)
|
||||
52d99a: 57 push %rdi
|
||||
52d99b: 48 83 ec 20 sub $0x20,%rsp
|
||||
52d99f: 48 mov %rdx,%rdi
|
||||
Reference in New Issue
Block a user