Coder Social home page Coder Social logo

Comments (2)

JesusXD88 avatar JesusXD88 commented on July 30, 2024

UPDATE:
Using macOS Catalina (will try again with Monterey whenever I get free time) I have been able to build successfully reloader and iphoneos-arm/launchd by changing the IOKit library reference from the system one to the one bundled in reloader/reloader/include/IOKit (in case of launchd I also had to get IOCFSerialize.h from https://github.com/apple-opensource/IOKitUser).
I think I also had to get the iOS 10.2 SDK from https://github.com/ipadkid358/iPhoneOS10.2.sdk so I could use it in XCode 12.4.
However, no matter how I try I'm not able to build the hook in the iboot payload (in iphoneos-arm/iboot/hook), this is the error I get:
➜ hook git:(main) ✗ make /opt/gnuarm/bin/arm-none-eabi-gcc -o payload.elf -L. -nostdlib -Tscript.ld main.o cache.o -lp ./libp.a(printf.o): In function `_ntoa_long.constprop.1': printf.c:(.text+0xb8): undefined reference to `__aeabi_uidivmod' collect2: error: ld returned 1 exit status make: *** [payload.elf] Error 1
The arm-none-eabi used is arm-none-eabi version 7 from 2018.
I've tried as well compiling the payload on Linux (Arch Linux), although I get the same error (this time using arm-none-eabi 11.3.0).

from p0insettia.

dora2-iOS avatar dora2-iOS commented on July 30, 2024

Well, one of the reasons may be that I used the old arm-none-eabi around 2013...

from p0insettia.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.