#development
1 messages · Page 105 of 1
ah well yeah, nexus doesn't simulate it
go into the frameworks folder probably
buddy was way too late
usually people put tweaks in there
💀
my bad
@indigo peak wanna try
no bro
what does it do
patches app store youtube for no ads
what does it do
I think it patches app store youtube for no ads
what does it do
I think it patches app store youtube for no ads
what does it do
ok great now springboard
very funny
i signed discord with get-task-allow, installed with trollstore, switched to user registration, tried system as well, and this happens in the instruments app
i also tried adding JIT enabling code in the ctor and got the same error
maybe also unsandbox?
You joke
Everytime I see this library it’s just so pathetic
wtf
why is springboard refusing to not work
CS_GET_TASK_ALLOW 
CS_PLATFORMIZED 
procursus is nice 
how I do that
watch apple rewrite console.app in swiftui
@sonic totem now they’re turned off....
how
@torn oriole bot is being mentally deficient !!!!
nvbm
nvm
wtf
that took like a whole ass minute to delete
bot was literally dead
aaron had to step in 
@grave sparrow
bool ent = SecTaskCopyValueForEntitlement(SecTaskCreateFromSelf(NULL), CFSTR("get-task-allow"), &err);
NSLog(@"[spoof] get-task-allow: %@", ent ? @"true" : @"false");
Discord [spoof] get-task-allow: true
real
ow: %@", ent ? @"true" : @"false");
ow: %d", ent);
why not just ^
does that not work 😭
im dead
so if i have a r word moment and flip 0 and 1 in my head
💀
fair
just funny to me, it legit makes 0 difference
its your preference but
did you get it working tho, read some of the messages above
printf/nslog/etc need a thing for bools to print like that fr
fiore what happens if you do %@ with bool
itll error
compiler error because %@ is for object and %d is for int
and underthe hood bool is int
so
fair
if i do @() around the bool itll work
the more you knwo
ahh
error: format specifies type 'id' but the argument has type 'bool' [-Werror,-Wformat]
NSLog(@"[spoof] get-task-allow: %@", ent);
fiore you use IDA 7.7 right?
has your IDA ever crashed just trying to load any ios binary
not that i can recall
also take this
i know you have messed with calculator in the past so
so whats hte point
when you can just swipe
lmao
button is so much easier 😭
also the code for that tweak is ass
stupid swift i hate it
requires me to do so much extra shit, i have no idea if what i did was even good practive but
yeah im aware
that was the annoying part
couldnt even find the function for deleting 😭
💀
the app simulates a swipe by just passing the recognizer with "state=Ended"
💀
but like it works
CalculatorController *parent = (CalculatorController *)sender.superview;
ControllerClass *controller = (ControllerClass *)parent.rootViewController;
DispViewController *display = (DispViewController *)[controller accessibilityDisplayController];
DispView *dispView = (DispView *) display.viewIfLoaded;
NSMutableArray *gestureRecognizers = [dispView._gestureRecognizers mutableCopy];
UISwipeGestureRecognizer *swipe = gestureRecognizers[0];
swipe.state = UIGestureRecognizerStateEnded;
the code in question
i use that
nvm
i used to
idk how to manually trigger swipe by calling that
i used IDA
to decomp function
it checks for the property of state
so i just change "state" to ended
and it works
i used to pass the recognizer to the swipe: function but it was doing it twice since it already waits for the state to change
thats what im saying, that function deletes the entire numb
thats why i said that, legit i couldnt find the delete func
deleteBackward sounds like it should be it
@grave sparrow made a proof of concept version
where at
no no I'm telling him that I made a proof of concept version of his tweak idea
my bad for the misunderstanding
the springboard scrolling one?
whats this other one
nah i thought you were talking about what me and fiore were talking about, just some calculator delete button
ah ok
Why’d you hijack that binary? Just because it’s the smallest in size?
@frank fossil when you say this here https://gist.github.com/khanhduytran0/675bba3db59bb7fac3ceaa49f2ef24e1#file-procursustshelper-c-L4 "inject to libiosexec.dylib", inject how? i cant get zsh to work properly
this thing i made is cursed
You need to use Filza’s fish
okay 👍
this, despite how it looks, is not 1 springboard page

its actually 3 springboard pages merged into one

