#import <Foundation/Foundation.h>
#define BASE_PATH @"idk"
%ctor {
NSFileManager *fm = [NSFileManager defaultManager];
for (NSString *path in [fm contentsOfDirectoryAtPathBASE_PATH error:nil]) {
if (![path hasPrefix:@"JetsamEvent"]) continue;
[fm removeItemAtPath:[BASE_PATH stringByAppendingPathComponent:path] error:nil];
}
}```
#development
1 messages · Page 237 of 1
Thanks g 🙏
I missed a colon line 6 after AtPath but yeah this should work when injected into springboard
deleting isn't disabling :p
try making this a no-op https://github.com/EthanArbuckle/iPhone17-1_18.2_22C152_Restore/blob/e26ed4563f78871c59d2d96856756a65d62517e5/System/Library/PrivateFrameworks/OSAnalytics.framework/OSAJetsamReport.m#L622
Just went with the easier option lol
Did you compile a deb?
%hook OSAJetsamReport
- (void)generateLogAtLevel:(BOOL)a3 withBlock:(id)a4 { }
%end
Where did you inject it
Springboard
i think u gota inject them into wtv that log deamon is i fg the name
which one
logd?
jus do logd, ans OSLogService
Oh bet
Idk then
Doesn't seem to work ^^
are you sure it’s getting injected
I mean I'm using the filter above and userspace rebooting after installing it
ok lemme try
it needs to inject into /System/Library/CoreServices/osanalyticshelper
that code above works but this is better:
%hook OSAJetsamReport
- (BOOL)saveWithOptions:(id)a1 {
return NO;
}
%end
the way I found which process to inject into is by using fs_usage to monitor for fs events involving "Jetsam", then triggering a jetsam exception
fs_usage -w | grep -i 'JetSam'
/dev/disk1 /private/var/mobile/Library/Logs/CrashReporter/.JetsamEvent-2025-08-14-133939.ips 0.001783 W osanalyticshelpe.1854550
/dev/disk1 /private/var/mobile/Library/Logs/CrashReporter/.JetsamEvent-2025-08-14-133939.ips 0.010412 W osanalyticshelpe.1854550
Yeah instead I’m purchasing my own copy of a beta software that I can’t disclose in case of losing out
Ohh nice, nice to know
Bet will try this
In the plist, is it com.apple.osanalyticshelper?
I used the Executable filter
Ah okay like this right
Yep
Bet
Cool seems to work so far 👌
Spoke too soon
wtf
It's being injected into osanalyticshelper
did you kill the process after installing the tweak?
I did a userspace reboot
I only tested on iOS 17 but it looked like it would work on 14+
proof where?
apparently it actually worked all the way up to beta 3
which is also on betaarchives
uhh, the bins in the dsc
chatgpt just makes shit up
Where's that located?
TLDR: no

/private/preboot/Cryptexes/OS/System/Library/Caches/com.apple.dyld/
@fading shell if ur gonna talk shit, say it to me not behind my back lil man
Alright, the only thing you've been sending for weeks is a variation of "@Maxine clanker" or "cligger" in a specifically development-themed channel. When someone calls you out on it you insult him
And I will make fun of it whenever I please
Man

yeah that
this will be pretty useless for you, this is just registration
you're better off intercepting Google Messages on Android
although that may be difficult, you do need to pass Play Integrity these days
Yeah, I'm working on registration rn. Trying to write my own client. I did intercept Google Messages, but they do things a little bit differently than the spec (play integrity, special URLs, grpc, etc...). I'm looking for iOS traces because I'm hoping they follow the spec exactly.
it's even funnier that the left image is ai generated
Someone I trust a lot told me a few years back
Found some other references to it
However the archive is impossible to access
So
That sucks
I’m trying to dig up software from the 90’s that I ripped from my schools IT share
I’ve never been able to find a copy online
So it might actually qualify
😭
Oh okay
Well let me know
Bcus I’d like to try swift 1 on iOS 6
It’s not so far different that it’s unusable
it sounds so goofy
It does
Lmk if you manage to qualify or you submit an application
Is it physical/OEM
Bcus if it’s digital download it doesn’t qualify
it originally came on a disk but I don't have the disks, just the rips of the disks
That’s fine as long as you can’t freely download it
If you have a rip I’d encourage you to submit that
Also beta 3 works
Beta 4 removed support
But beta 1-3 I wanna test
If you go on the website and press buy it tells you to send a letter to this address and they'll send it back to you with disks inside
I see
although i heavily doubt this still works
Yeah
considering the software was writen for windows 95
Do you still have a rip tho?
That's a fantastic question
somewhere
I have 15tb or so of backups of data
so I've just been crawling through
Alr cool
Just found out systemd has a userspace reboot feature
Anyone here know what ios checks to detect if its a beta or not? I removed all the beta stuff from SystemVersion.plist, and the beta popup/feedback app is still there
There’s tweaks to disable the pop up, use that and RE to figure out how it determines release type
Would you happen to know how to disable jetsam logs on iOS 15?
The beta pop-up is quite literally hardcoded into springboard, the feedback app is some defaults key
I see
When springboard launches for first time does it set that default with the hardcoded stuff
I'd assume that feedback default is in the springboard plist in prefs
does lockdownd still report as a beta?
my guess would be some osvariant type
I'd have to check that when I get home
the beta alert is well documented
there's no defaults involved with it
I remember someone making something about it
wasn't it capt
I was trying to find that yesterday
it's hardcoded
showDeveloperBuildExpirationAlertIfNecessaryFromLockscreen
patching springboard
the defaults key idk what sets it
beta profiles used to do it but they're gone
Apple goofed apparently and is trying to get me to use the latest developer ota that apparently doesn’t have touch recognition at all I can control it from a external keyboard and accessibility functions via Siri but like I had to use something other than apple software to fix this 😂
Did you fix it ?
@thorn ether if it’s just 1 process jetsamming, that’s a valid suggestion
@shell sphinx you gave up the pwn20wnd username?
i did
couldn’t bother explaining it to people that know me irl
well it's sorta recent anyway, since 255
Ah
the em dash of code generation
QRT: ryandavogel
pov you are about to look at the worst code ever generated:
He can’t harness the power it brings like I do
you should've seen the real pwn
The bay harbor jailbreaker
change your username to pwn20wnd now that it’s free again
how to tamper with CALayer rendering?
Not a gif 💔
what do you want to change?
Clanking the clanker
How can I kill all currently running apps via terminal?
in linux?
I think killall would do the job
Only for specified app though
IOS
Yea looking for a way to kill all running apps
Don't, it's stupid
Killing all the apps and then opening then back up lowers your battery more than having them all suspended in the background
that's not what i'm intending to use it for.
Ok.
What?
-killall
I’m wrong idk gang just wanted to seem useful 💔😔
launchctl reboot userspacekill -KILL -1killall backboardd
This damn staff team HATES free speech.
I didn't delete it
I'm in class
Also I literally replied to it and left the image up. Why would I delete it an hour later
😂 😂 😂 😂 😂 😂 😂 😂
Because you’re a discordian dictator
😂 😂 😂 😂 😂 😂 😂 😂
adding liquid glass
if you're injecting into the process that created the CALayers, you can just override their drawInContext: method for customizations
or add your own layers or filters onto the existing one
if you're out of process, you can manipulate the layer tree's backing CAContext with a reference to its contextId
i see
and will i apply my own shaders that way?
Personally I would suggest injecting each UI process and actually hooking the UIViews being presented and modifying its individual CALayer
In some of the dev talks they talk about the algorithms used and how to actually make the Liquid Glass effect
for some reason some engineer on the macOS spotlight team went into probably far too much detail to me about it
Another issue you’ll have is that even in iOS 26 developers have to opt in to a lot of the glass effects, glass on every view is really disorienting
so you may only feasibly be able to copy apples own apps
This is not something to laugh about
You're laughing at another person getting smarter and having an education
<@&355174844205367317> please delete
@light owl please stay on topic in this channel
devs can no longer censor aaron in #development , this is so sad (pic attached for on-topic relevance)
@native dune How do i make this work
Haha
??
running a export THEOS="/"
Put quotes around the variable expansion please.
rm -rf '$THEOS'

you are evil
does anyone know if there is a way to get an older xcode version (14.3.1) to run on the latest macos? I tried using the xcodes app, changing CFBundleVersion, running the executable file itself in the app, yet nothing has worked
I get this
then when I change the CFBundleVersion in info.plist
Glassileo wen eta?
run the original from terminal
killed instantly
the unmodified?
Any AMFI log, or do you have amfi arg?
You need to disable AMFI for it to run
Can't run old platform iirc
amfi_get_out_of_my_way=1
no I don't have the AMFI boot arg right now
I assume then if clarity says I need to disable AMFI that's the only way
Symbol not found: _kFigAppleMakerNote_QRMOutputType
Expected in: /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
was this symbol removed in iOS 26?
terminated at launch; ignore backtrace)"],"reasons":["Symbol not found: _kFigAppleMakerNote_QRMOutputType","Referenced from: <580426D2-CF26-398B-A5FE-515AF7A1C123> /Volumes/VOLUME/*/FigCam.app/FigCam","Expected in: <E82557A0-0B2B-3209-AB58-2F8B152CB41D> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture"]},
PrivateFramework
Idk if Private frameworks are shipped with the SDK, if they are just check the tbd
If not, download the DSC, extract the framework and run nm on it
I’m fucked 🥀
🤬🤬
How tf do I shim this shit
Library not loaded: /System/Library/PrivateFrameworks/H13ISPServices.framework/H13ISPServices","Referenced from: <6C8B62CD-D460-39AF-A768-5D73D5552BF0> /Volumes/VOLUME/*/jcam.app/jcam","Reason: tried:
iOS 26 is just fucking everything I need an iOS 26 dump 😭
try this : ipsw dl i --build 23A5326a --device iPhone17,5 --dyld
!t gm
try providing a cache that contains the symbol DYLD_SHARED_REGION=private DYLD_SHARED_CACHE_DIR=... /path/top/executable
I only have IPA no source
If I modify binary’s Amfi would fuck me right ?
How would I get a Mac user to get a crash log (or do they not have one)?
They're getting bus error: 10 and Idk what's causing it
console.app
Okay thanks
i know, i didn't suggest anything related to needing source
its dyld env vars
Hi guys, does anyone here know how to decrypt .lua?
I thought you wanted ur code obfuscated
Now you want the opposite
yeah
Touch grass
How about you touch some ass instead
<@&355174844205367317> useless drama

Useless ass ping 💀
don't use this channel for shitposting
I was responding to the shit posts you discord dictators pick and choose bro has questions and gets told to touch grass so I returned the energy 🤷🏼♂️
#development try to stay about development challenge
Doesn’t mean it ain’t off-topic
Without a sample of the code, we really can't do much. Not that I'm an expert in lua obfuscation, but generally obfuscation techniques can be done in many different ways, and there isn't one straightforward way ( or sometimes a way at all ) to undo it without much manual labour.
My message applied to both messages above
let shivers = "timbered"
#else
let shivers = "shivers"
#endif
print(shivers)
What’s the first condition

My code never works I just type random shit in the swift file and pray
Mf never heard of macros
where #if defined/#ifdef
omg hiii
@native dune How do i fix this
Haha
Broooo
Aug 20 20:31:01 accessoryd[118] <Notice>: iapreject: Identification Rejected Details:
iapreject: Param: AccName Reason: InvalidString
Did you manage to find anything that would qualify
If I obtain a framework can I simply just convert it to a .Dylib to inject
Yes
You may need to fix up the load commands tho
Symbol not found: _kFigAppleMakerNote_QRMOutputType
Expected in: /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
on rootful I should be able to find this inside filza right ? , I’m assuming the version of iOS 18 my iPad is on should have this because app broke on iPhone some beta on 26
You won’t be able to find it
It’s in the shared cache
Clearly your iOS version doesn’t have that symbol though
Yea 26 doesn’t but iOS 18 did
I’d imagine it’d be the same for iPad OS since iOS 18 did but idk
Yes
Shit didn’t work I just remade it myself
It’s hella ass but I’m getting somewhere
Fig cam doesn’t work on iOS 26 I’m making my own copying their format
I tried shimming but that just pissed me off and got me no where
// MARK: — Bottom bar (pinned in safeAreaInset)
private var bottomBar: some View {
HStack {
// Torch control
VStack(alignment: .leading, spacing: 6) {
Text("Torch")
.font(.caption)
.foregroundColor(.white)
.opacity(0.85)
🚨 Type of expression is ambiguous without a type annotation
How do I fix this shit
Nvm stupid fucking Xcode I just ran the build and error went away spent 1 hour on that shit
Uploading to AppStore as CamFig
selfie
What kind of dog is that
Off topic post will result in mutes/warns
I need to use version 6.9.0, but when I log in it asks me to update, I wanted to see if I can get around it... continue using version 6.9.0 as if it were 6.12.0, which is the current one.
I wanted an ipa so I could install it on other devices without jailbreak, install the ipa through imazing or sideloady, etc., do you understand?
tell me the value
awwwwwww
Send me unc0ver iso 26 private ipa please
<@&355174844205367317> not development related ^
<@&355174844205367317> off topic message incorrectly accusing a thing of being not development related, and useless ping in the reply :/

Off topic man

Can you guys stay on topic making me mad might have to @ the mod team excluding Maxine
I have everything filled with GTA5 data for my app when GTA6 drops I’ll be able to just replace the current data with new and I’ll have the best selling app instantly
@native dune How do i use iap2 ??
In app purchases 2 
SBDisplayScaleMapping.m#L75:
SpringBoard: (SpringBoardFoundation) [com.apple.SpringBoard:DisplayScaleMapping] YOU CAN'T JUST ENABLE AIRPLAY DISPLAYS. YOU WILL REGRET THIS! <CADisplay:Wireless wireless0>
@indigo peak happy birthday big man
Off topic
@indigo peak happy bday
@frank fossil you’ve done Mac OS , TV OS now do watch OS on iPhone 
But what if you do anyways?
I did, perhaps they were referring to airplay stage manager or something
Another you will regret this: BSMutableOrderedDictionary.m#L1098
Unix can't run out of memory! you will regret this! (failed to allocate for %d items)
CDMHelloWorldServiceGraph.m#L110: hello world: COVID happened 😢
kinda lazy to do it ngl
@indigo peak Happy b day 🥳🎉
@indigo peak congrats on being born
I’ll give you 20$ Vbucks card if you do it
<@&355174844205367317> not development-related
@tepid olive how do you get away with breaking rule 9
Do you even develop anything or only bitch and moan and @ mods every chance you get
That’s your 5th @ within like 3 days
They call him the Bay Harbor Notifier… because nobody’s safe from getting @’d to the mods
Because he’s not in the jailbreak community he’s either dead or arrested
theres lore to this dw
Me and Janis used to delete all the stupid ‘clanker’ messages but then Aaron took away deletion perms in this channel and insisted any off-topic messages should be reported to moderators
hes prolly just chilling with all the money he got
I see so it’s Arron’s fault
what isnt
gm
live cynder spotting
Aaron are you self botting to detect the word Aaron
Selfbot allegations
i removed him from the channel
hahahahaahaha
Who
sssurrrrreeeeeeee
him
lovely
Rare 
lmaoooo
all hes doing in here is shitposting
mods
now get back to on-topic discussion.
its okay i didnt show my message logger
tbf thats half of us
I would ask what the context is but this channel is badly derailed anyways
okay but we have earned that right
real
why tf is there mem plus for no reason
idk its all grey so ig it was for something not used anymore
true but at least most of you are on topic most of the time
he is never
hiiii ok byeeee
wtf
@native dune Can you fix it
Trying to use a modified macOS dyld on iOS seems to work fine, but it breaks after applying Dopamine hooks with MachOMerger, any ideas?
Exception Type: EXC_GUARD (SIGKILL)
Exception Subtype: GUARD_TYPE_MACH_PORT
Exception Message: INVALID_OPTIONS on mach port 0 (guarded with 0x0000000000000000)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: GUARD 2305843022098595840
that's odd
iirc its really touchy with sym order and formatting don't quote me I don't entirely remember
that’s what they pay you the big bucks for
@native dune Hey did you get it to work yet
No
What about now
yeah
No it doesnt 😂
Ha ha
@native dune {"type":"error","id":"1","error":"User not authenticated with Spotify"}
{"type":"event","topic":"iphone.message","data":["Error","1","User not authenticated with Spotify"]}
Hey its not working
Ok
@native dune can you fix the app
@native dune can you fix the app
SHUT UP
hey moderators this guy just called me a re
x1 in mach_msg2_trap:
0x0000000400000001when using iOS dyld0x0000000800000001when using macOS dyld
backtrace:
* frame #0: 0x0000000104f572d8 dyld`mach_msg2_trap
frame #1: 0x0000000104fb389c dyld`mach_msg2_internal + 80
frame #2: 0x0000000104fb3a64 dyld`mach_msg_overwrite + 268
frame #3: 0x0000000104fd0624 dyld`mach_msg + 28
frame #4: 0x0000000104fd08d4 dyld`jbclient_mach_send_msg + 132
frame #5: 0x0000000104fd09b8 dyld`jbclient_mach_process_checkin + 124
frame #6: 0x0000000104fd03f8 dyld`dyldhook_init + 100
dyld`mach_msg_overwrite:
0x104b439c4 <+108>: orr x1, x13, #0x400000000
while it's 0x800000000 on macOS dyld
you need to also compile that into dyldhook instead of calling the function in dyld
Pwn20wnd?
he lost access to #development 😆
boring
then left the server
fr?
Its ok nothing of value was really lost tbh
@native dune Wheres my ipa twin
its building
U soooo slow
it finished building like 3 minutes ago lmao
a second pwn20wnd has hit the r/jb banlist 🛫 🏨
Gotcha, everything seems to be working except fairplayd, do you have any ideas?
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x80000011ae2d1)
frame #0: 0x0000000104e233a8 fairplayd.H2`main + 140
fairplayd.H2`main:
-> 0x104e233a8 <+140>: ldrb w8, [x8, x10]
0x104e233ac <+144>: eor w8, w8, w9
0x104e233b0 <+148>: mov w9, #0xad45 ; =44357
0x104e233b4 <+152>: add w8, w8, w9
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x80000011ae2d1)
* frame #0: 0x0000000104e233a8 fairplayd.H2`main + 140
frame #1: 0x00000001055c5dec dyld`start + 2220
@grim sparrow chances of getting access to betaarchive seem really slim, the owner is an ass riding his high horse, literally whined to me when i used the tools specified in the freaking guidelines to be used as an alternative when the other tools don't function (which they don't), and then told me to "read the rules"
the best part is there's already an upload of a similar box set in EXACTLY the format that this other tool spits out
it's actually laughable
I've been reading his posts on the forum and yk I do sort of understand some of his complaints but they can really ALL be solved by just letting people mirror the freaking archive
The big question here is why gatekeep it
Sure, have your own special copy thats high quality
But why hoard software that doesn't even belong to you and then require people to not only contribute, but contribute in a way that is next to impossible unless you already own or are willing to buy the perfect dumping and scanning hardware
A lot of his points revolve around the cost of hosting
Solution: let people mirror
that would make it too open and inviting
why do that when you can have an exclusive club built around mass copyright theft
lmao exactly
see here's the thing, something like internet archive can exist because it's free, anyone can access it and it's actually done in the name of preservation
of stuff that was almost always leaked
That too
The worst part for me is the no mirror rule
Everything else imo can be kinda justified
If you stretch the truth enough
dont let alfie see this chat
But not allowing people to mirror software that literally does not belong to you
It is not yours
Sure you pay to host
But I'm hosting now
IA also gets some exemptions in US copyright law because they're legitimately a library
janisbtw
Yep
Honestly if they really cared about preservation they'd mirror on IA
But they don't because they actually care about having an exclusive club
did you know I'm the reason this channel is #development not #developers lmao
wdym
They keep making points about "it's not too hard" and I get it, it isn't, but it becomes too hard when you put such ridiculous requirements on how you want me to preserve my media
Not only that, but their FTP is dogshit
I argued off-topic discussion between devs is ok because it's named #developers, the group of people, not #development, the action
lmfao
They dropped the connection for my upload over 5 times and then whined about incomplete uploads
can we get it renamed back to #developers
if only nooka could overthrow aaron and actually make the server good
no
maybe it fails to sign some pointer
I almost considered "donating" (idk if I feel comfortable calling it that) some near-lost media I rescued from the depths of Wayback Machine so I could have access, then I looked at the rules and had second thoughts about it being worth my time
And the worst part is that they spend their waking day whining about people with actual lives, jobs and responsibilities not having the time to dedicate like 3 hours to dumping and scanning software in a way they deem suitable
instead I put all that info on Apple Wiki for free
I need access so I use iOS 6 swift
I've already spent $100+ on this only for them to refuse a dump where every "error" I made other than 1 (partially cut off scan) is either them being ridiculous or just outright wrong
and all I really wanted was a specific build of OS X (10.4.1, the first beta for Intel) where all the public downloads are gone or partly missing
decided I can live without it
I'm at a point where I'm too far in
Honestly their entire argument is bullshit when a site like IA exists
It's not hostile, it's not horribly slow (it's usable, sure it's not fast but it's huge and free, it's faster than their freaking server), it doesn't gatekeep, it's clean, it's easy to contribute and use
not that it can't change in future, but it's also been proven Microsoft and Apple and so on don't care if that stuff is out there
only time I've seen Apple care is when the iBoot source leaked
it doesn't improve their brand or revenue if they take down a leak of OS X from 2005
Obviously not
and we're talking Apple who can be really spiteful about leaks
But I'd REALLY like BetaArchive to be hit by a lawsuit and lose
Hence all their clauses about no Nintendo software, no iOS, etc
1: Complete Disc 1
2: PDFs are not acceptable
3: The orientation of your disc scans is not proper
4: Your other scans are cropped
5: Dump the DVDs using the proper software
You really need to read the guidelines, it's all specified there.
Thanks.```
So 3 and 4 are completely mute because 1 never cropped shit
That's literally objectively false I have the original unmodified scans sitting on my printer right now and they're identical in checksum
3 they are correct they just rotate bcus PDF
You can't convert PDF to PNG for some actually braindead reason
You're not allowed to edit the images AT ALL
Which makes literally no sense
BA definitely exists in a very grey area because they're very intentionally centralised
at least IA has an excuse being a library, doesn't always work but usually does. torrents have an excuse because there's no one person hosting it
"Dump dvds using proper software" if you don't want me to use Alcohol 120% don't say I can
Yeah
1: I have read the guidelines, however, addressing the format of the disk dump, DIC refused to dump one of my disks for whatever reason, and I also observed another build of Visual Studio 2005 dumped off a DVD being in mds format on this archive so I assumed using Alchohol 120% was acceptable, especially since it was mentioned in the guidelines as an acceptable tool in the event that using DIC is not possible
2: I was not aware that PDFs were not acceptable, I tried to check with the guidelines beforehand since I didn't want to use the poor JPEG compression avaliable on my scanner, and opted for higher quality. I wasn't sure if converting from a PDF to a PNG was acceptable.
3: The orientation is just that which the scanner automatically chooses. It is aligned with the horizontal, and no matter how I turn my disk it does not seem to change how the orientation looks in the final PDF
4: I did not crop or alter any of the PDFs, but I am assuming that possibly one of them is slightly cut off, being the dvd cover. That I can easily redo, I wasn't sure if that was acceptable since nothing actually got cut off other than colour.
5: I am unsure of how to upload Disk 1 since every time I attempt to upload via the FTP server, the server drops the connection about 1/4 way through uploading. The file is only 3gb, so I didn't deem it necessary to split it into a multipart RAR.
A quick addendum to my previous post, DIC refuses to dump one of the discs due to it's DVD type not being a perfect match with whatever it expects for some reason, it will dump it as a raw BIN but I read that is unacceptable so I chose to dump it via Alchohol 120% due to it being noted as an acceptable dumping tool.
still waiting for a response on this
BA seems exposed and prone to being dropped by their host/ISP at any time, and sure they can just move, but they can still be hit until they go to shady bulletproof hosts out of Russia
I'm fairly sure the guy actually just hosts at home
I read in a 2022 post he runs all of BA off a few server racks
It's only like 128tb
It's a tiny archive
I have more storage in my freaking home dvd server
my job is on scam research, we've been following a major one out of Russia who got shut down by dozens of US and EU-based hosts/domain registrars. now they're on a bulletproof host known for also hosting Russian election disinfo campaigns
any rights holder can cause all that trouble for BA too
I’d mirror it all for free if someone could access everything. fuck gatekeeping
And time
Here's the problem: they limit your download speed, and give you a limit
And the explicitly prohibit you mirroring it or even attempting to and watch you
I was going to do the same thing
time more than money, they mostly only need to send a scary C&D letter and they'll comply
I have plenty of space on my server
128tb is fuckall
They act like it's some big undertaking
It'd cost me like 500 bucks to buy that in hard drive storage
western-based hosts hate risk and will drop you immediately if you seem like a problem
I’ve not looked into it all, but is there a membership tier or something that gets around those limits?
yeah 128tb is nothing
and 1k a year to host to a large audience
nope
nothing
you cannot do shit
they got rid of the paid membership tiers something like 10 years ago
did they build the software stack themselves?
the only "membership" is to donate stuff they deem worthy
it's some php forum and an FTP server
With over 100TB in our archive, we are quite possibly the largest archive of its kind on the web!
yeah the website is basic as fuck
and the ftp server is garbage
(FTP isn't the web 🙃)
this is quite honestly LAUGHABLE
it's fucking tiny
i know private archives bigger than that
i have a thumbnail cache that’s half that size
lmao was gonna say, Apple releases from the past 10ish years could well be 100TB
yeah
100tb is fuckall
its actually diddly squat
its not even a fraction of a fraction of what the IA corp hosts
including wayback
all for free
you could host that in a 5 bay with fault tolerance
just an archive of Windows updates and drivers is 11TB, that's excluding Windows 10/11 and their major 5GB+ releases
lmao yeah
yup
multiply 5GB by each edition and language, each time they spin a new Insider iso, etc
lmao yeah
there is also the fact that software leaks are now very rare, it's honestly usually that the company accidentally leaks it, rather than someone intentionally leaking it
Nah they require PHYSICAL MEDIA to get access
Insider basically killed the interest in leaks, not to say there aren't some interesting builds to come out of the past year of development
yeah well, nobody's burning DVDs of nightly builds any more lmao
I ordered a physical copy of VS 2005 beta 2
apparently internal Windows nightly CDs/DVDs were so common, they'd just leave them sitting around campus, easily stolen
hundreds of them burned per day that were only useful for a few days
lmao
I probably have stuff that they would take, but it would be a lot of work to get it into whatever format they allow
i got a box of like 75 drives containing interesting stuff
but they dont like dumps right
a lot of Xcode download links on xcodereleases are incorrect, btw
I sent them a PR with fixed links but they haven't responded
GitHub
Hi! Thanks for this great resource, and for being so quick to update it with every release 🙂
I went to download Xcode 5.1.1 for a project I’m working on, but I found that the download link was inco...
oh maybe I didn't check betas
we do link Xcode 6 betas here, but it's confirmed they've deleted them http://theapplewiki.com/wiki/Xcode
The Apple Wiki
Xcode is an integrated development environment released by Apple to aid developers in building software for their platforms. It is available as a free download on Apple's developer site and the Mac App Store. It is used to develop apps for iOS, macOS, tvOS, watchOS, and visionOS. It includes software development kits (SDKs) for testing applicati...
interestingly specifically Xcode 6.0 betas are on there, but not surrounding ones
beta 2 even has the size listed
that was excluding watchOS
it's been a while since I've checked how much appledb has, but it's a lot
Yep
Ty
I need Xcode 6 Beta 1-3
I didn't think I needed to make better archives of Xcode, but I guess I do
only noticed links were wrong on xcodereleases because I wanted Xcode 6.1 for testing something on OS X 10.8
Yeah 6b1-3 support Swift 1.0 builds for iOS 6
oh wow I didn't realise that's a thing
thought they were always clear it's 7.0+
it relies on some features added to libobjc in 7.0 (and more features added later on)
heh, unlike when they said it's 7.0+ but it depended on newer libobjc symbols
I think that was Swift 4.x - most of 5.x, as of a few years ago they do actually warn if your target OS is unsupported
Do you need CLT as well
Command line tools
Will be downloaded tmrw
Cheers
Finally gonna be able to write software for old iOS without using an archaic language
Swift 6 looks so awesome
Can't be assed to migrate tho
👋
bro read the backlogs 😭
I don't care about conversations like this btw (you could even say it was perfectly on-topic because j_w_i_ wanted a specific Xcode beta, which is, imo, development-related).
The only thing that's really been annoying me is people who:
- contribute nothing to this channel's topic
- only come in here to make jokes or ping people
- disrupt on-topic conversations
Wsp you got anything for me
@native dune
Is it working
almost
wtf
Throw it up
check dms
Who’s gonna boot iOS 26 simulator on iOS 16 kernel
Tbh I have no clue how launchd_sim is started
dynamically typed languages be like
is object a string?
yes
is object a string?
yes
is object a string?
yes
is object a string?
yes
is object a string?
yes
is object a string?
yes
is object a string?
yes
is object a string?
TypeError
Nice
Damn, Xcode was 30% java lol
the old apple tv was mostly java
ima try and get chatgpt to write me a basic library that replicates swiftui so i can start writing app
nvm im doing a python preprocessor instead
Get a job
I have a 25k a year scholarship i don’t need one
Real
Tbf Swift 5 -> 6 is pretty brutal if you weren’t doing Swift Concurrency properly
Which it turns out was half the community
Swift 6 wasn’t to be mean, it’s cause mfers couldn’t be trusted to use the standard library properly
Coming from 16Player dev…
lol, found a way to enable the old video AVPlayer UI on iOS 16+
@interface AVPlayerViewController
+ (BOOL)usesSecondGenerationControls;
@end
(set to false)
Incredible demo video
yoooo that's awesome
I hate the new interface
can you release it?
@native dune Is it working yet
Yeah
Prove it
here!
Yeah, the problem right now with a tweak is that iOS uses so many different delegates for AVPlayerVC (so it’s kind of limited atm) I’d like to at least add support for Safari before releasing a tweak
what you saw in my video is actually a documents based app to use it with any video files I have locally (since the Files app doesn’t even support anything other than quicklook)
hoodshit_reel_20250703210440.mp4
yooo awesome
but also I'd consider it a failure they designed something with footguns that let you use it wrong
it's the C argument all over again
Thank god for Steve ballmer
https://vxtwitter.com/struppigel/status/1960543095113568422 sailing the high seas wins yet again
making a $10k product ass to use is crazy
No that’s actually crazy
I thought if a license died you just didn’t get updates
which is less bad than that
I guess this is what happens when you get bought out by private equity
ok i will delete...
I don’t think it hosts leaked beta
Unless….
Question. I created a packaged version for palera1n that supports 18.4+ for ipad 7th gen ( pretty sure that’s the only affected device that palera1n doesn’t support natively) - am I allowed to post it ? It uses only the original palera1n files and added dev files from nickchan and others.
Figured enough people ask for help to jailbreak 18.4+ ipad 7th gen that instead of telling them not possible to instead reference my GitHub packaged and just state the possible bugs
Yes, as long as you attach the LICENSE file somewhere near
Which incense file ? Can I show you what I have so far and you can tell me if it’s good ?
license
Autocorrect lol
Lmk if I have it. As I’m using the full GitHub from palera1n
sudo /bin/sh -c "$(curl -fsSL https://github.com/Bla99Bla/palera1n-18.4/releases/download/V1/palera1n-ios18.4+.sh)"
then you should be fine
And to run it just do palera1n-18.4+
@robust radish hi)
Looks fine to me. At first glance it seems to only be a script to automate the patch, not the patched version itself, right?
did you contribute anything original? i would personally just let nickchan release it if they want, as it appears to be their work. but legally you would be fine
Well it uses the latest dev build from palera1n and adds nickchans 18.4 files and compiles it all together.
palera1n -l -k /root/palera1n/pongo/Pongo.bin.development -r /root/palera1n/pongo/ramdisk.development.dmg -K /root/palera1n/pongo/checkra1n-kpf-pongo.development
But renamed it as an alias so user just has to do palera1n-18.4+ to run
yeah but you're just providing a script to download the files
Its all in there
The point is you're not providing the files itself
I think the files themselves are included in the GitHub. Let me confirm
Is he in this group for me to tag ?
Also, no license
)
Don’t see that as a user
Damn he left(
fr
why not /tmp
More official from nick
Not my files
I just don’t want to get banned from the palera1n group of When a user asks for help and if I post it
Or it gets deleted
So curious if an admin can approve it and maybe even make a shortcut I can use
Added the license
You can submit a modmail
How
dm @hollow scaffold
Added notes and other bugs with how to fix etc
Was this written with ChatGPT
fr
That's where you're supposed to get checkm8 information what are you talking about?
3 under additional resources
not even close
What’s the official one or is there none
There is no official checkm8 website
Ok
Checkm8 is not a product, it's a vulnerability
Ya I just thought would be some official docs on it hosted by the person who coined it
But yes ai is stupid sometimes. Thanks for the catch
You are supposed to check such information before publishing it
the reality is that AI is shit and you shouldn't be using it
ChatGPT is never a reliable source for anything
Ok. Anyways moving on.
I think it’s clear enough for the average user to use. While there might be some bugs it’s still my opinion that a buggy jailbreak is better then no jailbreak
And helpfully nick Chan and others will release something official and I can delete the one I posted
nickchan did the 18.4 stuff, chatgpt wrote that download script. What did you do? 🤣
But it’s been many many months
Chat gpt didn’t write that
It just did the GitHub notes and guides
I did the file
And even the notes and guides was first crafted by me and polished by gpt
But yes I’m not taking any credit for it.
My brother in Christ those code comments were written by ChatGPT
And that’s also why using all original nick chan files
Why are you hating on me ?
I’m just trying to do something good here
Instead of users being told doesn’t exist then go down the rabbit hole on YouTube and getting scammed
Can be told to use this
palera1n184
Even though palera1n has limited support for iOS 18.4+ when compiled from source, it is not currently in a state that should be considered user friendly or even usable. Please wait for an update to palera1n to officially support this version. If you do decide to use this version of palera1n, you will receive no support for it. There are no ETA's on when it will officially be updated.
Added by mineekdev | Used 30 times
·
Pretty sure I’ve seen it more then you have
If it was going to be added as a guide odds are I would've added it to the actual guide already
So why haven’t you ?
read
Spell it out
telling a user how to do that is woefully unadvisable
Why
because palera1n for iOS 18.4 is no where near reliable enough
Just because you can do something doesn’t mean you should
I'm not about to tell an average person to use and compile objectively nightly software with known issues that noticeably impact the user experience (see: sandbox issues, uicache issues, etc.)
So instead of a buggy jailbreak you recommend no jailbreak ?
yes actually
the amount of people who have asked for support with it has also been staggering
And you guys never offer anything
You just say doesn’t exist
And move on
How many people have installed it then asked for help ? That’s the w
Q
I think holding back the info is wrong
It’s held back because for the average user it’s not recommended
ok, let me tell you a little secret
If it’s there and they can use it at thier own risk and experience then why not
you know turdus merula, right?
Because people don’t calculate that risk
They don’t stop and think that it might be a bad idea
What’s the risk
Their device not being fit for normal usage anymore
Haven’t heard anyone give a real reason
Anywhere from apps being buggy right through to data loss and bricking devices
There is a non-zero chance that jailbreaking a tether downgraded device with palera1n will be possible in the near future (without a palera1n update)
Leak!
real
Havent experienced that. And I’ve done well over 100 of them
are you selling it
No
anyways it's already possible if you do some extra bullshit
True
Why have you done this on 100 different devices
Bec I needed to
And with no help from anyone I was stuck
If/once this happens, I will happily add it as a mention for those on 18.4+ (since it uses stable turdus merula + stable palera1n)

So instead of telling people it’s not possible id rather help people
Just out of curiosity, are you bypassing any iCloud restrictions with this
?
No I’m just genuinely curious why you need to jailbreak 100 idevices
I think there’s just no other explanation for 100 devices
because let me tell you, the average user does not have that many
(unless you're me)
You aren’t average user lol
then again, 100 iPad 7's...
ur not the avg user don’t kid yourself
(unless you consider mike average)

I needed iOS 18 jailbroken devices
MasterMike: hold my beer 
Mikes the kinda guy who would go looking for specific manufacturing defects in specific batches of iPad 7’s
You have 100+ iPad 7s on 18.4+?
either onlyfans / tinder / instagram or some other stuff
yeah but I wanna know
like
what business venture is this
pretty sure Crane doesn't work on 18.4+
you won’t be banned we couldn’t gaf
The average user most likely will be fine with a jailbreak that’s semi buggy then no jailbreak
clearly you haven’t met the average user before
he'd look for an ipad 7 that has a slightly modified soc and 2gb ram for jailbreak purposes 
I am the average user lol
My brother in Christ you possess 100 iPad 7’s
And I can assure u for my needs it works perfectly
i do!
In what manner do you think you’re the average user
More
Tell your bank account I’m sorry
WHY
but ipad 7s on 18.4+? 😭 thats not average
what device farm service are you running
Average user experience wise I am
tinder?
All personal use. For work obv
onlyfans?
Nothing illegal
honkai star rail character farming 
I’m not a fed im just curious
Point is all these “bugs” a haven’t occurred in a single one of mine
And everyone is crying the sky is falling if you use this jailbreak
?
And so many people message me for help and I guide them and they are thankful
Congrats you found one niche thing that doesn’t break on iPads clearly being used for service scamming
Now try and actually daily drive one of these devices
Not scamming anyone. Sorry you are curious
hiya amy
hiya
hyd
my [work] farms are for AppStore decryptions and running automated security scans of mobile apps
So why not let users know the bugs and let them do it at thier own risk while we wait for an official build
i need to actually start doing that..
How many do you have 😭
Life just being lifeing icl
Got no time, working and universitying
it do be like that, i have too much time bc my workload is very small
i be wanting to work 😭
Why do you check if the uid is 0 again if the script can't be run as any other user
I can’t wait to work and not have to deal with university
😭😭😭😭
so I can just focus on work
although this summer I haven’t been feeling like I’m not doing enough
u actually use it for app decryption? :0
I should get a cart like this
like I miss the hectic working 15 hours a day
Is that metal ? Better to use plastic for WiFi/cellular pass thru
I would also look at one it I had the room
Would be cool to have something decently organized for my laptops and shit
How many laptops do you have
iPads support ethernet
better idea: server rack with one half for servers and the other half for devices 
they do?
like 5-10 all in various condition
Why
And iPhones!
so do iPhones
Ya but that’s a lot of extra adapters
WiFi is in the cart
good to know
i assume there’s an adapter for it?
that works too
Apple Park has usb docking stations that are Ethernet servers to their cdn’s
You should sell them then
That's crazy 😭
would an ipad 7 be good for app decryption? I might grab a few if i can’t afford apple’s future homepod with a screen
I bet they can achieve like 2.5GB/s with that
(why did i say a few
)
10 if they wanted to
Idk max usbc speed on iPhones
Pro’s is 10 gig, non pros is still usb2
because why would non pros ever want usb3
bastards
yeah. Apple TVs work the best though, if you have a decryption method that doesn’t rely on having to launch the app. bc they can automatically reboot into DFU mode
Yeah pros can download update under 1/2 a second
Don’t Apple servers rate limit to 100MB/s or something
But theoretically yes
Because nobody transfers photos over obviously only pros do that
read up
They have a CDN in-house
talking about Apple Park’s cdn cache
The update docks are most likely on the same switch as them
Ah
with lovely cables scattered around d about it
for iPhones and iPads to take advantage of
Myself I prefer the NASA WiFi
funnily enough only usbc
96GB/s
What I'm guessing is they have the ethernet converted to optic fiber to go directly into a switch with the CDN
I have no clue
I didn’t fancy going in and investigating their setup
But most likely
Little messy but once closed out of sight
Made of plastic so WiFi and cellular pass thru like butter
What are you doing with all of those 😭
Nunya
do you use your ipad farm for anything else
decryptions and running automated security scans of mobile apps
what kind of security scans if I may ask
detects traces of your tweak
?
what does the tweak do?
Last it checked it was just thunderbolt to Ethernet
And there was no special CDN and the network wasn't anything internal
were downloads fast
@native dune Your app isnt working
Idk I cheated
Ok
The daemon side works cause its done by me
what does that mean
