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,34 @@
|
||||
|
||||
soothe_mem.bin: file format binary
|
||||
|
||||
|
||||
Disassembly of section .data:
|
||||
|
||||
0000000000563260 <.data+0x563260>:
|
||||
563260: 40 53 rex push %rbx
|
||||
563262: 48 83 ec 20 sub $0x20,%rsp
|
||||
563266: 48 8b d9 mov %rcx,%rbx
|
||||
563269: 83 ea 01 sub $0x1,%edx
|
||||
56326c: 74 28 je 0x563296
|
||||
56326e: 83 fa 01 cmp $0x1,%edx
|
||||
563271: 74 08 je 0x56327b
|
||||
563273: 32 c0 xor %al,%al
|
||||
563275: 48 83 c4 20 add $0x20,%rsp
|
||||
563279: 5b pop %rbx
|
||||
56327a: c3 ret
|
||||
56327b: 8b 89 c0 00 00 00 mov 0xc0(%rcx),%ecx
|
||||
563281: 39 8b c4 00 00 00 cmp %ecx,0xc4(%rbx)
|
||||
563287: 89 8b c4 00 00 00 mov %ecx,0xc4(%rbx)
|
||||
56328d: 0f 95 c0 setne %al
|
||||
563290: 48 83 c4 20 add $0x20,%rsp
|
||||
563294: 5b pop %rbx
|
||||
563295: c3 ret
|
||||
563296: e8 a5 01 00 00 call 0x563440
|
||||
56329b: 80 bb 91 00 00 00 00 cmpb $0x0,0x91(%rbx)
|
||||
5632a2: 75 08 jne 0x5632ac
|
||||
5632a4: 48 8b cb mov %rbx,%rcx
|
||||
5632a7: e8 34 0a 00 00 call 0x563ce0
|
||||
5632ac: 48 8b cb mov %rbx,%rcx
|
||||
5632af: 48 83 c4 20 add $0x20,%rsp
|
||||
5632b3: 5b pop %rbx
|
||||
5632b4: e9 e7 0c 00 00 jmp 0x563fa0
|
||||
Reference in New Issue
Block a user