I just picked a random framework
Cant modify main binary
@import Foundation;
%hook NSString
- (NSString *)initWithBytes:(const void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding {
NSString *ret = %orig;
NSLog(@"[calc] %@", ret);
return ret;
}
%end
%ctor {
NSLog(@"[calc] Loaded");
}
bruh
i know the method is called 😭
ret
abort() time
bruh
i hooked both cStringUsingEncoding & initWithBytes:length:encoding: and neither worked
you sure its a NSString and not a NSString subclass which overrides those things for some god-awful reason
objc_alloc(&OBJC_CLASS___NSString);
v9 = strlen(v2);
objc_msgSend(v10, "initWithBytes:length:encoding:", v2, v9, 1LL, v16);
alright
wait i dont see the objc alloc
calculate framework simple example:
int (*CalculatePerformExpression)(char *, int, int, char *);
void *handle = dlopen("/System/Library/PrivateFrameworks/Calculate.framework/Calculate", RTLD_LAZY);
CalculatePerformExpression = dlsym(handle, "CalculatePerformExpression");
char buffer[1024];
CalculatePerformExpression("6+(8*2)", 1, 0, buffer);
nice its got tons of operations like acosh and erfc
yup
just checked the header
also
iphone dev wiki page LIES
@indigo peak who can fix iphone dev wiki
no idea
ok bc it says calculate has 1 function
but it got 4
CalculatePerformExpression, CalculateExpression, CalculateInternationalExpression, CalculateExpressionError
it also has a bunch of classes lol
objc classes?
spring board scroll
yes
i need to fix a few issues
major issues
(it dies when folders exist)
alr
one moment
@proper reef the way CalculatePerformExpression handles some functions is so weird
like it makes sense
but its weird
9EE1 = pow(10,1)*(9) = 90
for some reason it takes forever to open apps atm but it does eventually do it
infiniboard reborn ong 
yep
@grave sparrow if zefram is so good, release it
who tf uses launchpad
macos launch pad?
just cmd + search for an app
i use it
goon behaviour
known bugs with it that i have to fix before i release it:
apps wont open until you scroll
folders just don't work
you respring when exiting edit home screen
Me
you ever just hook a C func by racing a thread's PC 
You ever just
what’s a thread
Fr
it hooks like 10% of the time 
Saturnware
More reliable than zefram at least
average race condition
i have hooked functions in an even worse way though
oh dear
GET OUTTA HERE YOUR NAME ISNT ORANGE
writing bytes to the function and then just ignoring all of the signals ever
YEAH
NIGHT
GET OUTTA HERE YOURE NIGHTWIND
OMG you would be so proud of me
it is now
yay
first thing in a couple months that hasnt been a jb detection bypass
that button is way too big
Make it like the Apple Watch one
yeah..
but i refuse to make the text box smaller than it is
bro hit the /dev/random L
swiftui
fr

🙏🙏
3rd bug fixed
man ldid

mandoc: /opt/procursus/share/man/man1/ldid.1.zst:7:1478: UNSUPP: unsupported control character: 0x1

ldid has man pages???
indeed
ok just had to zstd -d it 
Add the thingy to /etc/man.conf
.zst /opt/procursus/bin/zstd -dc
I think
Why are man pages compressed
https://cdn.discordapp.com/attachments/872593534472032266/961718393856217128/trolling.mov?ex=65a9848c&is=65970f8c&hm=17e36f4337ba6afbd9864afcd826691c4d7ad25164cd85284736ed2e94bf38ce&
throwback to when i made trolllock initially lol
this was in early 2022
ifone xr
yep ty
From the days when 1MB was an unfathomable amount of space
@grave sparrow now it just has the folder issue it seems
and the scroll one
me crying because i gotta extract a dyld shared cache
hopefully dyld_shared_cache_util will work
NVM no need 🙂
saves like 2KB on a 2TB SSD bro
i had problems too when i tried
what i tried was: the apps are a UIScrollView. UIScrollView has a height+width, for example:
if your phone screen is 100 wide and 300 tall......then a horizontal scroll with 4 pages would be 400 wide and 300 tall. a vertical scroll with 4 pages would be 100 wide and 400 tall
so i tried to hook the scroll view to use this strategy......but it just glitches. it doesn't properly scroll to the next page, and the apps disappear sometimes. it just glitches. and i hate my life
there used to be a tweak to do this on like ios 4, but i forgot what it was called and idk where to download it
might be helpful to look at that old tweak, but apple has probably changed shit since then
and idk where to find said old tweak
is - (BOOL)openApplicationWithBundleID:(NSString *)bundleID supposed to take 20 seconds (LSApplicationWorkspace)

It’s probably trying to stop the icon from “animating” or something
Then eventually times out and just opens it
my bad i forgot to say what the class was LOL
yeah how it does the app open animation from the icon
if the app launches in time, you can interact with the app during the launch animation
it's probably trying and failing to do that repeatedly
what clock tweak is that
hmm
i’m old so i know this, the answer is mobius
https://www.ios-repo-updates.com/repository/tyler-s-repo/package/com.tylr.mobius/ @grave sparrow there you go liberal
this is very strange - so iOS just waits until you scroll to open the app
infiniboard
the inifini* tweaks were goated
insert javascript meme here
fmul moment
Infinistr_patcher
OHHH
you want vertical paging?
ok that makes this slightly easier
rn it works like infiniboard but buggy
you just want the anims to be veritical?
mf use cylinder
ah you want anim and gestures vertical
problem is all the work i've done is for the infinboard style thing with tableview smooth scrolling.... aaaaaaaaa
just flip phone 90 degrees 
does capt even have a jb phone
true
Nerd
prolly a u0 user
nah prob checkra1n
im just trying to figure out what about scrolling makes it open the apps
@grave sparrow wen
but yeah rn i got two big issues:
the apps wont launch until you scroll
folders just don't work
the first issue is the only important one (who cares about folders???)
``` i love apple comments
welp ill work more tomorrow, my sleeping pills are starting to kick in
@cloud yacht Your tweak works after setting up a jb environment
that Eliza tweak?
I will learn swift
Nice
other logs get logged like in ctor
@silver rampart where did the syntax coloring on ur headers site go 🥺
good q! Might be a cross origin bug lemme take a look
Oh I thought u were aware and it was some intended thing LOL
should work now, stylesheet i was using got moved
GOAT!!
https://github.com/m1zole/meow16-kfd-pub
I’ve done! this fork will work on
arm64 iOS15.0~17.0b1 without additional offsets
arm64e iOS15.0~15.7.2 without additional offsets
arm64e iOS16.0~16.7 with some offsets
that's fire ily
thx!
anyone here who knows how to show an custom UIWindow + UIViewController if the Device is in Locked State? If device is unlocked it works fine but not if it is locked.
your UIWindow needs to has higher level than springboard's
you need to implement additional methods that mark it as a "secure" window
yeah, in addition to making sure the window level is high enough
but it's probably the secure thing that's the issue
if not mistaken, you could set to 1080 (control center) or above
this is a bit old but it's mentioned at the bottom of this section here https://theapplewiki.com/wiki/Dev:Updating_extensions_for_iOS_8#Everything_else
Already have it.
Okay thanks. Will try it in a few minutes.
It’s not uiwindowlevel problem. It just hides the window if the phone is locked. If faceId or touchid unlocks the phone, the window shows up
That's definitely the secure thing.
Yeah you just need to subclass uiwindow and overwrite this
And this on any viewcontroller you want to show
@random field
I think there's _setIsSecure: based on what the wiki says, so you can at least avoid subclassing UIWindow
Oh real
okay thx. gonna try it out.
these functions worked. thank you guys :)... That shit has already made me crazy
when you quit using swiftUI
@turbid fjord @lament mica @hasty ruin @grave sparrow
real asf
The android version of this is switching from jetpack material 3 to regular material ui
qusetion
for a notif logger
where would u show the logged notifs
like in the UI
I'm actually so lost on this lol
uh an app called 'Notifications'
an app feels too much
i feel like this could be integrated somewhere into settings i just don't know where]
Notifications 
Like [[ve]]
A nice Versace Logo with Pink backround LockScreen. Works on both SD and HD iDevices.
@faint lion die
it's not on any repos afaik
It’s on GitHub
yeah but not any apt repos
@grave sparrow
this is what ve does
Or maybe a button in the control centre
this gives me exactly 0 clues of where this is put
can you take a video of getting to that view in settings
or screenshots
Just settings -> notifications
yeah
And then there’s a new cell called notification logs
I see
now i feel if i do this it'll count as copying
WHATEVER im gonna delude myself and do it anyways
what happens if you turn off vertical scrolling
oh so it just reverts to normal iOS behavior?
Appreciate it dude
@hexed knot HAPPPYYYYY BIRTHDAYYYYYY BIG MAN!!!!!!!!
Appreciate you
@granite frigate need a kcall primitive in order to mess with cr_label
i guess i'm doing the IOSurface userclient shenanigans
good luck mate
the code already exists in like 3 projects
so i think i'll be ok
my end goal is just ts install anyway so
i have no intention of writing an actual jailbreak lmao
charge $5.99 for it
there's no need
its ad supported
Unveil detects real-world iOS security threats with unprecedented methods and provides a customizable dashboard showing 100+ system details including device, system, CPU, memory, disk, network, Wi-Fi, cellular connection, and personal hotspot usage and specifications.
with unprecedented methods
what about phone rebel??
no need dbrand ad
Yeah but zefram does
we ball void
you're good so it'll be the best notif logger 😎
🫡
omg the security threat of personal hotspot usage
is infiniboard 2 a security threat?
think of the possibility of someone randomly connecting to your hotspot and uploading zefram to your phone
i already have zefram installed

it works i just have to tethered boot 5 times every hour
how often do you have to restore 
5 times a day
not as often as i have to restore my vma2
hey can someone help me injecting a popup into an ipa file? i think i should do it using dylibs but i cant find any docs online so im pretty confused
@grave sparrow dm's
?
@hexed knot happy birthday
Preciate u
this is an amazing idea
lets see infiniboard apple tv 
hmm maybe
i dont have an Apple TV tho
(nor do I have an iPad that can run anything newer than iOS 5)
zefram refrence????
welp i gotta switch back to bash to avoid bootloop
I need a SBNotificationCenterController.h file if someone has a working one please send it
Where is this?
theos
I realized I was searching with incorrect spelling for the last half an hour 🙂
damn zefram just released
and unobfuscated MG keys
best headers site
I did try this one it didn’t work however I found one under theos
Now I can’t find CustomSpringBoarsModifications.h not even under theos
shoulda trademarked it while u had the chance
shoulda released it when he had the chance 🤣🤣
🤣🤣
Mmm unfortunate
Anyone has this?
Cant steal smth that dont exist
alright infiniboard 2 (name pending) is functional now
i mean there was mobius so why not mobius 2 (or squared) 
shhhhhhhhhh
real
[] is my favorite
i hate spring board
why is it in 20 frameworks
nerd
+_+
How do I like bring the routing button view be like ontop of the transport controls view so I can click the rooting button ?
you can look at the color rectangle that’s around the box of the routing icon, click the invisible box, go to views and look for the corresponding color
🤷♂️🤷♂️
huh no, not what im trying to do, like the routing button is behind the skip/pasue/skip and the taps don't register on the routing button. i want to move it like forward
anyone know how to hook Imessage bubble color
yes 1 sec
0xFF0000 is the color iwant
and only imessage bubble not sms
@visual meadow
%hook CKUITheme
- (NSArray<UIColor *> *)blue_balloonColors {
UIColor *color = [UIColor colorWithRed:1.0 green:0.0 blue:0.0 alpha:1.0];
return @[color, color];
}
%end
99% sure thatll work
ok sir
Working
Thank
Figure out a way to get rid of the Dynamic Island ✅
Have you tried sawing it off
i have not
TrollDecrypt is crashing when i press the folder button and press on an ipa file that was decrypted
could u pls fix 
what's the diff between %hook, %hookf, and @implementation funcname(hook)
A tweak tutorial for beginners to the iOS jailbreak developer community!
read it sir
Do you do 8ball with yourself
@implementation hasn’t been used for hooking since like 2009 so
@implementation is used for making new objects
for hooking existing objects you use %hook (MSHookMessageEx)
For hooking C functions, you use %hookf (MSHookFunction)
whatcha doin
isn't implementation objc class implementation
yes
hide or change the confidential text that shows up
People used to use method swizzling back in like 2009
like the uh Confidential & Propietary. Call ......
used to? 
Before the MS* API showed up
Idk why you still would though
What’s the point
method swizzling is still being used today
Well yeah in some apps and whatnot
idk if substrate uses it as the backend for MSHookMessage, but ellekit definitely uses it
But I mean in tweaks
I see
Well I meant more as in directly using swizzling instead of using the MS API
omw to make theos use swizzling
%config(generator=internal) moment
Was testing stuff
now that I have an actual device with tweaks i'm pretty curious in learning how to write tweaks for myself
uh how do I get syntax highlighting for .x files in xcode
true
Xcode won’t let you use .x/.xm/.xi/.xmi
You can take a look at my GH for some open source tweaks
yeah thanks
it worked with xm I think
but not x
my macbook dead though so i cant double check
wow I got neonboard to build
the lengths the dev went to support iOS 7 is insane
Lol
always wanted to make a theme engine
can you display a notif from a tweak with the traditional UserNotifications API?
(from sb that is)
i wonder how Velvet displays notifs
its not oss..
it uses libbulletin like velvet
https://github.com/m1zole/meow16-kfd-pub
i added KPF for iOS16 (only release versions doe to libgrabkernel) arm64e devices. It worked on my iPhone 13 mini 16.5.1, but idk does it work on others.
If it doesn’t work, tell me your device and os version.
that's awesome
fr thats epic
the complexity of the project makes me afraid tbh
like im really impressed by it
Since I’m not good at English, idk what I should say, but I’m glad to hear that!
He called your mother a whore
Did this massage lead misunderstand?
Yeah idk what his problem is
kopen is littel completely than original one. however using it is easy! you can use krw by including only libkfd.h
no crash when abot
If anyone wants to learn about code-signing and give me some constructive criticism, feel free to check out my new blog post: https://alfiecg.uk/2024/01/06/Ad-hoc-signing.html
Introduction The superblob The structure of the superblob The code directory The structure of the code directory Special slots Code slots Bonus: trustcache The entitlements blobs The requirements blob Conclusion
could I bug you to consider adding some of this info to the wiki? 
For sure - there doesn’t seem to be an existing page, what should I call it?
I'll just call it "Code signature" for now
Dev: prefix might make sense, but don't worry I can move it if needed. appreciate it
oh we do have https://theapplewiki.com/wiki/Dev:Code_Signing
but it's a copy of an ancient saurik blog post for some reason
I can edit that instead? Although I don't think that's the best title for the actual signature itself
yeah I would say a new article on the signature itself would be better
this is an evil fucking way to write plists bro holy shit 😭
haha
hey if it works for them
I also strongly contest that copilot is anywhere near "55% faster"
yeah idk what that garbage is doing there
Done for now: https://theapplewiki.com/wiki/Code_signature
I'll update more when I finish the second blog post
thanks heaps, sounds good!
oh hell nah
Seems like you mostly ignored code resources besides that one mention on slots
Is that for a future post
Uh... you're right
Completely forgot about that
Amended blog post eta son
You guys know how apps can include images in their notifs?
do you know of any which do the same but for audio/video?
apparently they can
Pretty sure WhatsApp does video, doesn't do audio though afaik
alr bet
only for arab journalists
Cool, you should add support for all of those into uinotify
you don't even try to hide it when you ask for free work lol
i don't mind it but it's funny as hell

Are you Serena?
Yes
You expect me to pay for that?
I’m the guy who always asks for money
What makes you think I’ll spend money
cause you're asking ppl to do work?? 😭
liberal
People this day smh
Nobody wants to work anymore
What’s minimum wage in your country?
i don’t think they have that
Ok, then I’ll give you $0.20/hr
I also have like 100 billion dollars
I could give you
But it’s all in Zimbabwe dollars
are you sure it even hooks, no matter which objc method i hook from the dump i never get calls
its just the %hook
then classname
like i do with normal classes
burn it in hell oh my fuck
gotta pull that 49 inch samsung one out for that
java users will now be able to fit half of a class name on a screen now
revolutionary work
yes, no groups
same as in ida and the dump
but do i need to pick the name like i did or the comment
@property (readonly) NSString *appleAppID; // ivar: _appleAppID
It is if you have to add that many spaces to your plists
Hot take: I think it makes a lot of sense
Yeah it’s just garbage to read
what the fuck
bullying is ok
Wut
Just write the binary plist directly
Gm
AlwaysVPN2 wen?
Prolly never
dang
@radiant idol idk if oop issue but i can set the cliptobounds fine but the cornerradius istn working
%hook artworkImagevView
-(void)viewDidLoad{
%orig;
self.clipsToBounds=1;
self.layer.cornerRadius = 10;
}
%end```
```objc
@interface MRUArtworkView : UIView
@property (nonatomic, assign, readwrite) CGRect frame;
@property (nonatomic,retain) UIView * iconView;
@property (nonatomic,retain) UIView * iconShadowView;
@property (nonatomic, assign) BOOL clipsToBounds;
@property (nonatomic, strong) UIImageView *artworkImagevView;
@end
@interface artworkImagevView : UIImageView
@property(nonatomic, readwrite) CALayer *layer;
@property (nonatomic, assign) BOOL clipsToBounds;
@property (atomic, assign, readwrite) CGFloat cornerRadius;
@end```
should i try another method to hook ?
did move o widow?
the hell is artworkImagevView??
he doesnt know OOP
oh
but i can set clip to bounds tho?
wait
thats dif
nvm
i think im doing it worng
when i do the self.whatever , thats to like chnage the data about the object?
Any Qemu nerds here
@radiant idol what part of oop would this be? well what im trying to do. set the vorner radius of a subview (i think)
well like there is a few different parts, encapsulation, inheritance, and polymorphism. right?

😭
is it possible to create a dylib that intercepts a http request from react to insert my own url
cause its a react code i can see the js in the ipa
but its codesigned
how would i resign it
idk I am a x86 desktop user
kill al
why does [@"usr/bin/chmod" stringByStandardizingPath] not add a forward leading slash?
weird
because it's not supposed to
chad
id say RTFM but apples docs are usually garbage so i cant blame one for assuming theres nothing
https://developer.apple.com/documentation/foundation/nsstring/1407194-stringbystandardizingpath
it's foundation tho 
well that string is just going to be interpreted as an absolute path
though on ios (rootless) you're going to prefix it anyway
yea ik
thats what im thinking
trying to do the logic of the converting is quite annoying
stringByStandardizingPath will trim trailing slashes so you could just keep the full path and concatenate
ah okay I see now
no
How do I fix this error when using .tbd files?
ld: warning: -multiply_defined is obsolete
ld: warning: ignoring duplicate libraries: '-lc++'
ld: tapi error: malformed file
/Volumes/Development/iOS/bootscreen/libs/IOMobileFramebuffer.tbd:163:1: error: unknown key '...'
...
^~~```
Taken from here by the way
Fixed
oh it’s possible the rewritten ld probably doesn’t parse tapi v3
I don’t blame them honestly, they made a real mess of it
Sorry abt that
@frank fossil nice launchd hax
does NSFilemanager copy make intermediate directories
what are u trying to do
you can make the dir and then copy ig
idk
do you wanna try it out?
yes
You need to get source files from FBWrite (excluding main.m), then call initVerboseFramebuffer() in your launchd hook constructor
Also, make sure to also add entitlements from it to launchd.
guys don't delete launchd, worst mistake of my life
it'll come back if you did it right
lol
how would one go about tweaking stage manager stuff
springboard?
i want to remove the window snapping
do I have your permission to add this to my project?
It’s okay, at this point it’s already public
alright, thank you
Additionally, if you want to change Confidential & Proprietary message to something else, do
%hook CSStatusTextView
- (void)setInternalLegalText:(NSString *)string {
%orig(@"SpringBoard tweak injection 101% legit");
}
%end
thank you!
Why does that show in the first place?
Required to disable platformisation check
SpringBoard itself checks if it is a platform binary
That's why it's hooked first thing to ensure it even loads
If not you respring loop
I just set the text to ""
terminating because inserted dylib '/opt/procursus/lib/libfakeroot.dylib' could not be loaded: tried: '/opt/procursus/lib/libfakeroot.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need '')) bruh what, wtf needs a blank arch
@hasty ruin nexus causes a like sorta issue, so if you have nexus injceted into SB (like usual) and you have the treat every charger like magsafe charger on(in lynx) it doesn't work, But if you disabled nexus it works
PLEASE TELL ME
its very bad
OMG I WANT
Ah
or look wrong
Are you going to make it like iOS 16 where id you tap the arwork it goes big?
@crisp frost ok i'll ping you here
thats the plan
but idk objc/oop so its gona be bit
you'll learn as you make the tweak
HE DOESNT KNOW OOP
Whats oop

idk anything about writing code
where do i change filza's language fe
Object Oriented Programming
OBJECT ORIENTED PROGRAMMING
uhhhhhhh
@radiant idol should I oop
how have i never heard of that

🤷♂️
Is eMacs oop
use term?
press on the i icon near the file
y ssh no work
where is it fr
use like translomic + snapper 2 or sm
im not jailbroken
sticky bit
user
group
everyone
and if i want to chmod 755 it
@hasty ruin can’t remember which channel you were asking for an ipa in but https://github.com/z-ffqq/Bootstrap-autobuild/releases/tag/release
use google lens translate
if u want 755, its read, execute
What’s up?
thank you 🙏🏽
im trying to use filza 
so i just give everything read execute perms
PPL bypass
its from the kaspersky thing
It’s 16.5.1 and below
It’s the Kaspersky one
can somone help me get ssh working?
ios 15.7.1 palera1n
i have open ssh installed but its not like working
do i need to like start the deamon ?
or enabled it?
you orient objects and program them 
@warped sparrow if I used the media player tweak I made it would look sm like this
LMAO
im on an iPhone X
it might not be too bad
i have no idea about FindPortAddress()...
meow
who know? how to build ipa file with github action without developer account?
nice
Can you use discord inside of emacs?
You somehow found a worse ide
Stupid but kinda like iOS 16, jus need to center it and make it go behind the routing button
Why
mac os VM >
True but black screens for me :(
Arch qemu + kvm
r u using hacOS kvm
works greatf for me fedora + KDE
Doing it manually 
An advanced guide to run macOS on QEMU/KVM with libvirtd/Virt-Manager.
pov ur an arch user
just build with xcodebuild and tell it not to codesign
having to pay to get support
now this is funny
what do you guys think about my sileo repo landing page?
Anyone ever dealt with malloc: Corruption of free object 0x142e05de0: msizes 49260/0 disagree?
are you double freeing
so close to 42069 smh
free() isn't called in the entire project
Mostly because I haven't gotten around to proper memory safety
alfie2ware
updated it a bit
🤷♂️ never needed support so idc, i just figure it out my self. is kinda stupid tho
even darker. make the "ADD SOURCE TO X" text white
i was jus bouta say that
maybe you ad like a hint of the app icons color into the BG of the buttons
this looks better
weird, idk then
and just have an outline
how can i make the user clear that when they press on repo.roc4et.de it gets coppied to there clipboard. adding a text didnt look that goode
@radiant idol rq, how do i like set the x,y fromt he center of the parent view instead of the top left for this
UIView *super = self;
UIView *redRectangle = [[UIView alloc] initWithFrame:CGRectMake(0,0, super.bounds.size.width + 10, super.bounds.size.height + 10)];
[redRectangle setBackgroundColor:[UIColor grayColor]];
redRectangle.layer.cornerRadius = redRectangle.frame.size.width / 2.0;
redRectangle.userInteractionEnabled=0;
redRectangle.alpha=0;
redRectangle.tag = 49857;
//self.redRectangle = redRectangle;
[self addSubview:redRectangle];```
add a clipboard icon next to it
idk i didnt feel like chnaging it
is this a jailbreak development channel?
See, this is wit math
what do u think
CGRectMake((self.bounds.size.width / 2) - (self.bounds.size.width + 10 / 2), (self.bounds.size.height / 2) - (self.bounds.size.height + 10 / 2), self.bounds.size.width + 10, self.bounds.size.height + 10)
ok
ik ->>> #development message
ok well i dont know
omg, isnt there like CGRectCenter thing or sm
THATS LITERALLY WHAT I JUST SENT 😭
READ what it says
oh thats what that does?
self.center
wat
simply click on the thread beginning with orange
true
i did same ting #development message
well i set redrect.center = self.center
woudl that work?
yes
ok then yea it did this #development message
so i gota use auto layout or sm
w constraints
how do i set the xy of a view like form its center not its top left
CGPoint ?
this is swift tho, right?
no thats definitely objc
ok let me just show you something magical
oh
you cant change the lang
APPLE WHY
oh
WHY ARE YOU LOOKING AT SWIFTUI
Can i intercept the silent switch with these new “jailbreaks”
ask google
install ding

IK
Savin that
Idk about the sounds i want the button input
alr did 
i know
TRUE
that's what ding does...
lets ask chatgpt
not this again
the what
Shit
lol
Ok hypothetically making a competitor to ding how would i do that


