-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple Mach-O Linker Error #476
Comments
@bob-2017 just use the precompiled ipas |
@P0siti0n45 I am trying to modify and tweak the jailbreak so the precompiled IPA isn't going to be of much use |
@bob-2017 What exactly are you trying to do? |
Attempting (Take note of the operative word "attempting") to make it fully untethered. |
Will you release it if you make it untethered? |
Yes but that is only if |
And I should also mention that I did have trouble when importing IOKit I had trouble so I just dragged the folder (Not a .framework) into the frameworks folder of xcode |
If it helps anyone, here is my copy of it: |
I'll send you mine, you will need to change paths probably but it compiles |
Anything new @bob-2017 @uspasojevic96 let me know as soon as possible also @uspasojevic96 is yours a untethered as then fully untethered version of Yalu102? |
Untethering doesn't work like that. You make a Cydia package that pre-patches the kernel and runs the exploit on each boot |
Hello @uspasojevic96 , sorry for the late response, i got a bit caught up in life. If you could send me your copy that would be GREAT. |
Hey so @bob-2017 do you have something like a bootrom exploit to patch the Kernel upon boot? |
Also @uspaojevic96 would you please send us your copy of Yalu102 and the source code and compiled IPA and is it a fully untethered? Even if it's not I'd still like to have it to look at please and use thanks! |
Sure mate, i was busy with college, i will when i get home |
@uspasojevic96 is your source code and your Yalu version Untethered? |
No, there us no way to nuke kernel in that way atm |
@bob-2017 @uspasojevic96 @king4q No one here has an idea of what they're talking about. You, the bob guy, if you can't add headers to a project you clearly don't even know what an untether is. And just so you know you don't have to modify (or "tweak") the application for an untether. You clearly have no idea of what your talking about |
I know what am i talking about, there needs to be exploit that can be ran during boot, meaning that there needs to be some sort of injection into kernel when its jailbroken, but that is impossible due to Apple having enhanced protection for kernelspace, the way this exploit works is by manipulating hanging pointer bug until you have enough hanging pointers from IPC, the offsets are needed so it can be decided where they start |
@uspasojevic96 not talking about you, but about the bob guy |
@jakeajames When I make stuff in c++ and i import the headers, IT IMPORTS. When I do the same in python with librarys, IT IMPORTS. When I do it in swift with frameworks, IT IMPORTS. Now, with objective-C, I am not saying that I am amazing at it but I have got a decent knowledge and I can learn fast. If I made a mistake, THEN SO BE IT. I am a human, and humans make mistakes. And I do know what an untether is, it is when a jailbroken device can power off and on at will without losing the jailbreak. This bit here:
Is the bit that creates the pointers, isn't it? |
@bob-2017 keep up the good work hope you do this and make it more stable for Air 2 users and iPad mini 4 users |
@KILLCAMPER thanks for the support :D 👍 😄 |
Also @uspasojevic96 , can you please send me your copy ASAP. thanks :D 😃 |
Any way I can get a copy of that copy, I'm getting the linker error too @bob-2017 @uspasojevic96 |
@uspasojevic96 please share your copy of it. |
Oh and also seeing that Ian beer made that exploit, everything should be much easier |
I read the issue posting guidelines.
Hello people, after fixing issues with IOKit (I had to change stuff like #import <IOKit/IOKitlib.h> to #import "IOKit/IOKitlib.h") I am now encountering 27 errors called Mach-O linker error, i.e ""_whole_dump" referenced from: Jailbreak.o in _exploit"
Now, i have already gone through all the issues with Mach-O in them, and have had no luck. I have changed the architechture to arm64 and all the other things mentioned with no luck at all.
The text was updated successfully, but these errors were encountered: