c1 exercises

This commit is contained in:
2024-12-11 15:27:34 -05:00
parent 1abc5b8e52
commit 6b81c1678a
8 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
triple: 'arm64-apple-darwin'
binary-path: a.out
relocations:
- { offset: 0x26, size: 0x8, addend: 0x0, symName: _main, symObjAddr: 0x0, symBinAddr: 0x100003F38, symSize: 0x30 }
- { offset: 0x41, size: 0x8, addend: 0x0, symName: _main, symObjAddr: 0x0, symBinAddr: 0x100003F38, symSize: 0x30 }
...