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:
|
||||
|
||||
000000000052db50 <.data+0x52db50>:
|
||||
52db50: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
|
||||
52db55: 57 push %rdi
|
||||
52db56: 48 83 ec 30 sub $0x30,%rsp
|
||||
52db5a: 48 8b f9 mov %rcx,%rdi
|
||||
52db5d: 0f 29 74 24 20 movaps %xmm6,0x20(%rsp)
|
||||
52db62: 48 8d 0d 4f 32 12 02 lea 0x212324f(%rip),%rcx # 0x2650db8
|
||||
52db69: 41 8b d8 mov %r8d,%ebx
|
||||
52db6c: 48 8d 15 45 32 12 02 lea 0x2123245(%rip),%rdx # 0x2650db8
|
||||
52db73: 0f 28 f1 movaps %xmm1,%xmm6
|
||||
52db76: ff 15 8c d4 67 01 call *0x167d48c(%rip) # 0x1bab008
|
||||
52db7c: 44 8b c3 mov %ebx,%r8d
|
||||
52db7f: 48 8b d7 mov %rdi,%rdx
|
||||
52db82: 85 c0 test %eax,%eax
|
||||
52db84: 75 17 jne 0x52db9d
|
||||
52db86: 0f 28 c6 movaps %xmm6,%xmm0
|
||||
52db89: 48 8b 5c 24 40 mov 0x40(%rsp),%rbx
|
||||
52db8e: 0f 28 74 24 20 movaps 0x20(%rsp),%xmm6
|
||||
52db93: 48 83 c4 30 add $0x30,%rsp
|
||||
52db97: 5f pop %rdi
|
||||
52db98: e9 03 3e ad ff jmp 0x19a0
|
||||
52db9d: 0f 57 c0 xorps %xmm0,%xmm0
|
||||
52dba0: f3 0f 5a c6 cvtss2sd %xmm6,%xmm0
|
||||
52dba4: 48 8b 5c 24 40 mov 0x40(%rsp),%rbx
|
||||
52dba9: 0f 28 74 24 20 movaps 0x20(%rsp),%xmm6
|
||||
52dbae: 48 83 c4 30 add $0x30,%rsp
|
||||
52dbb2: 5f pop %rdi
|
||||
52dbb3: e9 18 47 ad ff jmp 0x22d0
|
||||
52dbb8: cc int3
|
||||
52dbb9: cc int3
|
||||
52dbba: cc int3
|
||||
52dbbb: cc int3
|
||||
52dbbc: cc int3
|
||||
52dbbd: cc int3
|
||||
52dbbe: cc int3
|
||||
52dbbf: cc int3
|
||||
52dbc0: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
|
||||
52dbc5: 48 89 74 24 10 mov %rsi,0x10(%rsp)
|
||||
52dbca: 57 push %rdi
|
||||
52dbcb: 48 83 ec 20 sub $0x20,%rsp
|
||||
52dbcf: 48 mov %rdx,%rdi
|
||||
Reference in New Issue
Block a user