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,52 @@
|
||||
|
||||
soothe_mem.bin: file format binary
|
||||
|
||||
|
||||
Disassembly of section .data:
|
||||
|
||||
000000000052d990 <.data+0x52d990>:
|
||||
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 8b fa mov %rdx,%rdi
|
||||
52d9a2: 48 8b f1 mov %rcx,%rsi
|
||||
52d9a5: 48 8d 15 0c 34 12 02 lea 0x212340c(%rip),%rdx # 0x2650db8
|
||||
52d9ac: 41 8b d8 mov %r8d,%ebx
|
||||
52d9af: 48 8d 0d 02 34 12 02 lea 0x2123402(%rip),%rcx # 0x2650db8
|
||||
52d9b6: ff 15 4c d6 67 01 call *0x167d64c(%rip) # 0x1bab008
|
||||
52d9bc: 44 8b c3 mov %ebx,%r8d
|
||||
52d9bf: 48 8b d6 mov %rsi,%rdx
|
||||
52d9c2: 48 8b cf mov %rdi,%rcx
|
||||
52d9c5: 85 c0 test %eax,%eax
|
||||
52d9c7: 75 14 jne 0x52d9dd
|
||||
52d9c9: 48 8b 5c 24 30 mov 0x30(%rsp),%rbx
|
||||
52d9ce: 48 8b 74 24 38 mov 0x38(%rsp),%rsi
|
||||
52d9d3: 48 83 c4 20 add $0x20,%rsp
|
||||
52d9d7: 5f pop %rdi
|
||||
52d9d8: e9 23 46 ad ff jmp 0x2000
|
||||
52d9dd: 48 8b 5c 24 30 mov 0x30(%rsp),%rbx
|
||||
52d9e2: 48 8b 74 24 38 mov 0x38(%rsp),%rsi
|
||||
52d9e7: 48 83 c4 20 add $0x20,%rsp
|
||||
52d9eb: 5f pop %rdi
|
||||
52d9ec: e9 4f 42 ad ff jmp 0x1c40
|
||||
52d9f1: cc int3
|
||||
52d9f2: cc int3
|
||||
52d9f3: cc int3
|
||||
52d9f4: cc int3
|
||||
52d9f5: cc int3
|
||||
52d9f6: cc int3
|
||||
52d9f7: cc int3
|
||||
52d9f8: cc int3
|
||||
52d9f9: cc int3
|
||||
52d9fa: cc int3
|
||||
52d9fb: cc int3
|
||||
52d9fc: cc int3
|
||||
52d9fd: cc int3
|
||||
52d9fe: cc int3
|
||||
52d9ff: cc int3
|
||||
52da00: 48 89 5c 24 08 mov %rbx,0x8(%rsp)
|
||||
52da05: 48 89 74 24 10 mov %rsi,0x10(%rsp)
|
||||
52da0a: 57 push %rdi
|
||||
52da0b: 48 83 ec 30 sub $0x30,%rsp
|
||||
52da0f: 48 mov %rdx,%rdi
|
||||
Reference in New Issue
Block a user