#development
1 messages · Page 140 of 1
the 🟢 emoji in kfd would just kill it
ok logging after i run orig works
good enough
also i am slightly confused how the value of this pointer is 3
but ok
they gave u RTLD_SELF fr
wait
that's negative
close enough
ok i don't get it
what is the type of the argument
if it is an object passed by reference
by A LOT of sim card changing i managed to get 2fa code and icloud wipe worked !!! so happy right now thanks everyone @lean ermine @slim bramble @timid furnace
damn good to hear
screw the icon cache though :/
yeah. do you know if it actually has to do with icons/themes or was it probably because i enabled tweak injection to system apps like preferences
also cant seem to have/install apple apps like maps/tips etc (all of them except photos settings phone imassage safari and camera)
glad to hear it
That's weird, when the device is wiped, nothing should persist
For 16GB RAM I’ve seen people need up to 400k
Oh man you don’t know how much I laughed while writing the article
It was like edging
Explained some of the macho stuff in basic way
Then just used a private api because I felt funny
Look I was gonna write a parser for it with the dyld and macho APIs but I felt really lazy
🥹
Yes !!!!! I’m so happy that it worked !!!!
I have this problem though. I cant jailbreak and most of the apple apps cant be installed
Spawning jbctl failed error 85
Does the error mean anything for you ?
what happens when you click the apps to install them ?
Unable to install please try later
you might want to try another restore from settings
idrk
Do you perhaps have trollstore
you can probably go to /var/ and check if a dir named jb is there
That didnt work sadly
Cant install as i dont have tips
you are not forced to use tips
Is there a way to install to mesages or safari maybe ?
yes
I really just have the most basic ones. Maybe i can try on safari
And use brave or something
This is very weird tho
Seems to still be an iconcache issue to me. Look at watch apps icon for example
opa is probably your best bet to get that solved
also how did you install dopamine ?
that just means you need to enable dev mode
don't dopamine has to be installed with TS too ?
Ahh true i forgot it got disabled
I thought the ipa was meant to be sideloaded
Like i mean there is a tipa and an ipa on releases. Not that they are too different but still he could have just uploaded one od them. I also remember the reddit release post said something like installing with trollstore is recommended (implies its not a must)
I just tried as i couldnt get trollstore anyway
That's why I'm unsure 🤷♂️
sideloading does work
oh there we got the answer
anyone know how to solve sem_open occasionally returning EEXIST despite calling sem_unlink right before?
Not yet
Is there a way to protect against kernel panics when kreading?
When I try and read the semobject is when it panics, do I need to strip PAC or something?
get on with it we are waiting 🙏
i mean, you're using a physical uaf exploit to read kernel memory
you can't eliminate panics but you can only improve reliability if possible
ah, the issue is stupid swift structs and it not lining up properly
ok, I got the task pointer
so wait, is T1SZ_BOOT 17 or 25 on m1?
and to strip the PAC from a pointer, I just need to do ptr & PTR_MASK right?
ptrauth_strip
Run a kernelcache through https://github.com/opa334/XPF (it can be compressed and will still work) and it should hopefully find relevant offsets
If it doesn’t work with the macOS kernel you can use an M1 iPadOS kernelcache and the value should be the same
I think it’s 25 though
just looking for an opinion. do you guys think iphone is usable without all the apple apps
and widgets*
you don't have access to the removable apps which is honestly fine
I assumed that didn’t work for kernel pointers, and besides I’m in Swift
so wait, does sem_close not properly close the file descriptor
I keep running into problems
like sem_open fails because it ran out of file descriptors
well this is a reimplementation of kfd
you can uninstall app store w fs access
and settings if you want
and messages
and phone
and everything
he sent me some code and this was in it
sscanf([correctView cStringUsingEncoding:NSUTF8StringEncoding], "%p", &arg0);
lol
.
I am not trying to uninstall i want to normal install 😭😭
lol
i mean maybe
you can test if the fd is still open
kfd just does this though
void kwrite_sem_open_deallocate(struct kfd* kfd, u64 id)
{
/*
* Skip the deallocation for the kread object because we are
* responsible for deallocating all the shared file descriptors.
*/
if (id != kfd->kread.krkw_object_id) {
i32* fds = (i32*)(kfd->kwrite.krkw_method_data);
assert_bsd(close(fds[id]));
}
}```
(no, there's no kread_sem_open_deallocate because kfd uses this function for it. that function is defined in kread but it just returns)
wtf where did everything go
uicache -af if jailbroken maybe
.
whats the issue with jailbreaking
Will try. This is for rebuilding iconcache right. I tried that from trollstore
what happens if you delete tips and try to reinstall it from app store
trollstore uicache probably should've fixed it
your best bet is to check syslog
Doesn't work
^
how did you even get to this point what happened
That is outdated i can jb now
o
I will thanks
relevant: #jailbreak message
Well thats me too 😄
o
Bro got a respring loop from dopamine
after removign his pin code on sim he got the phone to an icloud reset
after setting it back up he was left with this
Uhh
So
Somehow I seem to have permanently borked my file descriptor limit
On macOS
Bootloop. Wish it was respring 😩
Not really from dopamine tho
it was a respring loop that persisted even when the jailbreak was not active
due to icon cache corruption
Isn't respring loop something that looks like a respring ?
that's also why the remote wipe works
How do you even trigger that
because anything not SpringBoard is still running
Yes but if springboard can’t start it’ll be stuck at the Apple logo
Ahh
idk, there are multiple ways to corrupt the icon cache that the system cannot recover from on it's own
because apple wrote shit code
icon cache is horrendous
it's a miracle it even works at all
same can be said for anything apple makes especially with SwiftUI
capt on his way to promote his rootkit
this was eraseassistant
i think i was able to launch it fine from a terminal in ventura but not sonoma
dumb question: if i rewrite Fugu14 do i have to give credit to Linus Henze in every file
or is that not neccesary
alright
yeah i'm planning on doing that
MIT i think
MIT probably
yeah it is MIT
Fugu14 is an untethered iOS 14.3-14.5.1 jailbreak. Contribute to LinusHenze/Fugu14 development by creating an account on GitHub.
does anyone know what versions are affected by this? seems some people have luck with 16 and others don't, i know 17 just completely broke. https://github.com/verygenericname/SSHRD_Script/issues/271
maybe the best thing to try is to see if you can verbose boot
eg, run palera1n
there was some issue where if you mismatch ramdisk and installed OS version and try to mount you'll break your install
i forgot the details
is that a cryptex moment
but it is recoverable through restore obviously
no apfs
yeah restore did fix it
it would just trigger some sep panic and refuse to boot properly
ok that makes sense tho
iirc 16.4+
it was some 15 ramdisk on 17.2 following seprmvr64
yea that was probably the cause
i should do it again with a 17.2 ramdisk 
nah i wanna try to stay on 17.2 but it's an honest shame i cant use sshrd
what tool do people use to tethered boot 17.2 because blobs are useless to restore to same fw apparently
also i have questions
how would you jailbreak a 17.2 tethered boot, does palera1n work? and also would sshrd still theoretically function properly with something like dualbooting
ig wrong channel but not something everyone would know at the top of their head
palera1n wouldn't work unless you had a build of it that would chain it with the tethered boot
oh so im screwed nice
sshrd would still work
but the mount script would mount the wrong partitions
you'd have to adjust for the one you want
for re-writing a kernel exploit, is it better to rewrite into C or obj-c?
or is it down to personal preference
i mean it could be whatever you want but obj-c may be easier to integrate if you're already using it in the project
yeah i'm planning to use obj-c for the exploits
no offense to LH but what bright idea immeraged in his head to make a untethered iOS 14 jailbreak IN SWIFT
it's the worst language to write anything apart from a UI in
another thing is i don't have a test device, so i'll have to use Xcode (if that even works?)
If you’re (re)writing an exploit without a test device you will run into issues pretty quickly
(personal opinion)
fugu14 was great at the time, but its exploits (maybe apart from the kernel exploit) have been overshadowed by newer releases and would be much easier to implement
- kfd works on 14.x while fugu's driverkit bug only up to 14.5.1
- dmaFail is a pretty easy and effective PPL bypass that doesn't require a PAC bypass
- fastpathsign as a coretrust bypass

#update_fugu
Also fun fact, did you know that after a userspace reboot if spring board hangs, and is killed, instead of showing the loading thing it shows the apple logo
PAC bypass: 
@frosty gale hey im here too incase you dont wanna talk over twitter
you can add me if u wanna
But Fugu14 DriverKit bug has 100% reliability 
but its exploits (maybe apart from the kernel exploit) have been overshadowed


If you can get kfd to 95%+ reliability and you implemented a custom launchd you could have a REAL untether
Even realer than vanilla Fugu14 
This would be a 14.x untether too
Fugu14++
will xcode work?
the simulator?
yes
no, it's not a real device
damn
The simulator is just your macOS kernel at the end of the day
that moment when open exploit app in simulator and mac restarts
100x easier to implement fsuntether
and only twice as long boot times!
got to hunt on eBay then i guess
why am i getting this error
what part of it isn't clear for you
Am trying to install ldid
would kfd even work with fugu14 though
kfd works on 14.x
no, i mean since fugu14 uses its own untethered kernel exploit
https://github.com/TheRealClarity/haxx you can use this for installd haxx
how?
epic
compile it
you can use 15.4.1's coretrust haxx from fugu15 (weaponized and linked above) + dmaFAIL as a PPL bypass + fugu15 installd bug and you won't require fugu's amazing but complicated shenanigans
yes
alright i'll look into it
thanks
14.0
since i don't want to deal with ios-install.py smh
what's your target by the way
writing a jailbreak?
what do i do here? @grave sparrow
i'm looking to finish fugu14 and make it an actual full untethered jailbreak
i believe u :3
i see
make it happen pls!
yeah
fugu15's coretrust and installd bug + launchd haxx + kfd might be more feasible
that would be iOS 14-14.8.1 only correct?
also adapting dopamine v2 to 14, although I have no idea how much work that'd be
?
@naive kraken thoughts? I know 14.6? and above would need an oldabi solution (not sure if you implemented one already on d2.0)
yeah i'm not gonna be able to do that
Wait until you find out that Fugu15 uses the same method
that's... what i'm talking about?
yea
bro accidentally leaked Fugu17
Well the improperly patched it
yeah i'm gonna try tinkering with clarity's launchd haxx
rm -rf /Users/alfie/Fugu17 
what do i do now?
rm -f /Users.alfie/Fugu17/Fugu17.xcodeproject
I mean it doesn't matter anyways because you can just install it through TrollStore
.xcodeproj*
sorry forgot
huh
u can install launchd throught trollstore
wtf
Change it! 
There
capital*
yeah, but would completely rewriting fugu14 be more feasible or dmaFail + coretrust + launchd stuff work better/be more reliable
No I mean the ios-install.sh script is useless because you can just install Fugu14 via TrollStore
oh
how to make crypto miner in objc? 
@grave sparrow
i feel as though the biggest hurdle would be 100% kfd reliability
where's the .ipa though 
Wen eta Sora dev role
Most reliable you'd get is
- Install via TrollStore to get unsandboxing perms / use DriverKit bug if necessary
- Use dmaFail (also 100% reliable) for PPL bypass
- Replace launchd with fastPathSign-ed launchd shim
- Make launchd re-exploit on boot, get PPLRW and then profit from there on
i hate CGPoint
is that OOP
Had to add that just in case
definitely
will 15.6.1 have a ppl and pac bypass btw?
It has a PPL bypass
guys do NOT download iota, @limpid pumice is adding bitcoin miner
If I send my almost finished jailbreak from before dopamine 2 was released do I get dev role
oh 100%. someone would have taken it out of context
I KNEW IT
It also has PAC bypass vulnerability
but how does fugu15 not support 15.6.1?
There's a CVE for it
No... and to think I even beta test it
i was gonna send it in ioter but with the r's in there i didnt wanna risk it
the fugu15 ppl bypass is only up to 15.4.1
There's been a couple but no one has released a full bypass
ppl fugu15 is not the ppl that 15.6 has
if it is implemented
dmafail would have to be adapted to fugu15 for 15.6 to support
Because the Fugu15 chain doesn't support iOS 15.6.1
True
true
true
average fioreware™️
that's not easier than it sounds...
typo
Yeah I know
But still
That's what you'd want
u got it
i'll give u five bucks if u do it
huh?
read
What am i supposed to do?
...
Works on my machine 
imagine replaceing the fugu15 ppl bypass to the ppl bypass in 15.6.1
it's better tbf
doesn't need a PAC bypass either
because of Kaspersky haxx
Yes, that's what Dopamine 2.0 does
What tool does dopamine use in 15x to jailbreak
also fugu14 only supports up to 14.2 - 14.5.1 which is annoying
Wdym 'tool'?
why does it not support 14.0 - 14.1.1 smh
he means exploit
It uses kfd and dmaFail
isnt it all dmafail now
Kernel exploit didn't work iirc
Thats it am downloading fugu15 and replacing the ppl bypasses
But.. why
I want to make it support 15.6.1
probably rootful obsession
no its going to be rootless
Dopamine supports 15.6.1
use dopamine...
fugu15 with dmafail is just dopamine without code to bootstrap
lol
It does bootstrap but is missing some key features
dmafail supports 15.6.1?
But it technically installs Sileo
interesting
Yes, Dopamine supports 15.0-16.5.1
lol
Also its going to be rootless
anterograde annesia
am really bored so why not
Are you... making a jailbreak?
Because Fugu15 on its own will not give you a jailbreak
preaching to the choir
what is FuFuGuGu
Wen eta sora dev https://github.com/jonahnm/Telescope
And @topaz yew
You’ll have to figure that out
(Jailbreak that was being worked on before dopamine 2 released)

fr
Well it’s because it’s based off of meow16
I see its a package
so real
any1 know how to login to older xcode versions? (like 6-8)
shit_map
so wait, the entire reason I would need to implement dynamic patchfinding, assuming I just wanted to swap vnodes, is for proc_object_size?? (to go from kernel task to kernel proc)
is there anything else necessary?
and we just need to find the start of any proc, since they're all linked together?
libass
what makes proc_object_size change?
me
💯
wait
so for the kernel proc
does it point to itself?
like the next proc pointer
wait a sec
yes here we go
so the kernel, uniquely
will have a null next pointer
and a signed parent pointer pointing to itself
so if we search for pointers pointing to 16 bytes before themselves
...are pointers guaranteed to be aligned in the proc struct?
I think it works!
what is wrong with my ipod
if anyone is curious
func findKernelProc(kread: KReadPrimitive, ktask: UInt64) -> UInt64 {
// Search backwards until we find a signed pointer which points to 2 UInt64s before itself
var addr = ktask
while addr > ktask - 0x1000 {
addr -= 8
let val = kread.kread64(addr: addr)
// is a signed pointer
if val < PTR_MASK || val > PAC_MASK {
continue
}
let ptr = unsignPAC(val)
//print("Found potential kernel_proc: \(hex(addr))")
if ptr == addr - 16 {
print("Found likely kernel_proc: \(hex(ptr))")
let pid = kread.kread32(addr: ptr.advanced(by: 0x60)) // sanity check
if pid == 0 {
print("Found kernel_proc: \(hex(ptr))")
return ptr
}
}
}
return 0
}
Any script to trigger kernal panic
what does this do?
I'm rewriting libkfd in pure swift
and trying not to require patchfinding since that would be annoying
what could this do btw?
uh, ideally whatever libkfd can do? install trollstore is probably the easiest
For what verisons?
iOS 16ish
dont they already have one
Who do I ping to ask lol
idk
Eh I'll just wait until I make a tweak
wtf using masks as a actual value for comparison
i mean i guess it works
but really should be a AND + nonnull check
tr
Uh just ask a mod
Waittt no way its out
lfg
🙏
Sort of?
how far did you get it working
can you bootstrap
I see
🎁 I bought you a copy of OneSettings! https://chariz.gift/onesettings/4HDTKDRPGG94XTYWYACT
hey what makes usecount on a vnode go up
my problem is that my write primitive doesn't work if usecount is 0
so how can I organically make it go up
Danke
@indigo peak
ive had something a bit personal to deal with lately
but i had a little bit of time before i did what i did, this has been a thing for a while i just forgot to commit it
so i got libsandy to work
W
reposting from #general because i realized it makes more sense here but
Given that the coretrust bugs allow us to resign any system process, could we not just modify a process of your choice with a tweak directly?
like just inject Spectrum into the SpringBoard binary, CT resign it, swap it in the rootfs (can't have SSV) and have spectrum all the time
or are there limitations I'm not seeing
preferenceloader wouldn't work i think (unless you modify the Preferences bin..?) and process that require no sandbox would also not work
but for some stuff it would work i think?
idk
im not sure if there's a way to just merge a dylib and a compiled binary
just ideas i had
reinstall settings app with preferenceloader dylib, problem solved
outside of springboard this is how roothides bootstrap achieves system app injection for everything else
that's what im currently working on except my macbook decided to enter eternal sleep
so i had to unplug and replug the battery
roothides bootstrap backs up system ipas you inject to and signs them then installs them
so, does anyone have any ideas on how to debug the simulator freezing when I try and redirect folders by tampering with vnodes
can’t swap it in the rootfs because launchd will kill it if it’s not a platform binary
platform-application?
but you can replace launchd in memory to launch a custom springboard
someone should implement that!
would be like a fake jailbreak
yeah true no point
🤔
springboard specifically is off limits but other apps are fine?
failbreak
like if I change vnode_v_data suddently all attempts to access that file just cause the process to get stuck
is this why SB injection wasnt possible with CT2
i mean for user apps roothide does this…
initially
for system apps no
what's wrong with system apps - same problem?
yes
kfd is what allows you to replace launchd, but ct2 lets you sign replaced launchd and everything else to run it
kfd works in the simulator?
i was bored at work and thinking
yeah, uses the macos kernel
wow
lol
maybe it's getting confused because of that I'll try real device
what macOS version does landa work until
are there any checks on launchd's status as a binary? could you create your own, swap it with an sshrd, and then just use custom launchd?
um
have you heard of serotonin
lmao

but i have no reason to use it
it does what you describe
it works by
does it replace the actual binary though
no silly
SHIT!
no
no
thats what i mean
that would break sep
could you do that
that would just be haxx
what
What
ye
haxx from nick chan does this
doesnt it swap analyticsd though
gex
you can swap launchd
alfie did this
@hasty ruin
Background Setting up the project Diagnosing the issue Alternative exploitation method launchd2 Conclusion Glossary
ssh ramdisk to swap it
exactly like you said

you /could/ have it load taurine on boot, iirc someone tried this but failed somewhere bc taurine didn’t like it when launchd was not real
is that a thing lol
its just what i named the p12 i pulled from TS
need
oh it seems that the new bug doesn't use a p12
guess ill stick with my ct1 p12 since it works on 15.4.1 anyway
build choma and run ct_bypass

my iphone enabled sleep mode
wut happen
i held it for 2 minutes
sounds fucked
is it intel
must be intel
15" mid 2012
hoping i get enough money at graduation to get an m2 mbp
dream config is 16" 16/1tb but i probably wont be able to afford that
if u dont wanna wait u can get m1 air for like 500 if ur crafty
i dont want an m1 air for 500
i wish my m1 air had more ram and storage
I hate ldid with a passion
and the ram issue is overblown imo
ppl will get so mad if u say 8gb is fine on m1
but it really is lol
its fine unless you use xcode
i use xcode frequently
i once used 16gb swap
but i dont use sim
i never use sim lol
this is wild
see I have to
whats ur tbw
i cant just
have u checked
tbw?
pop an apple tv on the table next to me
terabyte written
tera bytes written
dunno
expected ssd life for m1 is around 150 tbw
when the ssd dies i have a reason to buy a m1 pro
it wont die
bummer
swap preferences binary
it crashes
go to check crashlogs
crashlogs are in settings
settings crashes
oh i forgot to give my new binary execute perms i am stupid
that website looks interesting
lol
💀
the gist is just install smartmontools
i couldnt remember the name
lmao
new screenshot cos i doxxed myself in that other one
not that bad
person before u mightve done more than you
afaict it actually works on iOS!
it's brand new
so maybe it was broken on macOS because it's different offsets
offset issue likely
yours most likely wont actually fail until like 250 at least
what are you trying to swap
vnodes
uh like what folders
and you can do ssd upgrade for like 200 if you want from someone like dos dude
oh, a temp folder and the folder to put trollstore in
ah
TS installer in swift playgrounds?
yea
👀
I'm trying to make it universal and not require offsets that change
for example my kproc trick
now I want to try making one, but I don't have any devices supporting playgrounds
are you using a kpf for landa?
that's cool
pure.. kfd
yippee
I mean pure as in I don't even have an objc compiler
posix error 85 after trying to swap bin ary
so can't cheat and use a bridging header
damn that sucks
i can't just have a button in swift that runs my objc stuff
welllll
you can just use this
and exploit it
and have it install your objc code
😛
yeah True
it is not
what kind of MacBook pro in 2024 has 8gb of memory shared with graphics
i have a 2020 m1 air
8gb is fine on that
2024 pro should probably not have 8 tho!
what if i told you
i know it does
but on my 2020 m1 air its not an issue
lol
never launched xcode once but I'll quickly have issues once i open enough stuff
i have a 2020 m1 pro and I'm still confused to why it exists
like, the only important difference is the battery compared to an air lmao
lol
if you put thermal paste on the cpu casing on m1 air it gets practically the same performance as the m1 pro
ive got some thermal paste leftover for a rainy day in case i ever wanna do it lol
no amount of performance can give you more ram
tru
and swap can't solve all your issues
and I have no clue why, but I noticed the exploit works a lot better when running in the "App Preview" mini window then when launch in a new Swift Playgrounds window
like it has trouble spraying the pages when in a new window... more kernel ram usage? idk
anyway it can list directories now, just a few more things to actually write the TrollStore app
what do we name this install method
trollgrounds?
seems too easy 
are you going to use trollstar's method?
yep
all kfd vnode modifications are reset on reboot, right?
yes
well, most
do not fuck with mobilegestalt
i bootlooped with that before
the silly
macbook “pro”
point and laugh at the people that bought that
mines a glorified chromebook for school
i just larp about needing 16 on the go but realistically would never notice a difference with chrome and google docs
maybe with xcode once in a while
YEAH CAUSE UR NOT SUPPOSED TO CHANGE YOURS
😭
Do you guys have any ideas of things to make
thats cap for you tho
Lmfao what’d you do
you're working on somethign like alwwawys
Nah 😭
deviceSubtype set to ipad
so it tried to load ipad frameworks or something
I haven’t really worked on anything in the past like few weeks
anyway no apps loaded so I tried to reboot
wtf
the end
💔💔
😭
😳
HOP ON
💔
try deleting SystemVersion.plist
Aren’t kfd overwrites persistent on /var?
They 100% are because otherwise TrollStore installation wouldn’t work
if you reboot, the kfd overwritten tips app stays as TrollStore?
Yes
it didn't for me

dunno
Maybe it’s inconsistent
Wasn’t there a difference when you force rebooted vs regular shut down
Not sure
The way TrollStore installer works is overwrite Tips with kfd -> reboot to get rid of cached code signature -> open on fresh reboot
But I’ve seen some people say it works without rebooting
So I think it’s dependent on whether the signature has been cached
I've tried like dozens of times and kfd installation via TrollStar never worked
Dunno
Took me like 10 attempts
But the one that worked was:
- Shut down
- Power on
- Leave idle for 5 minutes
- Unlock
- Leave idle for 2 minutes
- kopen
This got more interested that I anticipated, so I've put together a demo of how to use Apple's internal OnBoardingKit framework.
Goes without saying that, because you have to link against a private framework, this should never go anywhere near production code 😄 GitHub link👇🏽
↘️ Quoting Seb Vidal (@SebJVidal)
Interesting...looks like Apple ha...
someone discovered OnBoardingKit lol
Took them long enough
@primal perch https://vxtwitter.com/NotNite/status/1760878056766333044
chat i have to learn angular and host a workshop on it within a month
is this doable
if you don't take any showers, yes
i'm assuming I'll just be teaching the basic stuff up till making a todo
because idk otherwise
💀
why angular of all frameworks
skull
So, I wrote the trollstore helper over Weather app using playgrounds, but it doesn’t launch
Is that because I don’t respring?
cached code signature
try that method I guess
doesn't hurt to do so
Ok will try and respring
which part
okay i can finally push the flora update that sat in my local git for the past few days
https://github.com/acquitelol/flora/releases/tag/1.0.1-dev can anyone on ios 14/15 test this, especially on ipad? (and show me what the preference pages look like if possible?)
it works on my own device but i havent had the chance to test on any others
Shouldn't I be able to read the apticket ? (A14, 14.6)
person on r/unixporn made a intel/arm macos tweak injector https://github.com/CoreBedtime/ammonia
is quite funky
use at own risk
@topaz yew nice injector
@naive sedge I replied in HD but the only way to remove cached signature is to reboot
@grave sparrow it’s over for you buddy
interesting
thanks it could be better
seems to work
does exporting and importing work
try exporting, clearing prefs, and importing
app icons will untheme themselves for a second when closing the app
it does
thats a tint color, im not sure which color actually influences that
it seems this sf symbol does not exist on older ios
what ios are you on?
15.1
chad
ok ty
wait does it work in other apps too
i know ipad doesnt have a calculator
wait nvm
that video shows notes thats fine
you just got your details logged
but i already installed jade
@grave sparrow what's the point of bragging that i made a macOS tweak injector
if you're not gonna make it public 
trollery
Cinema
have you consumed your daily intake of 20 digestives with 5 pints of PG tips yet iCraze?
ran out of memory
i think some recursion is occurring
it's literally the same thing over and over lmao
wtf
sadly not
i hate github markdown oh my god
in my local preview, the table of screenshots looks great
why
the different sizes really annoys me
wouldve been better if it was scrollable like the preview
yes
same res, same width
github just decides to do that though
because its github
i already do
absolutely disgusting behaviour
more of a reason why you should add me on snap
and send me toe pics

Don’t make that mistake
then ig you just have to adjust width accordingly
Trust me.
You don’t wanna know
or just make your own table
i do wanna know
wtf
thats how i made them horizontally scroll in the preview, theyre all the same width already
/snipe
why is every div overflowing
if it's one table
tbh idk
how many corvettes would you get 
zefram malware
deeply dissapointed
fr
anyway time to work on a ios 14 untethered jailbreak
(when i get a test device)
what would be the point
misinformation
No ?
and if you're going to use width on the parents of the images, you might as well just fit-content?
or use max-width on the img itself
correct information you mean
github markdown is very sanitized i dont think you can use fit content
fr
well the preview option is there ig
max width should work tho
the issue is that it wont become scrollable horizontally
the table should scroll then if it's too wide
yeah thats what the overflow-x is for
but instead of scrolling it squishes the children
that should be applied to the table itself then
not the table items
its applied on the container of the table
@slim bramble have you done with 16player DRM or is eta still son?
the table items dont have that anymore
I have fixed the main issues on the drm
now I just have to do the server
dumb question: what does the drm even do?
oh yeah i applied for a seller account on havoc to put flora on there for free
Check that you didn't pirated
I’ve explained multiple times
I sent eggplant instead of thumbs up by accident
It's ooc
Of course iCraze takes it out of context
does it always work though
as per drm guidelines they say you should verify the signature is valid up to once per month
I will do once a week 🤷♂️
Or once every 2 weeks
no as in no less than 1 month
the once a month is havocs policy iirc
yeah
all I see on chariz regarding drm is
A product may perform integrity checks to detect tampering or piracy, and use the result to display a warning to the user and/or refuse to run, but should not harm the user’s device or data. We believe sellers should be allowed to protect against use of pirated copies, but any further than a gentle warning is likely to be considered malware
I mean either way, if I actually had to change it would be just a simple update
no nuking /var ? 😔
noooo how dare you pirate my $0.99 tweak >:CC i will update your device to 17.4
]
so true
based
I should add that tbh
@placid kraken
the fix is dumb but all i had to do was set td widths based on the amount of them lol
also set the id for the h1 to top for the anchor to actually work
it didn't become a link until i did that
actually i think github uses #user-content-top
lol
What to check for here ? Some stuff appeared but there is nothing obvious to me
we love markdown in this household
just show the full output, i want to see what permissions are set on the folders
darn i thought i had something but the sizes are all wonky when the table overflows
great
my markdown linter has never hated a file more
hey, github markdown isn't fun to use
Couldn't figure out a better way 💀

hm
the permissions look fine
weird
try this anyway i guess
chown root:wheel /var/tmp/
chown mobile:wheel /var/tmp/com.apple.appstored/
chmod 777 /var/tmp
chmod 700 /var/tmp/com.apple.appstored/
will probably need to be logged in as root
I hate apfs it acts weird
M
Killing appstored and rebuilding iconcache and rebooting worked
Full recovery completed 👌
nice
what lang
c++
actually i cannot figure out what this calling convention is
ur better off giving up

nope 

what u trying todo
wanted to look at the internals of the class so that i could reimplement it
but i guess i dont rlly need it
ok i think i figured out whats calling it
How can I use opainject on apps

