diff options
| author | schererleander <leander@schererleander.de> | 2024-08-20 21:30:13 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2024-08-20 21:31:54 +0200 |
| commit | f8697ab92aae42d6b4103ac04e152cfa110c646f (patch) | |
| tree | 04fe2857cc9ae2cdb2d0a4c8382fab28a12122af /build | |
| parent | 3227b015f4d7e14fa501b8dadd163063fda247ba (diff) | |
initial commit
Diffstat (limited to 'build')
| -rwxr-xr-x | build/main | bin | 0 -> 35320 bytes | |||
| -rw-r--r-- | build/main.dSYM/Contents/Info.plist | 20 | ||||
| -rw-r--r-- | build/main.dSYM/Contents/Resources/DWARF/main | bin | 0 -> 12218 bytes | |||
| -rw-r--r-- | build/main.dSYM/Contents/Resources/Relocations/aarch64/main.yml | 10 |
4 files changed, 30 insertions, 0 deletions
diff --git a/build/main b/build/main Binary files differnew file mode 100755 index 0000000..433e498 --- /dev/null +++ b/build/main diff --git a/build/main.dSYM/Contents/Info.plist b/build/main.dSYM/Contents/Info.plist new file mode 100644 index 0000000..fe7fecd --- /dev/null +++ b/build/main.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> + <dict> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleIdentifier</key> + <string>com.apple.xcode.dsym.main</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>dSYM</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleVersion</key> + <string>1</string> + </dict> +</plist> diff --git a/build/main.dSYM/Contents/Resources/DWARF/main b/build/main.dSYM/Contents/Resources/DWARF/main Binary files differnew file mode 100644 index 0000000..03b14b0 --- /dev/null +++ b/build/main.dSYM/Contents/Resources/DWARF/main diff --git a/build/main.dSYM/Contents/Resources/Relocations/aarch64/main.yml b/build/main.dSYM/Contents/Resources/Relocations/aarch64/main.yml new file mode 100644 index 0000000..fdd35a7 --- /dev/null +++ b/build/main.dSYM/Contents/Resources/Relocations/aarch64/main.yml @@ -0,0 +1,10 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: 'build/main' +relocations: + - { offsetInCU: 0x26, offset: 0x26, size: 0x8, addend: 0x0, symName: _updatePlayerMovement, symObjAddr: 0x0, symBinAddr: 0x10000314C, symSize: 0x2A0 } + - { offsetInCU: 0x56, offset: 0x56, size: 0x8, addend: 0x0, symName: _updatePlayerMovement, symObjAddr: 0x0, symBinAddr: 0x10000314C, symSize: 0x2A0 } + - { offsetInCU: 0xCE, offset: 0xCE, size: 0x8, addend: 0x0, symName: _updateBullet, symObjAddr: 0x2A0, symBinAddr: 0x1000033EC, symSize: 0x20C } + - { offsetInCU: 0x12A, offset: 0x12A, size: 0x8, addend: 0x0, symName: _moveEnemy, symObjAddr: 0x4AC, symBinAddr: 0x1000035F8, symSize: 0x18 } + - { offsetInCU: 0x15C, offset: 0x15C, size: 0x8, addend: 0x0, symName: _main, symObjAddr: 0x4C4, symBinAddr: 0x100003610, symSize: 0x808 } +... |
