#development
1 messages Ā· Page 235 of 1
and i noticed there's no Installed-Size in your Packages file
are you using dpkg-scanpackages?
whats that
how are you generating the packages file?
I made it manually
I compared it with rugmj's and maxine's package file though it was basically identical
i have this in an update.sh script so whenever i put a new .deb in my debs folder i can run update and it will automatically generate Packages and Packages.bz2
rm Packages Packages.bz2
dpkg-scanpackages -m ./debs > Packages
bzip2 -fks Packages
i'll try this, thanks
and now trying it I also don't get a 404 but get expected size 5834, got 5880 instead so I probably just put the wrong size?
bzip2 -c9 Packages > Packages.bz2
gzip -c9 Packages > Packages.gz
xz -c9 Packages > Packages.xz
zstd -c9 Packages > Packages.zst
lzma -k Packages
lz4 -q Packages```
š§
I did this but I still get the error above
expected size 5834, got 5880 instead
should I just change the size to 5834? the arm build of it is 5834, while arm64 is 5880
shit
bad channel
sorry
doubt it will do anything, but
https://github.com/bradleytechman/jbrepo/blob/main/Release#L6
remove iphoneos-arm64e
@rocky oriole works on my phone
let me try again
could just be sileo caching and old deployment of the github page
go into sileo > profile (top right) > Cache Size > reset cache
Cleared but now it says 6 KB of -1 byte
it said this earlier but I dismissed it because it would change into the expected size 5834, got 5880 instead when I retried
uh
it just worked on my SE š
ok it worked on my main device with zebra
INSTALL_TARGET_PROCESSES = SpringBoard
include $(THEOS)/makefiles/common.mk
ARCHS = arm64 arm64e
THEOS_PACKAGE_SCHEME = rootless
TWEAK_NAME = widecameraauto
widecameraauto_FILES = Tweak.x
widecameraauto_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk
%hook AVCaptureDevice
+ (AVCaptureDevice *)defaultDeviceWithDeviceType:(AVCaptureDeviceType)deviceType
mediaType:(AVMediaType)mediaType
position:(AVCaptureDevicePosition)position {
// Only modify behavior for the back camera and video media type
if ([mediaType isEqualToString:AVMediaTypeVideo] && position == AVCaptureDevicePositionBack) {
// Always return the wide angle camera for the back
return %orig(AVCaptureDeviceTypeBuiltInWideAngleCamera, mediaType, position);
}
// For front camera or other cases, use original method
return %orig;
}
%end
This in Tweak.x
Name: widecameraauto
Version: 0.0.1
Architecture: iphoneos-arm64
Description: Automatically use wide camera!
Maintainer: berget
Author: berget
Section: Tweaks
Depends: ellekit
This is what I have, I had problems getting it to compile as rootless but not it finally did when I used "make do THEOS_PACKAGE_SCHEME=rootless"
In makefile it is set too but its still compiling as rootful without the make do command.
Although the tweak itself doesn't work, I want all apps to use the wide lens back camera instead of the original one since I dropped my phone and it stopped working, the front camera still works so that one I jsut want to passthrough normally.
how would i initialize this object?
the data providing class doesnt have an init function
ios 17 just has a regular init without a data providing param
It would still have a regular init because it inherits from NSObject
it says i cant
'*** +[CRSUIWallpaperPreferences<0x27c437d08> init]: cannot init a class object.'
well yeah because CRSUIWallpaperDataProviding is a protocol not a class
you need to find a class that impls that
(or I guess you could try and implement it yourself idk)
bs
provider class
in any case I don't think that's supposed to be init directly
i found the provider class
and that has no init?
'*** +[CRSUISystemWallpaperProvider<0x27c437c18> init]: cannot init a class object.'
nopw
ios 17 was so easy why did they add a data provider for ios 18 
hopefully it doesnt require entitlements
huh wait did you even alloc before init
Just contact support
I already have
And what did they say
Threaten legal action if you have the proof of purchase
Iām sure thatāll speed them up
i do have proof of purchase but how the fuck am i supposed to threaten legal action
i can't afford a lawyer
Keyword: threaten
Just say youāll escalate the situation further and take legal action as you have proof of purchase and havenāt received your developer license
You donāt have to do any of that
I'd also like to avoid pissing them off if possible as my chosen field of work is software engineering but idk I'll wait another day and if nothing happens then yeah I'll have to do something
do we need to when doing perform(Selection)?
bc i didnt allocate for any of the other stuff
I mean unless you can directly pass the class object as a data provider (in which case you don't need to init)
yes
that wouldnt happen right?
wait im stupid
i didnt alloc before because i was calling a shared object that was already allocated
skul
how do i allocate
gen alpha doesn't know how to allocate objc objects D:
in swift?
why did that send
i do in objc idk how to in swift
i guess it's CRSUISystemWallpaperProvider.alloc().init() or something
im using selectors
yeah so just convert this to the equivalent in selectors
yes
exact same error?
it wont compile
what
Cannot call value of non-function type 'NSObject' for obj() and Static member 'alloc' cannot be used on instance of type 'NSObject' for obj.alloc()
i guess objc doesn't work the same way as java then and needs to be casted to the correct class instead of remaining as an NSObject?
Maybe use objc_alloc()
do i need to import something for that?
just declare it in the bridging header
I mean objc_alloc() is not available in public headers
Just add id objc_alloc(Class cls);
try casting to AnyClass
class objects aren't NSObject
how do i initialize AnyClass?
i am confused
ok it no longer crashes but still doesnt set the carplay wallpaper on ios 18
would it be worth it to decompile the carplay settings application?
can i use my karva sign cert files in xcode if yes how??
I mean possibly but idk why you would
so i dont have to accept the certificate every 4-6 day cuz ion have paid account
and then app stop works
i spent an hour trying to figure out why my networking code wasn't working
turns out waydroid wasn't connected to the internet
Literally me
Add more checks
the debugger in android studio is completely broken and logcat isn't showing my logs
- the operation isn't too important so it just fails silently if something's wrong
i spent 30 minutes putting throw Error("1") at random places
Wassup my favorite French š
favorite
french
Anyone know how to install an IPA file in Trollstore with terminal?
Dw you are lower than the French
uhh appinst + ct_bypass?
Someone should make that š„
from what i know, swift ui is made using metal and metal is a 3d graphics library
fr
from what i know, swift ui is made to cause mental illness
nilness?
wait
guys
can you not change your developer name
am i gonna have to dox myself to publish an app
š
yeah
yikes
@kind herald
you have to use your legal name regardless
ig
technically im under my dads name with a stub acc since im underage and apple told me to do that
@magic hazel alternatively some people open a shell company to hide their identity
go by a pseudoname until you sell out to a major coorporation then rebrand everything
or right before for resume purposes
i think the "go by a pseudoname" part is illegal in the eu?
or at least both apple and google require your full legal name
Clearly they donāt know the audacity of internet beings
after this update winrar will finally get its 10th customer
Itās a crime to be using winrar
fr
im trying to make an ellekit tweak to inject into tccd and allow tccd to fully function on macos without sip. for some reason it just isn't injecting into tccd no matter what i do, i've checked with lldb with no luck. i know it works because liji got it to work with his own injector im just not sure why it isnt working with ellekit. any help would be greatly appreciated
itās probably on the injectorās blacklist
is there anything i can do about this and where is this blacklist
just checked the ellekit source and it seems as though tccd is not in any blacklist
use ZIP or zstd+something like a sane person
ill eat apple and google
issue fixed

Your amfi is disabled right ? Afaik tcc not working is a result of that rather then disabled SIP but not sure. Anyway somebody did exactly what you want in hack different and what they patched was changing the platform binary bit for non-platform applications. Because when amfi is disabled everything is set to "platform binary" and that breaks the tcc prompts
edit: turns out thats what you were doing as well lmao
steve jobs
i agree alfie is a cat
i'm starting to like kotlin
kotlin is just java but with cringe syntax
was it even neccessary? or some dude was bored one day
did you ever find any good solution for this
should i switch my c projectās build system to use a shell script
my makefile sucks
embrace cmake
Nope, something something window levels
But i don't remember it working fine at all
Please help me to fix these issues
idk what ur issue is
why are you concerned about having old certificates installed
I would like to updates and get rid of this
i would not trust any certificate authority from baltimore
Thanks. I will delete it from my Mac
yea, cmake
theres literally no reason to care
in fact, you should leave them
I have tried to remove or delete those two root certificates, but there is no option to delete them. When I downloaded the Apple root certificate, I received the following error message (see attached screenshot). Please advise. Thank you in advance ā I truly appreciate your help.
thats because its part of the system partition
it is actively blocking you from it because its a terrible idea
and I truly think you're either clueless or a troll, you've given no good reason for even wanting to do this
why do you want to delete them in the first place
Schizophrenia
its saying certificate is expired so just wanted to do the update.
just wanted to do the update. its saying expired.
if its does not interfere with Xcode then I don't mind to leave as is
Thatās not how it works
The trust store is maintained by Apple for you
you shouldnāt ever interfere with that
Thank you for your advise and I have seen it in the past my own certificate was expired and that gives me Revoke Certificate button so i quickly check and verify my keys and delete it and import it again and get its works fine.
If you have Xcode it probably works nice due to better integration but you can make do with any text editor
i spent an hour taking app screenshots only to realize the aspect ratio was wrong 
<@&355174844205367317>
?
there was a steam scam
Well there isn't anymore
i can't believe vim took away my $50 steam gift card
i hate vim
Why does Xcode taking 72 hours for the approval? How do I expedite this?
think they're referring to app store or testflight approval times?
Looking for someone who knows about Apple App attest and can help me bypassing attest bans. Going to compensate for his help. Let me know
if there are more then 10 devices on it it's a default waiting time of 72 hours minimum. It's just the way apple works, nothing you can do about it unless you remove the other devices until the counter gets to 10 or less
is This Kevin Bradley?
what?
Sorry, no worries bro
I have a question: How can I change the location to save my provisioning profiles to the Library/MobileDevice/Provisioning Profiles directory? Currently, I have to manually copy all my provisioning profile files from Users/Library/Developer/Xcode/UserData/Provisioning Profiles.
IOS App Signer app default directory is Libraray/MobileDevice/Provisioning Profile
I mean you can resize the image in photoshop of illustrator
maybe just make an alias to the folder (ln -s originalpath targetpath)
I am sorry, where do i go to make this changes?
terminal
it even was his own one š
What was it
the token
I assumed some crypto wallet address or something
???
yeah no idea why he sent it š
definitely don't send xmr to this address!!! 88X12557uftPayCcqWztAY7t8uGtuBMUVN6qeXjk2QJthYA81rc21rehCzwG8wKeQ1NhtWBVaWcL4GtKM4F2HjY8TaGVvWK
yeah send it to mine instead
I do not own any crypto
what happens if i do ?
Can i'm get it back ??
yeah you'll get it back 10x'ed trust
@kind herald scam
please ban
or arrest
or k
oh yeah
let me in to that
the scammed to scammer pipeline
no someone sent a porn discord link
damn gorn over money i see
hey id join
whatever you send to that address you get double back
(this is a joke for ppl who are stupid)
Thx i just sent 200 dollars to test first
What do you have to do to get developer role out of curiosity
make a tweak
or a jb ig
idrk lol
Iām not a tweak dev but Iāve got a moderately sized game that Iām publishing to the App Store
i'm guessing it's for jailbreak related stuff
š«
fair enough lol
well if anyone knows what the requirements are lmk
in the meantime
anyone decent at swift and avaliable to have a brief lookover of like 300-400 lines of code
i wanna know if ive done anything glaringly poor in my model
contact modmail, there's not really any specific requirements
if you're devving enough you get dev role
atleast that's how I understand
@hollow scaffold
do i have to provide my codebase or smthing
yeah usually will be asked for proof
jailbreak tweaks or jailbreaks
ic
develop something for the jailbreak community
submit it to modmail
we got it for making a tvOS file manager
Icic well thatās useful info
what does xpc stand for im pretty curious
cross process communication i'd assume
interprocess communication
and the reason it's not called IPC is because it used to be called "X-IPC" or interprocess comms for OS X
the -I got dropped
since XPC is simpler
drop the I, itās cleaner
always has been
Hi does anyone know how to hook the camera? I dropped my phone and my back camera & flashlight isn't working, although the wide lens is. Some apps are automatically fallbacking to the wide lens, but most apps like even the ios camera app it isn't possible to select the wide lens.
I was hoping I could somehow force the wide lens to be used at all times whenever something is trying to access the back camera.
The message I am responding to was a small attempt but I have no idea what I am doing, I successfully compiled and installed it but it didn't do anything at all.
Its IOS 16.2 iPhone 12.
I can do coding relatively well I have just never worked with modifying IOS device, so if anyone could point me to relevant hooks that are worth attempting to alter that would be helpful itself.
At the moment apps seem to acknowledge that the back camera isn't working so if it defaults to back camera and I switch to front, them attempt to go back to the back camera it doesn't even attempt to use the back camera, so my small theory may be that even though my tweak might change to the wide lens camera it doesn't even attempt because it knows the back camera is broken. (So possibly the tweak would work if the camera wasn't broken)
xqc
hi everyone, do you know the method to retrieve kernel ASLR in code on devices jailbroken using palera1n? I can find kASLR value in the jb log file, but from the code dont know how to retrieve it directly. For unc0ver jailbreak, kASLR can be queried from task_dyld_info->all_image_info_size but for palera1n it's always 0
https://github.com/Cryptiiiic/x8A4/blob/main/Kernel/slide.c#L53-167 yeah itās appended to ramdisk so /dev/rmd0
thanks @faint timber, will have a look
I now understand why it is so easy to make inefficient electron apps
so when are you releasing your first ffmpeg wrapper
is there any working classdump tool for iphone? hopefully directly on the device or from linux
Bad video and bad implementations is all I do
for regular binaries I would use classdump-c to dump classes, but when dumping classes from system frameworks from the dyld_shared_cache I use ipsw
oh wait ig classdump-c wouldn't work on linux tho cuz you have to compile it with xcode
you could try classdump-dyld but idk if it still works
https://github.com/arandomdev/DyldExtractor this one is better for dyld extraction because you actually see the symbol names from imported frameworks instead of just having MEMORY[0x....]
which behaviour does ipsw have
cause thats just been my default for a long time
doesn't ipsw literally just use xcode's
I think so for some stuff
it literally just rips that chunk from the dsc and doesnt look at any of the external symbols it links with
therefore for example objc_msgSend($_OBJC_CLASS_UIView, "new") would just say MEMORY[0x] iirc
I see, fair enough
how do I symbolicate / reverse a swiftui framework
cus this shit is all like mangled
what exactly
/System/Applications/iPhone\ Mirroring.app/Contents/Frameworks/ScreenContinuityUI.framework/Versions/A/ScreenContinuityUI
i think in general i have no idea wtf im doing
just wanted to figure out how to make my own pairer / mirror app on other OSes
well first try using ipsw swift-dump
oh what the hell
if you mean the symbols there are swift symbol demanglers but otherwise REing swift is just generally pain
it really does not enjoy being transliterated into C
anyone try to use this for a test harness or something like that? https://sep.lol unfortunately the tethered downgrades are not compatible with checkra1n/palera1n
You can use checkra1n/palera1n with turdus merula by doing early exit in turdusra1n and from there manually uploading the kpf/ramdisk
However you would also need to manually upload sep_racer if you do that
sounds above my paygrade, but glad to know its possible
Alternatively use an app-based jailbreak
It's possible
I've done it
The checkra1n one
You'd have to remove auto boot from its kpf tho
"developer" ?
they're giving developer to anyone these days
how are you not qualified for dev
because he stinks
i dont do jailbreak related dev at all
Sorry
stinking is basically credit for this server thats why you have mod
wtf
I take showers every night.
And i use deodorant.
Do you want my deodorant serial number
My deodorant serial number looks like a fuckin phone number what the hell
Idk if i'm looking at the right thing
Call it
you need that if you want to submit an RMA
Yeah thats probably the upc
Batch number is probably way smaller
Wouldnt that be on the barcode
Yeah but youre also stupid sometimes so maybe you were reading the barcode
you mgiht need one
not you specifically
it just could be defective
its a thing that can happen with mass manufacturing
Wtf boba back in rjb
Whoās next? Krum? lul
Fr
<@&355174844205367317>
Handled thx
I was waiting for someone else to do it 
Loser 
keep your safety in check
What you devving these days 
my website
gonna make a keyboard related section probably
idk what im gonna do
Nice
this dude thinks github magically pushes and pulls their files without the internet
am i reading this right
Yes you read it right, it is totally offline and collaboratory as well!
looks like they're just using git to store data
and syncing when they have internet access
@reef trail @gentle grove hear me out: git over bluetooth
Slow? Yes
Offline? Technically, yes
Ass? Absolutely
what's the point of this article exactly
mediumslop
Does anyone know the best place to hook SpringBoard if I want to show an alert on the Home Screen after the user unlocks their device?
Hook the beta alert thing I guess
could also look at what the safemode alert does
Oh yeah thanks guys!
ElleKit seems to just hook UIApplicationDelegate.applicationDidFinishLaunching
As do Substitute and Substrate
alfiealert
alfies version of beta alert
:/
No I need to hook SpringBoard in Apex to tell the user not to use Substrate 
Well with the untether only
Lmao
can't you just ship a package that conflicts with substrate
I mean I can but this is for people using checkra1n strap who then install Apex
and it only applies to the untether anyway, so they can always boot and then enable tweaks if they really want to, otherwise they can just install a different injection library
its one of the images
The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
guy needs to visit syncthing.net
š¤Ø
<@&355174844205367317>
: /
Mf
Thx
I was typing
I was about to ban.
You always steal
Man I cant Belive the mods are stealing all the free money from us
I think simject has an example of exactly that https://github.com/akemin-dayo/simject/blob/master/simjectExampleTweak/simjectExampleTweak.x
Awesome thank you!
Is it possible to use Frida to intercept a network request and reverse engineer the request headers or identify the hashing algorithm used inside of an app?
yes
how how can i do that? using FLEX i can only see the request but not how for example headers are formed
use breakpoints or sumn idk
how would that help?
you can see it being formed by stepping through
ofc you'd also need to know how to RE
what do you mean by RE?
reverse engineer
so basically being able to atleast read the C pseudocode that comes out of your favorite decompiler
why not use mitmproxy instead? Easier and faster to setup imo
Iām already intercepting the network traffic. What I need is to know the algorithm/method that is used to decode a responses body. for example:
b989b279eb2de1d156b0e7fb01cc45fb83651a3368ade4ef98b2fe950411085ab9bcc6d79fb1bba81c561f6d7a4dbe113fb0761c23f1a387dbefd43f59ea16c09ac261d79061ebfd68c828ec92c7f7efb90f6d0446f371cfee4d1873da5188e0d5c4e1d66c41b198fae831d82dd64d41d6433b9e0f087651531bc14b90afc545c626ddceb8775d4184c0446fe31de392594efd7a9ee98c2f8cc03a9f2b7679eab1a04a234b86f73b33b7da1eb5641ebfaa6b3090abb09b40ee7e025edad38fed
and I though I may be able to do that using Frida or similar tools, thatās why Iām asking in here
Whatās the app?
a Indian service for streaming music
one app i reverse engineered was base64 encoding and reversing its data before saving it to disk to obfuscate it
i wish everything else was that simple
makes more sense to use something like lldb or maybe even flex to see where it's being decoded by the app
that way you can just use that rather than the raw data
or if you have to use it detached from the app it gives you a place to look at static analysis to recreate it
base64 encryptionā¢
as unknown as any
š
Iām very sure that this method is not b64. The first part of the decoded string always is the same and than is followed by a different part each time requested.
i wasn't referring to your app
ok, but what would you recommend me to do now? any tutorials or similar stuff online?
i don't have anything to recommend, sorry
literally futurerestore @hollow oar
i was wondering about this, have you considered Fil-C
This is false; Stallman canāt draw that good
Wonāt fix bad code structure
that is true but atleast itll fix the random double frees
Meh maybe just need to run valgrind
But honestly turdus can replace it at this point
isnt turdus just for blackbird devices
Thatās not what Iām talking about
Itās more or less modded idr
It almost does everything Fr did
huh, did not look at it very close but nice to know
mineekware W
<@&355174844205367317>
sigkill
Lol I feel like no one other than the devs and me looked at it

Deleted yours 
Rude
Iād like to see you try
Does anyone know how to create an app that launches a URL scheme without appearing in the App Switcher?
I've already built one that opens a Filza URL scheme, but it shows up in the switcher. I also don't want to use the Shortcuts method since it's much slower to execute and it doesn't support transparent icons.
Shortcuts but change the icon via snowboard
Snowboard does support transparent icons
Not for Shortcuts
Oh ur right wtf
Shortcuts are webclips
which don't support transparency at all
how on earth am i supposed to fix this
how does this even happen
(line in question)
@wooden yarrow what about [[user valueForKey:@"id"] longValue]?
wait that's not a thing? huh
there's longLongValue and intValue though
isnt long an int in armv7
actually that is indeed interesting, why on earth was the code written this way instead of that
time to remove all usage of NSNumberFormatter
guards
oh
shit ping ig
<@&355174844205367317>
@modulators
@modifiers
@modrinth
<@&355174844205367317> good morning
gm
Gm gm bro
hyd
Exhausted, probably going to head to sleep. Hru
damn fair lol
not too bad
just got up really
Same here, but now I canāt sleep so oh well
@visual meadow any reason why this isn't feasible for sshrd on newer ramdisks and linux https://github.com/linux-apfs/linux-apfs-rw
might be a silly question
I wonder if it can corrupt dmgs
write support. This may corrupt your container
God knows
I guess that needs to be tested
I am RIGHT here
Fr
Anyone know where I can get an image that shows the exact shape of the iPhone 13 Pro Max screen, including the rounded corners and notch, that I can overlay onto another image to see how it would look on the actual device?
figma?
I'll look into that thanks
Is there a way to debug tweaks from ida? Do i simply attach to SpringBoard? 
Iād just use lldb
but then have the disassembly open as reference
also if you keep it stopped for too long watchdog will kill it
so once it reaches the breakpoint Iād do whatever I need to do quickly, then do āprocess continueā so that watchdog doesnāt kill it, and then you can set a breakpoint again somewhere else
itās kinda hacky tho I wonder if thereās a better way lol
if you sigstop watchdogd that causes a kernel panic eventually so idk how to get around that
- launchctl unload
Lollll it's still filtered
th0rjb
hmm
I'm still a LEAD DEV for THOR jailbreak
Hello i looked up your jailbreak and a porn site showed up
YES
?
We should put thor in jail instead and kill his game
And the jailbreak with the same name too
Learn to make better UI before you steal please
The UI is the BEST
And THOR JAILBREAK is ORIGINAL
Any proofs?)
nice method meta initWithIsCanonical:isGroup:isMessageRequest:isSpamRequest:isSelfThread:users:leftUsers:pendingUserIds:socialContext:isMuted:isMentionsMuted:isVideoCallMuted:readReceiptsControlStatus:typingIndicatorControlStatus:lockStatus:videoCallInfo:isFlagged:isMarkedAsUnread:isArchived:msysBasedCutoverState_DEPRECATED:inviter:lastSeenMessageIdsForUserIds:groupMetadata:inputMode:folderType:shhModeMetadata:disappearingModeMetadata:disappearingModeLocalMetadata:isCloseFriendThread:isVerifiedThread:isCreatorThread:isBusinessThread:hasFilteredMessages:isMessageRequestsLimitReached:filteredDictionaryId:violationReview:messageRequestType:themeMetadata:contextLines:responsivenessCategory:icebreakers:persistentIcebreakerSet:welcomeMessage:persistentMenu:senderReachabilityStatus:recipientReachabilityStatus:bizThreadThrottlingState:hasRestrictedUser:hasGroupsXacIneligibleUser:isXacThread:labels:isFanClubSubscriberThread:isTranslationEnabled:threadLanguages:translationBannerImpressionCount:fanClubSubscriberGroupThreadContext:bizSmartSuggestion:accountWarning:threadSubtype:rawThreadSubtype:snippetDict:broadcastChatContext:isOtherParticipantEligibleForIGAppointmentBooking:isAnyParticipant3pAPI:shouldUpsellNudge:capabilities_0:capabilities_1:adContextData:professionalMetadata:ctdOutcomeUpsellSetting:blendedThreadCapabilities:eventMetadata:threadTitle:latestExternalActivityTimestamp:takedownData:groupMemberAddMode:willXacBeReadOnly:isXacReadOnly:isPinned:pinnedTimestamp:isCreatorAgentEnabledForThread:isCreatorAIRepliesEnabledForParticipants:hasCreatorAIMessage:pbiaPageId:cutoverMetadata:groupThreadJid:incomingFollowRequestFromRecipient:customerDetails:recurringPromptType:isStale:
90 params š
(discord upped the pin limit to 250 today)
thought we should have an incredible 51st pin
ikr
yesterday we increased the pin limit from 50 to 250, everywhere! this has been in the works for a long time and I'm glad that it's finally shipped - no more need to carefully decide which memes to unpin in the group chat!
Ngl, I saw a method with 250 param
this has been in the works for a long time
Surely it was just one constant in the codebase
I think icraze or fiore shared it here
yeah
fr
408 arguments
And an extra 1600 bytes
per channel
poggers
objc devs will do anything but get a therapy
so
this is actually auto generated function name
by coreml
but still
its crazy
no amount of therapy can make me forget translatesAutoresizingMaskIntoConstraints
Probably
Is there a c compiler
i'm... not sure? i think templeos uses HolyC
3ds
i'm too poor to afford a used 3ds in 2025
Womp womp
or a ps vita
hm
i'll consider it
shijima on psv? Whatās next? psp/ps[1ā¦5]?
it's on all major platforms now, anything i add from this point onward will only make it funnier
macos 9 shijima
classic macos
Actually fuck it, uefi
Hooking into windows.exe
technically, it runs on top of dos
atleast you have translatesAutoresizingMaskIntoConstraints, iOS 5 requires you to set the constraints yourself
yes
this is how i used uikit for a few weeks on ios 11 before i learned about autolayout š
@surreal dirge
@surreal dirge
mfw i have to say false in every single view i make
wtf why
manual constraints
what do u do such that you require manual constraints for each of them
manual constraints are typically more performant and easier to apply accessibility rules too
for example working with different font sizes is a lot more reliable with manual constraints
it allows for easier and more performant previewing
hm
additionally it makes your app perform a LOT more reliable with screen sizes that resize
such as iPad when people add a second app to view
and when views can dynmically be resized base on content
wait till you know autoresizingMask
Does anyone know how to play dylib and api? I have some doubts and I wanted to take it out
Huh?
Elaborate
Does anyone know what apple changed in ios 17 to break some things? I'm trying to boot ios 17 userspace on ios 16.5.1, but launchd fails to spawn some things:
2025-07-18 16:04:46.818216 (user/501/com.apple.telephonyutilities.callservicesd) <Error>: Deferred spawn of service failed: 22: Invalid argument
I mean
Stuff is starting
I'm able to view console and ssh in with usb
This is on a a12x ipad pro
is it possible to swizzle a C function that AppKit calls from another framework at runtime? I tried using fishhook to rebind_symbol and rebind_image_symbol but that only hooks when I call the C function, but not when AppKit calls it. DYLD_INSERT_LIBRARIES is also not viable for a production app.
I managed to boot to 16.6.1 on 16.5.1
[ 364.248149]: AMFI: Launch Constraint Violation (enforcing), error info: c[1]p[1]m[1]e[1], (Constraint not matched) launching proc[vc: 1 pid: 977]: /usr/sbin/fairplayd.A2, launch type 1, failure proc [vc: 1 pid: 977]: /usr/sbin/fairplayd.A2```
[ 361.662052]: AMFI: Launch Constraint Violation (enforcing), error info: c[1]p[1]m[1]e[1], (Constraint not matched) launching proc[vc: 1 pid: 974]: /usr/libexec/adid, launch type 1, failure proc [vc: 1 pid: 974]: /usr/libexec/adid```
anyone know how to fix this, however?
17.7 userland on 16.5 kernel: (IOSurface) IOSurface.framework versus IOSurface.kext version mismatch
Canāt swizzle c functions
Can hook tho
What happens if you take the framework from the the ramdisk for example
It it has it
how do you do that? without SIP disabled.
You donāt
Any frida expert here? How i can tap on Home ui element through frida at this.
Flex says this on element UI
<UILynxView: 0x118c0cc50; frame = (0 0; 299 40); layer = <CALayer: 0x60000b2280a0>>
want to tap on this
TikTok shop drugs š„
@vivid dew happy birthday big man
why not? why can't fishhook and dyld_interpose work?
if it's in your own process I think it should work
when i use fishhook to rebind_image_symbol it doesn't seem to work when AppKit calls it (but rebind_symbol works when I call it)
is that expected?
How do you call rebind_symbols_image ?
You must be messing something up
"date" : "2025-07-19 14:52:57.13 -0400",
"panicString" : "panic(cpu 5 caller 0xfffffff0266c14a4): vnode_rele_ext: vp 0xffffffe027310000 usecount -ve : -1. v_tag = 0, v_type = 8, v_flag = 84801. @vfs_subr.c:2679```
Anyone get this panic before?
Basically AppKit makes several C calls that involve a stub, e.g. U _CGSRegisterConnectionNotifyProc, I thought that rebinding the stub in the AppKit image would work but it doesn't.
#import <CoreGraphics/CoreGraphics.h>
typedef void* CGSConnectionID;
extern CGError CGSRegisterConnectionNotifyProc(CGSConnectionID, void* callback, uint32_t, void* arg);
extern CGError CGSRegisterConnectionNotifyProcIntercepted(CGSConnectionID, void* callback, uint32_t, void* arg) {
printf("hi\n");
return 0;
}
extern void hook() {
uint32_t image_count = _dyld_image_count();
for (uint32_t i = 0; i < image_count; i++) {
const char *image_name = _dyld_get_image_name(i);
// if (strcmp(image_name, "/System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics") == 0) {
if (strcmp(image_name, "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit") == 0) {
const struct mach_header *header = _dyld_get_image_header(i);
intptr_t slide = _dyld_get_image_vmaddr_slide(i);
struct rebinding r = {"CGSRegisterConnectionNotifyProc", CGSRegisterConnectionNotifyProcIntercepted, nil};
rebind_symbols_image((void *)header, slide, &r, 1);
printf("ā
Rebound CGSRegisterConnectionNotifyProc() in image: %s\n", image_name);
}
}
rebind_symbols((struct rebinding[1]){
{"CGSRegisterConnectionNotifyProc", CGSRegisterConnectionNotifyProcIntercepted, nil}
}, 1);
}
I mean itās pretty self explanatory
i figured it out
it was old / vnode
I think it was because I was accidentally setting VROOT on both new and old vnode
But even then now that I got that figured out, it just hangs on blank screen when i userspace reboot until watchdog kicks in
Some stubs actually do not load the adress from the GOT and instead do a direct jump
I think it's generated when the target is within range for a direct jump
in this case there is nothing you can do really
ah interesting - how do I know if its doing a GOT lookup vs direct jump? This is from the stack trace:
0x198feb01c <+32>: mov w2, #0x51c ; =1308
0x198feb020 <+36>: mov x3, #0x0 ; =0
0x198feb024 <+40>: bl 0x199d60b34 ; symbol stub for: CGSRegisterConnectionNotifyProc
it failed because of data volume encryption so i hooked fcntl i shall restore again !!
userspace reboot !!!! and bar now !!!!
š
Not sure why these crashes happen
I also tried this on my iphone but instead of dualbooting i just made a fakefs
(posterboard fucking nuked my wallpapers)
-# nathanfuckery š„
imma keep at this tmr im going to bed
i hope to make this functional enough to the point where i can main this
The issues rn are these crashes and,
would u be able to install like apps from higher versions(one u like installed) and they work with this?
Yeah
I'm just hoping it's possible to like
Use 17.0 with this
But rn many things are just crashing
š„
Not on 16 tho it's just those 2 things there
Hey man can you guide me how to do it?
@frank fossil question, have u ever enabled/disabled this like green/red bar unlock/lock iphone debug thing? would u happen to know how to disable it
locked
Hm, Iāve never seen that
, alr
it transfered with a icloud backup
from my 12mini (JB, it had it too idk how i enabled it rly)
[[STNuke]]
Disables Screen Time on the device after installing, bypassing the passcode requirement
?
%hook CSLockScreenPearlSettings
- (BOOL)pearlDebugUIEnabled {
return YES;
}
%end
oh wait no itās a different one
%hook CSLockScreenSettings
- (BOOL)showRegionsDebugView {
return YES;
}
%end
itās probably in /var/mobile/Library/Preferences/com.apple.springboard.plist which you wonāt be able to disable unless you edit a local backup or āreset all preferencesā in settings (not worth it)
set a breakpoint on the stub (0x199d60b34) and check if it's an ldr + blr or just a bl
@naive kraken I want to tap this Home button through frida. In Flex Heirarchy the its looks like this.
But I dont know how I can achive this
The Home, products and reviews are in this tab.
<LynxScrollView: 0x1561f5800; baseClass = UIScrollView; frame = (0 0; 1024 40); clipsToBounds = YES; autoresizesSubviews = NO; gestureRecognizers = <NSArray: 0x6000061c6720>; layer = <CALayer: 0x6000061c6fe0>; contentOffset: {0, 0}; contentSize: {1024, 40}; adjustedContentInset: {0, 0, 0, 0}>
I think I have to scroll but how
Yea 
It's an LDR + BRAA. It just seems like it should be possible to hook this but rebind_symbols_image (on AppKit) and rebind_symbols don't work.
AppKit`CGSRegisterConnectionNotifyProc:
-> 0x199d60b34 <+0>: adrp x17, 434666
0x199d60b38 <+4>: add x17, x17, #0x9f0
0x199d60b3c <+8>: ldr x16, [x17]
0x199d60b40 <+12>: braa x16, x17
yes this should be possible
it could be that this is part of a shared dyld_shared_cache GOT, I don't think fishhook has support for those
ah, has anyone attempted this? or am i out of luck
Anyone know what daemon shows the Storage full notification?
I think it's deleted
not 100% sure
Hi @everyone. I have a question. I recently compiled an tweak called: Meteora (which brings back Slide To Unlock on iOS 10.3.3). I "sucessfully"(i don't think so) compiled it and installed the .deb file over Filza onto my iPhone 5c, running iOS 10.3.3
So, there is the problem. I clickde on install and then resprang my system. Then, I headed over to the Settings App and searched for Meteora. But I found nothing š¦
I tried to do this so often, but I came to the point of giving up. This thing took me more than 3 hours!!!
So I wanted to ask, If there is someone here at this discord server, to help me, by creating a .deb file of the project (compile the tweak from github) and send me the .deb file over a discord dm. For an theos SDK, I used sdk iPhoneOS10.3
Can someone help me please. I would greatly appreciate that š
Thanks everyone
Here is the link to the github page: Compile from https://github.com/iKilledAppl3/Meteora
please help me. I would love to bring back this feature. And it took me so long...
why would you even attempt to ping everyone lol
oh, I'm new to this. Sorry š
250k actually
@kind herald clanker
@kind herald clanker
@kind herald clanker
@kind herald clanker
Maclunkey
@kind herald clanker
@kind herald clanker
@kind herald clanker
til windows is called windows because everything is a window
maybe it should be named electrons instead
How can I start with tweak dev for a specific app? (Looking to write an injustice infinite energy tweak)
My swift/cpp knowledge isn't great but workable, and ive been programming for a long time so I'm not brand new to everything
^
reminds me of this
Cool, thank ya
So windows 11 search is a glorified website š
yup š
@kind herald clanker
š„
i've been trying to make a small program with the win32 api for about a week
i hope i never have to do this again
Try HLA ;)
High Level Assembly
<@&355174844205367317>
gm alfie
gm alfie
update: i'm starting to like it actually (is this bad)
Nah I like the win32 api
Hello
Hello WEN ETA KPP BYPASS
it's actually pretty nice, at least for the stupid thing i'm working on
i was going to use qt initially but i hate that the program grows to 60mb when i do that

Hi
may i shill FLTK?
@faint lion clanker
@kind herald fucking clanker
Anyone know what picks up for live voicemail on 17.0+?
Like is it a dedicated daemon?
I'm trying to compile my tweak using the UnityFramework from the game, but I'm running into an issue where the linker can't find the UnityFramework library for arm64 architecture, even though I've put it in the right place. It's giving me a 'library not found' error.
@visual meadow what did u use to disable watchdog i fg, its being anoying while im trying to lldb mediaserverd
š
@kind herald fucking clanker
watchdisable on my repo
oh
its a tweak that injects into watchdogd and just disables it entirely
thats in 16
oh
it uses the code from the who let the dogs out repo or whatever
but as a tweak
The UF contains the camera class of which I need for my script, ive put it in the right place and it is still complaining "it cannot find the library for arm64". (same for arm64r btw) It's like the linker knows the file is there, but it can't correctly interpret it as a usable library to resolve the Camera class, causing compilation to fail.
@acoustic imp lmk if it works
you know it works if watchdogd isnt in process list anymore
nice
lldb in peace š
Fire
Does that use who_let_the_dogs_out or something
Yes
that's cool
<@&355174844205367317>
I just found a funny thing: open YouTube, play a video and unload backboardd
Because you replied to a message from two years ago
but the people
the people need to know the truth
@kind herald clanker
WHAT IS WRONG WITH YOU
@kind herald fucking clanker
@kind herald fucking clanker
what happens?
it works like tweaks like Don't stop the party etc
audio continues playing
I need a tweak like that, that actually works seemlessly and doesn't have any issues when carplay enters the chat
and if you unload runningboardd, load backboardd and then runningboardd, app still stays alive
the one I have rn has some weird issues with stuff like spotify where it detects another audio is playing and pauses despite having a tweak to prevent this
Also PDFKitDumpToFile still works when backboardd is absent
Iāve not considered that but it makes sense ā layer trees exists regardless of a renderserver
I made a tweak a long time ago, PrettyResprings, that could have been a lot fancier had I known that
the underlying mechanism of PDFKitDumpToFile is probably just something like this
Gui Rambo writes about his coding and reverse engineering adventures.
yeah it just dumps the layer tree, CAEncodeLayerTreeToFile
Would the tree update without a render server?
I'd expect blur views (CABackdropLayer-based) to be absent from it
Guess what is this
fugu15 moment?
Nah
sure reminds me of it, fugu15 was a nightmare.
@kind herald fucking clanker
<@&355174844205367317>
How much memory can an app use on iphone 13 before ios kills it?
like 3 maybe 4
<@&355174844205367317> scam thing
Ty
yw
i love naming things
So which one is the original
An app to stalk and spread unverified claims about men šš
Iām ripping this apps data and creating an app called (BEER: Bad Ex Encounter Registry) for men to talk about women
poor ethan
#1 in Lifestyle | Reference ššš
also "Stop asking me this" is insane
the app DESPERATELY wants to tell you about "Jake"
i forgor
Just waiting for Apple to replace my logic board then ima cook up a diabolical app competitor
Not even 3 hours later app suffers a data breach with all their ids and personal information leaking most are fat and ugly
Based hackers
Now their ids are being sold on the black market
@kind herald Honestly why did you even open this channel. Is it because you're living a pathetic loser life. A life not worth living, but the thought of ending it all scares you so you end up not taking your own miserable life. Are you here to actually vent, or are you here searching for validation and some attention. Maybe even if from strangers online, at least someone noticed that you're struggling. Maybe they even care, even if just for a brief moment. Doesn't opening this channel prove that point though, for you to even consider being in this channel is a sad fate. I hope you gather enough courage to end yourself eventually. A life living in fear and regret is one not worth living. Ironic how your life is so shit and you want out but at the very last moment you run away again out of fear of the unknown. What comes after death? Is it something that really matters to someone like you?
Are you proud of yourself?
for men to talk about women
it already exists
I forget the name
Hopefully the data that gets leaked is targeted
Their ids and photos
bros app isn't even out yet and he's already sharing data leaks
No the tea app
Hey guys... Unless it's a government app / banks and that sorts.. why are we uploading our IDs on them random apps?
leaked IDs (the images) are not really relevant to this channel
Data breach in an app itās developmental
Because people are fucking stupid
IDs leaked in a data breach are relevant to jb development?
This isnāt Jailbreak development itās development in general rename
Who said this was jailbreak dev only
theres gota be some rule being broken ngl
š„
I donāt think so Iām not attacking anybody if anything bringing awareness as to not upload your id to random apps their info is redacted in the image
What does any of this have to do with the channel topic
gm rick
Gm
Further discussion on this topic here on anywhere in this server and I will ban.
For what rule
Don't push it
Probably āadditional infoā and a bit of rule 1
Yeah not really going to have this discussion here
I would just not continue talking about it
this sounds neat
"want a heads up any time Jake is mentioned in your area" creepy af
mildly psychopathic even
Bro gon get me in trouble gang
We canāt talk about it š
But I agree ; itās ironic they were posting pics of men without consent and now all their information is leaked without their consent
not sure who youāre agreeing with cause nobody said that
There I fixed it
I agree you need to find some bitches
Your obsession with this app is weird asf and ironically validates its existence
Me when I complain about Omni not supporting androidTV
Me when I complain about Omni bootlooping iOS 17
3 comments isnāt an obsession , it was literally on the news for how morally wrong it is the only people still talking about this is yall move on
Ah yes let me take a member ultras advice about finding bitches šš
i mean case and point, somehow i have better advice than you :/
oh i even missed the obsessing over the tea app part
that makes it even more accurate
āFind some bitchesā says a lot about where your headās at , you just repeat the same empty shit and call it advice
Another sheep that doesnāt understand the meaning of obsession š
This is #development take yo clown ass to #jailbreak
general is not for clowns, sorry
Okay buddy have a good day
Your first reaction to its existence: "An app to stalk women, I will make the equivalent for men."
Your reaction to the data leak: "I should share these random government IDs in a Discord channel."
Holy shit move the fuck on , I never said anything about stalking women I never posted anyoneās IDs all the information was redacted everything your saying just points out how stupid you are
did something get deleted
No itās some butthurt idiot who has nothing better to do than spread misinformation and cry
The FitnessGram Pacer test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter Pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly, but gets faster each minute after you hear this signal [boop]. A single lap should be completed each time you hear this sound [ding]. Remember to run in a straight line, and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark, get ready, start.
Yeah, he was probably posted on that app that's why he's so upset
lets rip the people that were posted on it
<@&558709886397972481> i develop shitposts when do i get the dev role
Ok
Oh my bad you must be illiterate , you can clearly see I say āto talk about ā Iāve never said anything about stalk besides the fact that , that app does it
Also itās a fucking joke
Ok
haha women in danger very funny
What the fuck are you smoking ? What women are in danger ? White knight canāt see Iām pointing out the hypocrisy in the app I was talking about
the hypocrisy is you calling it out for being a stalker app than claiming you're going to use their data leaks to make your own app
also yeah i would probably be worried for the women's who's IDs and geo tagged photos got leaked
I was saying I would take the apps structure code not personal information to make another one as a joke because this shit was clearly vibe coded
whys this pathetic incel raging on about an app where no one was even even interested enough to rant about him on there

Thatās their fault for being dumbass and uploading shit to a vibe coded app I have nothing to do with that
How are they to know its vibe coded
its a joke just like when i say i need jit in my video editor @shepgoba
@shepgoba
As shepgoba's private counsel I have been instructed to advise you that His Holy Shepliness wishes that he not be pinged unprovoked, thank you for your understanding and cooperation going forward.
@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba@shepgoba
As shepgoba's private counsel I have been instructed to advise you that His Holy Shepliness wishes that he not be pinged unprovoked, thank you for your understanding and cooperation going forward.
As @shepgoba's @shepgoba I have been @shepgoba'd to @shepgoba you that @shepgoba Holy @shepgobaness wishes that @shepgoba
I'm making an app to rant about rjb members (especially boba)
Your shit posts attracted the brain dead crypto scammers
@rotund magnet send me your license so i can spam it on the platform
@gentle grove
our?
(i sent myself my license already)
i dont have a tv loicense
pathetic, ive sent the constable in your direction
𤬠thatās not a joke what about all the worried r/jb members
cloudflare says im bad security because i dont have a security.txt configured
Which one? I had two.
your name
Oh seems fine on my end
Rolex owns godaddy
fr
@kind herald clanker
@kind herald clanker
cranker
@kind herald cracker
Better be white talking like that š¤Ø
Nope
Well ik what I have to do then
@kind herald cracker


