#development
1 messages · Page 100 of 1
if hes on ios 14 yeah
This ?
15.1.1
well that means a simple erase should fix it if you cant figure it out how to do it manually
its not gona dox me or anythhing?
did you supervise
no
then no

HORSE
@timid furnace the reason is because you need to do this for touch id
lemme compile
Im a cash whore
@timid furnace sent
$20 is $20
what?
there arent any profiles installed that will be affecting it
yea
wat
open clienttruth.plist @acoustic imp
k
wait
first, uninstall the demo apps
then
remove
passcode.settings.digital_health_restrictions.passcode.settings-restrictions
and system.web.contentfilter.basic.digital_health_restrictions.system.webcontentfilter.basic-restrictions
From that plist
then reboot (normal reboot not hard reboot)
userpsacereboot?
no
Safely rebooting your device allows for data to save and the operating system to properly clean up and shut itself down. In order to do so, do one of the following:
- Turn your device off, and then turn it on again
- Enable AssistiveTouch, and navigate to Device > More > Restart
- Ask Siri to restart
These steps won't work if your iPhone is stuck or frozen, or if it's not booted into iOS (ie. if it's in recovery or DFU). See the reboot tag for instructions on force rebooting.
What are you doing
can i use ssh
why is it frozen
2155860546
2155860546
it usally frezes randomly for like 10-30 sec
Tf did u do to yo phone 😭😭
probably because he has like 5000 tweaks installed
probly
Average jailbreaker
it could allso be bc my battery helth at 78% an cpu is like throttled
It might be cuz ur phone is oop yea
Thank u thank u thank u @timid furnace
What
Now pay him 15 bucks
now dont open that app again 
ok
UnOOP.deb
@radiant idol pin this
no
It does not need to be pinned 😭😭
i dont think anyone else is gonna do that 😭
Nobody else is using that
this is #development bruh
right
for real
What even is this
develop some bitches
at this point this is gen alpha chat v2
Apparently the dude disabled face id
il take a screeshot and heart it
How 
Beats me
Demo app
By installing and opening the face ID demo app
Funny
idiotic
ok, i didnt know it would fuck faceID
Funny as in idiotic
if i had knonw i wouldnt have done it
Okay this is over now so you're being evicted from development

eviction notice
Dont download demo or internal shit
what other tweaks should i test while statur is fixing executable patching
Need to get back to bashing capt
nexus
settings widget
ok
for settings app
Add profile install button
Lmfao
wat
It'll work 100%
get me a deb and ill test @timid furnace
[[Add profile install button]]
Add an "Install Profile" button to the "Profile Downloaded" popup.
DhinakG
1.0.2
Free
com.dhinakg.addprofileinstallbutton
cool
Whenever i be doing hackintosh shit and i see dhinak name i be like yoo a crossover
ima try SettingsWidgets first
@acoustic imp was that transphobia
no didnt meant it like that, like converted to chromebook from JB...
[[SettingsWidgets]]
cool tweak
part of it is broken but i think thats because old twek
Id switch too
shepgoba tweak 👀
Fuck this community
is this ios 15?
yes
yeah
W shephoba tweak
howd u get it to work?
secret
and doe it need legacy abi?
yes
A lot of OOP
probly tru tho
dont ask how the emoji clipped through the []
what are you using to view logs
i made a quick tweak that just sends a notif if the selector wasnt recognized
but its very hit or miss
idk why i still even have it installed
old abi fr
spinlocks fr*
Yea it's pretty useless lmao
isnt there already an install button when u try to DL a profile?
or does it make it so u dont have to go into settings etc?
there isn't
ooo i should try the Flow tweak
Since iOS 12 you have to go into settings manually
YES
https://dhinakg.github.io/dallas-profiles/DallasEnabler.signed.mobileconfig probably the easiest one to test
alr
ios repo updates rate limited me.
I wonder if it would be possible to outright embed this into Dahlia
i feel threatened
I can just add it as a dependency
No point in duplicating the code
@timid furnace
true + it'll always be on your repository
Does the button work
can iOS repo updates stop rate limiting me plz
use vpn
too lazy
yeah it works
ad block luna vpn + squid gestures = easy
Bet
Alr uninstall it ig
can i delete now
lmao
alr
now
how do i get uh
Flow deb
nvm it stopped rate limiting me
Muirey tweak?
flows free now right?
yeah
yes
[[flow]]
I think Flow needs a fix tweak though
lemme get that
I got it alr
I need to get the flow fix tweak from a source that i cannot name here because thats the only place where they have it
frcoal
uhh how do i do this
ima just use postbox
no

isnt flow just like fricked on anything rootless other than xina1
what does the fix tweak actually do
weird
like it wouldnt get the album art from the apps for what ever reason
swift 
yeah its swift
Wait with this does the screensaver auto start when the phone turns off, like on the store phones?
@radiant idol this is the verion I tried
ok
No
The demo loop app crashed
Intresting
Actually could a trollstore app make itself launch when phone sleeps like that app should?
Sleep saver trollstore
ok so the regular flow just plain out doesnt work, rip
i mean u could have a deamon that lauches an app or sm, idk
@radiant idol I have custom tweak injection on to AM but don’t see flow trying to inject into it tho
kinda works
this is the cy verison
with symlinks?
I think yea
well its the only way bc it rootfull
is it still conventional to do depends: PreferenceLoader or is there some other type of loader now? @radiant idol
preferenceloader
bet
whatcha doijn
👁️
tell meeeee
IS IT A CALCULATOR
yes
yes
IT IS NOT A CALCULATOR
NOOO
i wana try
buddy.
wait is it a brightness fix??
frcoal
??
bc A14
is this femboy calc?
pinamine
no
@radiant idol and ur supposed to use cephei for managing prefs right
oh what is it
just use whatever
why do ppl use cephie, like whats so good about it?
palera1n and dopamine have cfprefsd hooks to redirect it to the rootless path
how the hell do you invoke a .script file
Does anyone know how to get simject to work with an iOS 17 simulator
lmk if u figure it out
oop
chmod +x and ./script.script idk
yes
in the defaults key of a pref bundle Root.plist, does it search for the defaults ID in /var/mobile/Library/Preferences?
NSUserDefaults store the prefs in a file in ~/Library/Preferences no?
no
uh
it doesnt store it in a file
(?)
the defaults key is what is passed to CFPrefs*/NSUserDefaults apis
then where is it stored?
i thought NSUserDefaults was a frontend for CFAppPreferences
not exactly sure
if it's not a stock apple bundle ID (+ certain exceptions) the rootless hook will redirect where cfprefsd stores it
idk how NSUserDefaults is implemented
it probably uses some lower level CFPrefs function that the user-facing CFPrefs functions also call
what are you trying to do here
saving prefs with a prefs bundle and retrieving them in the tweak
<key>defaults</key>
<string>com.dhinakg.dahlia</string>
<key>key</key>
<string>ShowFullUpdateName</string>
NSUserDefaults* defaults = [[NSUserDefaults alloc] initWithSuiteName:@"com.dhinakg.dahlia"];
[defaults boolForKey:@"ShowFullUpdateName"]
just use nightwinds example
tweak thing
or you can use CFPrefs apis as well
okay bet
as long as you're not doing something super wacky it'll work fine
was abt to ask if i could just use initWithSuiteName
right, i jus coppied ur searchdots tweak
What are you guys cooking ?
oop
oriented object programming ?
yes
@gaunt stone
OOP is just a way to program using classes and instances
springboard tweak injection with kfd and the ct bug, tweaks loaded by ellekit. thanks @zhuowei for the technique
the pain i have to endure in this channel is insane

massive W
nice
wonder if it works on iOS 16 too
It does
ld: unknown options: -allow_simulator_linking_to_macosx_dylibs ``` what
Nice
probably something extremely cursed
of course they are
the issue is in stock ios
any C hook could cause it
Catst0re source has supposedly been released on a “forum”(?)
Was looking around but couldn’t find anything, idk https://fxtwitter.com/nr1az/status/1740458752506245231?s=46&t=pDMUhZldeE15gYUw0tlq5w
Hello everyone,
I am writing to announce that I will be ending development of catstore. The source code has been posted to the forum, so please find it yourself. Exploits are also included.
There are a few reasons why I am ending development, but the main one is that I have become interested in BugBounty and would like to focus on that. I apolog...
To be revealed 
smh
We need this source code asap lol
* if it's real
considering the pinned post on their profile is of a VRChat avatar holding up the middle finger I doubt it was actually posted
Yea idk both repos that used to exist don’t anymore as far as I can tell
the GitHub account is gone
lmfaoo
anyone know how to solve this
i am trying to use simject
good thing you didnt post this in #jailbreak
we have a little bit more time until gen alpha finds this message
and posts to reddit
Hey ferb I know what we’re gonna do today
is it already there i wonder
add -ld_classic or smth
Yeah didn’t wanna get 50 replies “ETA?” “Is there an ETA?” “Is this a PPL bypass?”
alright
but i don't think you can use simject with Xcode 15 so
ah ok
It’s not by the looks of it
ITS ALREADY THERE
they mentioned Tor
BRU
fucking
NOOOOOOOOOOOOOO
ok downvote it everyone
this gotta be one of us
i cant with the subreddit
"wen eta" is a joke going back to 2018 i think
anyways, they said it's on tor
so
Definitely someone here 
i would never
wasnt me
neat
somones gona clip that
I’ve never been on tor so uhhhh gl someone who tries to find it lol
might wana delete
doubt its gonna be completely stable on release though
gl knowing where to look for it on tor
exactly
Yea no clue at all
i'll just wait for someone else to put in the effort
and if no one finds it it doesnt exist
easy
Gotta find like a Japanese forum or something
considering how fast these mfs are to post on reddit i'm sure we'll hear through the grapevine once someone finds it
tf happened bro i left for like 10 mins
uh
I just wanna know how they allegedly installed TrollStore with just a WebKit exploit 😛
springboard injection
real?
yea
its pretty easy
use SRDBreak
NO GO AWAY
trollstore.ipa ‼️
not that dude that throws his phone
DEVS ONLY
time to migrate to the dev thread
Idk what happened I said the wrong word lol
I meant WebKit
hidden thread time 
if it gets bad maybe
for now i think it's bearable
anyways
ok flex wtf, i can open Cgrect thingys on ios 16 ipad but not phone ios 15, wth
statur, anything with orion yet? dont expect you to have done stuff so late in the night but just askin
no
aw
something else
also the select feture is so much better on ipad, it actully seelcts the thing u want
because they are oop
nah, i had to call it a night
ill get back to it tmr
lazy fuck
i feel bad for nagging you all the time lmao
idc lol
i just dunno what to do with the project since my part (the far easier portion) is done
the control file editing shit
did that
add/make pictures?
i see
eta not soon
good
"Should I update ota to catstore?"
"I'm making a garbage fork of trollstore called catstore."
hm
where is this
masto
mastur
misskey or whatever
im surprised #jailbreak still hasnt caught on
Something is wrong… 
idk how the reddit people do it tho
the narrator when I use a pill in the binding of Isaac video game haha relatable video game reference
Who’s OP
OOP
OOP based
PauseChamp
I have a domaine device if you need testers
whats a domain device?
bet
I have an iOS 14.6 A14 jb taurine if you want
I mean I have a trillion test devices but that's already known
okay buddy pal
i can also test as well, depending on what it is
https://fxtwitter.com/onejailbreak_/status/1740474418290155979?s=46 can’t wait until that one Redditor reposts this with exactly the same title
🕵️évelyne, the genius behind ElleKit – the tweak injection engine driving today's jailbreaks – just showcased the unthinkable: SpringBoard tweak injection without needing a jailbreak🚀🔥
https://x.com/eveiyneee/status/1740472395436286277?s=20
#nojailbreak #TrollStore2 #KFD #iOS15 #iOS16
↘️ Quoting évelyne (@eveiyneee)
springboard tweak inject...
ok
wrong domain name
dont remind me
Fixed!
bruh they even tweet about icloud bypass 
society sucks
oh
@ aaron i just installed a modified youtube ipa
yes stat
ETA on getting removed
uh
"MDM"
that's weird
15mins
i remember checking rjb on christmas and some dude just posted the link to a pirated movie app
saying merry xmas
😭
free-robux.exe
bruh do they actually lease devices with supervision on
wtf
that's actually fucked up
who
joe
yeah
this is looking more and more like a scam every minute
Need an advice, how can I bundle a preferences tab in settings for my tweak ?
Isn’t that
The patreon logo
do I have to create a new instance or can I bundle everything in my current tweak
you already know they sending that over http
cd TweakDir; $THEOS/bin/nic.pl and then use the pref bundle one

ah yes direct bank account access 
Thanks 🔥
Yeah, my ssn is <script> alert(1)</script>
You’re so done 
and just copy nights tweaks w prefs(search dots)
.
Wait right they changed to the blob lmaoooo
its opensource🤷♂️
read the licenses sir
thanks
me = pirate
I figured out alone
lol its ok
@sonic totem @timid furnace @native orbit they found out
watch the chaos unfold
eta's incoming
lmfao
🍿🍿
I’m impressed by how long it lasted
@naive kraken do you know the name of the view controller for CC that houses all the modules and stuff?
@hasty ruin you think there's a way into making the iPhone think it has the original battery with JB?
ping me next time there is such things 🙏
jus find it w flex...
or look at ccsuport github
can u shut ur stupid ass up
it doesn't even work properly on rootless
go do cgrect alloc init or whatever ur trying to do
They didn’t embed the tweet so there shall be a delay
What does this do? What iOS version?

lmfao
no idea
It gotta be something in a .plist
what
no
it's a sensor
you have to hook IOKit stuff for that
that sends information to the phone
Don't even know about hooking, neither IOKit 😦
Where can I read about IOKit?
Considering posting it in their with the proper tweet embed 
Should I ?
you'll get flammed of eta
ok
That's kernel level stuff?
does anyone know how to make IDA look good on wine
I can't type 😭
real, u messed it up twice
Yes
yeah fr
Damn :S
there's a ton of resources online
just hook whatever uses IOKit
#jailbreak message
The embed makes it look like my tweet

Oh it is OVER
OH YOURE DONE
This does not looks interesting
that is not what you're looking for
Represents a battery residing inside a Mac.
GOOD LUCK @sonic totem 😭
@ alfie wen eta sir 🙏
? 
Wow something is definitely up with #jailbreak tonight

Awfully slow reaction times
alright actual question time
what's the current solution for preferences access from sandboxed apps
is it still "use cephei or IPC into springboard"
Can I tease them up a little ?
and here we go
@sonic totem eta?
not out of my head
Started 🔥
found it (CCUIModuleCollectionViewController)
and howd u find that
@naive kraken do you use ida in wine on mac
flex
oop
no I didn't
I'm wondering if they are blind
@gaunt stone do u know objc?
“Alfie, I heard you say you had a 0day CoreTrust bypass”
@gaunt stone knows oop for sure
That’s one sentence that would spell death for me
I know OOP yes
I’d have to leave the community 
Alfie, I heard you say you had a 0day CoreTrust bypass
Alfie, I heard you say you had a 0day CoreTrust bypass
ok do you know like CGrect stuff ?
Alfie, I heard you say you had a 0day CoreTrust bypass
and NSLayout thing
Alfie, I heard you say you had a 0day CoreTrust bypass
Alfie, I heard you say you had a 0day CoreTrust bypass
Let's move that over to #jailbreak 
Alfie, I heard you say you were looking into boot ROMs
If I have one, I will release it ‼️
That is indeed my next project
posting to reddit rn
A6 ROM bugs!!
🔥
b
Fr
but
Deleting my Reddit account
"no one cares about A6"
What if it’s untethered 
Surely you meant to say A16 rom
haha right /s
that's something i can help on 🙏
🙏
@naive kraken you have any idea of how to close the cc programmatically? simulating a home button press would close a bg app too so
"everyone has already updated to A16 and iOS 17!!!!!"
uh i think i know
Does A16 support IMG3?
how?
it's time for my daily sacrifice of 3000 brain cells to openssl
hold on
do it how assitive touch does it
no
yes
do not look at offset 0x43f1a for a memory leak gadget in the A13 securerom
Idk maybe (has no idea what this is technically)
Thank you for your service 🫡
bet
Spoiler: no IMG3 support since A6
But IMG3 bug == untethered ROM bug
Which is very appealing to me
[[NSClassFromString(@"SBControlCenterController") sharedInstance] dismissAnimated:true];
@slender glade
speaking of which i should upload img3partialhash somewhere
checkm8 on my A5 device is getting annoying
What is this 
my goat my hero my idol
what is this
Alfie, I heard you say you had a 0day KTRR/PPL/PAC bypass
You heard correctly - and not just one, but ALL THREE!
Pretty arcane, just calculating partial digests for IMG3 stuff
Posting that to reddit rn
Apple did the funny and added some special shenanigans to SHA1 calcs
Free karma simulator
iboot Achilles eta
🔥🔥
@aаron do you know oop
Fr
Who up orienting they objects
posting this on r/jailbreak subreddit
@sonic totem i someone say something about you having a 0day CoreTrust bypass
whats up with that
s0n…
i doubt he even knows what OOP is...
Thank you Ok_Ant_2658 for confirming that which you know nothing of
me when the sharedInstance unrecognized selector
Deleting all socials nrs
lemme see headers
TrollStore 3.0
Ok_Ant_2658 will be releasing dopamine 2
s0n
try sharedInstanceIfExists
00pjb
i'll try _sharedInstanceCreatingIfNeeded
ijapija00
cause sharedInstanceIfExists will prob jsut return null
im commenting that
can someone link the post
oh fr
cursed
yes
bet
Do it 
https://www.reddit.com/r/jailbreak/comments/18t3zno/evelyneee_successfully_achieves_tweak_injection/
trollstore 3
old
trollstore 2.0.9 coming soon actually
ky
do it
s
????
i genuinely have no ideas besides panicking atm
Do it
everyone guess what just released https://github.com/opa334/TrollStore/releases/tag/1.5.1 !!!
@indigo peak replied fr
what i just replied to your message with s
@radiant idol GOAT
Lmaoooo
replied as well fr

#development gang out in full force
bro really thought he did something with the "s0n"
@sonic totem we shoulda all replied "eta" at the same time 😔
Pro dev alert
There’s bound to be more lol
I say this, but I also use s0n, and I’m nowhere near a pro dev lol
isnt there "s0n" in ch0ma ????
#1 customer: ISIL

CoreTrust bypass eta s0n!!!
I added that during testing and forgot to remove it lol
@sonic totem
back in the day "eta s0n" was censored here
So we added CoreTrust bypass eta now!!! at the end of the bypass code
et4 s0m
Okay that has GOT to be one of you guys
@young meteor identify youreself
oh
hi
how i learned: i had an idea for a project, i started working on the project, when i got to soemthing i didnt know, i looked it up, learned that way
me fr
FRANÇAIS
?
I see french
OH MY GOD THEY REPLIED TO ONE OF THEM
Yes
bwahahahahah
ofc they replied to me
kermit the flop
bro forgot about ios 15
doesnt mean anything, s0n means soon, lets not forget the iPad 2 on iOS 5.0 went 4,285 days without a jailbreak...
on iOS 15+ am I supposed to do anything more than this
let window = UIWindow(frame: UIScreen.main.bounds)
window.windowLevel = .alert
window.rootViewController = navVC
window.makeKeyAndVisible()
it doesn't seem like it's working but on iOS 15+ it seems like I'm supposed to use the UIWindow(windowScene:) initializer
No way! So is my 0day untethered iBoot exploit!
(it's not working at runtime, the window is not appearing)
anyone got any ideas of what forum this is lol
https://fxtwitter.com/nr1az/status/1740458752506245231
Hello everyone,
I am writing to announce that I will be ending development of catstore. The source code has been posted to the forum, so please find it yourself. Exploits are also included.
There are a few reasons why I am ending development, but the main one is that I have become interested in BugBounty and would like to focus on that. I apolog...
its on tor apparently
so uh do i have to downgrade my mac to use simject?
Probably just an easy way to leave the scene now that everyone’s realised it’s fake tbh
or that yeah
mac versions are not signed
@slender glade o.0
@kind herald
the dedicated battery API is for macOS
for iOS

you need to find other general purpose functions
It's for iOS
why tf are your apple docs so blue 💀
ik its just annoying
i will go check my apple docs for battery
Wut
I dont understand
I am talking about battery of my iPhone
Not Mac
you searched for battery in the IOKit sidebar
omg
what are you trying to find @dreamy mason
Just docs about iPhone batteries
oh
Like what causes the notifications and stuff
i thought you were trying to do something specific
wait about the physical batteries themselves or the software regarding them
It IS something specific
he wants to fake the battery status of his iphone
software
ok ok
no, it is fake. I want to see what triggers this.
like in the settings app?
ig
Look
I want to see what makes the iPhone think it has a unknown battery.
you said it was in IOkit
alright one moment i will get you the documentations on that please wait
thanks comrade
lemme look through headers
They literally said that the battery api is for macOS
I think we're having a miscommunication here.
This is what I want:
Lets say I make an iOS app, and I want to display that my battery is unknown (inside my app), how do I display this on the screen? Which variable shows that my battery is original or not?
I do not get where people get the "macOS" thing from honestly.
You wanted that?
That's what I want, yes.
-[UIDevice batteryLevel]
You made it sound like you wanted a low level explanation like @proper reef said
This looks like code that shows my battery percentage
Which class is this from?
(UIDevice)
UIDevice
My bad my bad.
Thanks
i was about to pull up my documrnts on the SMC lol
The info you want can’t be obtained by apps easily (whether the battery is unknown or not)
Lmfao
Ahhh that's a shameee
unless jailbroken or with TS
For detailed info about the battery itself apps use IOKit, IOKit functions provide a multitude of functionality (game pads and some other hardware stuff have interfaces with IOKit), specifically for battery info there’s an IOService
But for developing iOS apps I need a mac?
thanks I'll have a look into IOService
You could technically develop an app on Linux and idk abt windows rn but it’s kinda clunky either way
There’s also MobileGestalt which im p sure behind the scenes uses IOKit, it has a very simple api of a function called MGCopyAnwser, where a parameter is provided as a key (CFString) and then returns the value in a plist-compatible object
Idk UIkit is huge
I see
IOService demonstration: https://gist.github.com/leminlimez/ed3e3ee3a287c503c5b834acdc0dfcdc#file-batteryinfo-m-L6
bro im not a dev so yeah... I'll see what I can (not) do :p
ok im way overthinking this
Is it normal to take minutes?
i was looking at SMCUserClient lol
Deep in the IOKit trenches
SMC is exclusive to MacBooks tho isn’t it?
well its in my ios sdk so uh
Thanks this insta loaded
is it a bad idea to hook UILabel
🤨
Does uikittools have a tool to get battery info?
that would be funny
I don’t think so
Or one of those pm commands from macOS
What method will you be hooking
Is Nick Chan in this server
setFrame
He would know
uhh
Terrible idea
thought so
Damn
Yeah performance wise that’s gonna be a wreck
yea, bc it be going into eveything single thing that uses that
reminds me of the disasterous attempt to try to use AppleSPINOR IOService
Go ahead and hook [UIView layoutSubviews] while you’re at it
nah go ahead and hook [NSObject alloc]
will do
what exactly are you guys trying to do
i kinda wana do that
i was about to suggest hooking dealloc too
im doing it
i wish you luck
* Type: int
* IORegistry Key: kIOPMPSLocationKey
* Clue about battery's location in machine - Left vs. Right``` apple why is this here
yes
it didnt do antying wth
why is there a key saying if battery is on right or left of machine
set the filter plist to com.apple.Security
Nick chan is not in r/jailbreak
okie
Not anymore ? Istg I saw him once here
I don’t think he’s here
He leaves and joins
dont ping him obviously
either my discord is bugging or I’m crazy
@riscv64
well
It’s cached in your client
discord cache prob yea
confirmed to be in the server
he's there
weird
he was here yesterday though
yeah
Yeah he leaves and joins
He leaves randomly idk
i am currently struggling to not be completely useless
i did it again !!!!!!!!!!!
any good advice
Muy grande
help me oop
ok what you need help with
