X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/0047545cb97c80de1259dfe60c1f96ab22762dca..1771224f6d1aaac181963198b5d9fe1b1ed5469e:/trampoline.sh diff --git a/trampoline.sh b/trampoline.sh index 80060a0..0975a5d 100755 --- a/trampoline.sh +++ b/trampoline.sh @@ -70,7 +70,7 @@ for arch in "${archs[@]}"; do filesize=${file[1]} echo - echo "static const char ${name}_${arch}_data_[] = {" + echo "static const unsigned char ${name}_${arch}_data_[] = {" LANG=C od -v -t x1 -t c -j "$((offset + fileoff))" -N "${filesize}" "${object}" | "${sed}" -e ' /^[0-7]/ ! {