-
Posts
3,072 -
Joined
-
Last visited
Community Answers
-
Oxytyramine's post in 11.2.6 jailbreak? was marked as the answer
you better update to iOS 11.3.1 before the signing window closes, the jb is iOS 11.0/11.1.2/11.3.1 only
-
Oxytyramine's post in Are ios cheats going to be updated to work with Electra? was marked as the answer
not yet, you can apply hacks manually though
wait for cydia and Cydia substrate updates
-
Oxytyramine's post in lldb issue was marked as the answer
Instead of 127.0.0.1, put your iphone's IP address.
-
Oxytyramine's post in Quick question on [Free Store] was marked as the answer
What offset or what function to look? For free store you need search for stuff like this: cost, price, canAfford or etc...
and in the top of the function for canAfford = mov r0, #1 (true) - bx lr
for cost = 0020 (false) - bx lr or just bx lr
for price = same as cost
-
Oxytyramine's post in Import vector was marked as the answer
Just kidding lol, its just you're missing much headers
-
Oxytyramine's post in Weird error with kirb/theos was marked as the answer
yep updated ld64, cc tools and llvm to latest that updated by coolstar yesterday -
Oxytyramine's post in Error: ld: symbol(s) not found for architecture armv7 - Theos on iOS 8 was marked as the answer
bruh u should add ARCHS = armv7 arm64 to the tweak MakeFile and Add PROJECTNAME_FRAMEWORKS = UIKit to the Patcher MakeFile Done!