#development
1 messages · Page 149 of 1
Too bad :P
how do you hook a specific uiimageview?
@acoustic imp how did u do it?
If possible, it’s best to hook either a view controller or at least a parent view with a unique class name
no i dont think i can do that
theres pbuiposterlockviewcontroller
and there are two subviews
PBUISnapshotReplicaView and UIImageView
and the UIImageView is what i need
I have a good reason
objc IDE support on non-macos is really bad
swift's IDE support is much better
do i?

icraze only uses the github web editor on his phone
that's something rustaceans say
secret rustacean???
what is everyone's problem with swift anyways 😭
@hasty ruin what if theres an UIView with the name "PBUIPosterWallpaperViewController" and it has the image can i hook that
this is why you get a mac
Depends what you wanna do
What are you tryna do
has no pointers
it does
huh

still doesn't make it any better
i want to yoink the image (uiimage i guess) from that uiview and set it to a uiimage var
too expensive for one that's suitable for development lol
intel macs existing:
and I can't hackintosh well because amd
Then you can probably just go from vc -> image view -> image
would you rather me use Zig?
tf is that
zig is goated
because at least I won't be bullied for using it, and it's an opportunity to learn a langauge I've been wanting to learn for a while
I can defo use it for tweaks
this works quite well
looks alright
great! it's decided then
working with objc stuff in zig is not bad at all
I'm also gonna add functionality to the tweak to recognize your facial expression when you unlock your phone
to give specific
welcomes
probably needs a truedepth sensor to work
nope
huh
@elder scaffold can I steal borrow your stage1 ROP generator from palera1n's openra1n fork for Achilles?
Repo is unlicensed
written in MATLAB
intresting
I can use this for face recognition as well
@native orbit what IDE do you use for Zig?
staturnz wrote a neofetch alternative in assembly 🔥
fair enough
nano
hm
I mean
I prefer using an IDE because it's faster
but like
@sonic totem 
Wanted to see if it would paste the colours lol
makefiles 🔥
its annoying to use but effective
this better
C library for manipulating MachO/FAT files and their code signatures - opa334/ChOma
When opa wrote this I was lost
lol
u should see the one i wrote for a project that was for mac, windows, linux, bsd, ios, and android 💀
oh no
Please don't burn my eyes
asm was easier to read lmao
What are you trying to do
what should I call my tweak y'all
balls 2
no
L

@tepid olive this is a good name
fr
just make it based on [[ball]]
my ball
self.subviews[1]
or you can PBUISnapshotReplicaView self.superview.subviews[1]
im assuming you would do that in layoutSubviews or something
idk how it works if youre in swift but yea
why do you need it ???
oh and ofc you need to check [subview isKindOfClass:[UIImageView class]]
get an uiimageview
like get the image from it ?
for uhh
yes i want to get the wallpaper
on ios 16
oh
you can just ceate a like UIImageView var and the UIImage for the UIImageView is just (the UIImageView).image = (UIImage)
well how do i hook a specific uiimage?
you dont need to
hook the VC above it
and it will probly have a property to get a referance to the UIImageView
whast the name of the VC ?
arent there multiple PBUISnapshotReplaceViews
that fine, you can do some trolling then
PBUISnapshotReplaceView
how many though?
PBUISnapshotReplicaView*
@sacred orbit
jus search PBUISnapshotReplaceView in flex
how many of them are there
3, two on same level, one is hidden an in a lower subview
ok
you can just hook it
now
does the one you want have a super View with a different class that the other PBUISnapshotReplaceView superview's classes ?
(do you understand that? ^)
uhh not sure how to check that
ok so in flex got to the PBUISnapshotReplicaView you want
and click the "superView" button
which one
oh
k
and if i hook it what do i do
are there anymore of, on SB ?
like this?
there are 234 properties
actully nvm i can do it
it has UIView superview and NSArray subviews
hm
then ig just hook the PBUISnapshotReplicaView
and do a check to see if that instance of PBUISnapshotReplicaView's superView's class is PBUIPosterLockViewController
one sec i can wrtite it
%hook PBUISnapshotReplicaView
- (void)didMoveToWindow {
if ([[[self _viewControllerForAncestor] parentViewController] isKindOfClass: %c(PBUIPosterLockViewController)]) {
//your code goes here
}
}
%end```
now to get the image view
PBUISnapshotReplicaView has a UIImageView property so that makes it easy
for PBUISnapshotReplicaView, can you scroll to the bottom in flex so i can see like what its super class is
@sacred orbit
ty, lemme try it
blud thinks hes a developer
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the RSA key sent by the remote host is SHA256:mi60K77Tk1eE/OAoZkdfiXfAKiVfm0pNtky2X7lGuKQ. Please contact your system administrator. Add correct host key in /Users/rayyankhnz/.ssh/known_hosts to get rid of this message. Offending RSA key in /Users/rayyankhnz/.ssh/known_hosts:1 Password authentication is disabled to avoid man-in-the-middle attacks. Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. UpdateHostkeys is disabled because the host key is not trusted. root@localhost: Permission denied (publickey,password). [-] An error occurred
am i gettting hacked
i can't exit this fucking ramdisk smh
nah ur device chnaged that was on that ip
its like .ssh/known hosts
how do i exit the ramdisk though
delete the entry for the device/IP ur trying to ssh into
uhh idk, iv never used ramdisk
no, just delete known hosts
i guess it compiled
let me check now
@torn cloud /Users/rayyankhnz/.ssh/known_hosts <- here
no
ssh and reboot or just force reboot
it's not like it matters that much for a localhost device
i rigged it up to store localhost keys at /dev/null
too annoying
@faint stag your time to shine
i'm on rootful so it's fine
right, send me a SS of the PBUISnapshotReplicaView's like super class thing (its the thing at the bottom of flex)
use sshrd_scripts in built feature to do so
./sshrd.sh dumpblobs
they made an bash script to do it
ik
@sacred orbit ?
oh wait i got it
there is a uiimageview *_ImageView ivar
yep
derverser is easier to use imo
i'm on a11 and it's a pain to enter DFU
@sacred orbit do this instead of MSHookIvar -> #development message
use ideviceenterrecovery + any dfu helper
yeah i'll do that in future
now, how do i verbose boot without checkra1n
hmm
?
checkra1n -e VERBOSE=1
checkra1n isn't supported on my device though
iphone X 14.4
it is
well it's telling me otherwise
checkra1n is iOS 11.0-14.8.1
12.0
you have to use checkra1n 1337
the cli?
ah ok
you can also go to options and enable verbose boot
as well as allow untested iOS version
still doesn't work
L

idk it's a skill based issue I have never had such issues
wait actually i need to make the launchd haxx before i verbose boot with checkra1n
false
it literally is deverser
?
it's deverser it just runs over ssh exposed via sshrd
derverser doesn't need to boot into dfu mode though
deverser is mode agnostic
and i don't want to press buttons because i cba
all it needs is access to /dev/rdisk1 or /dev/rdisk2 over ssh
????????
wait this might be a dumb cxdxn1 moment
what are you Doing
like a really dumb one
i'm doing this
why???
ok it was just an abrupt shift from blob dump
yes
i was dumping blobs just in case this fucks up my device and i have to restore
but on second thoughts, sep wouldn't be compatible
anyway it's checkm8 so i can just reverse changes with ramdisk
i mean deverser 2 just works
lol
v2 does implement a check for rootful/rootless
but in the event someone's using a ramdisk they should use rootful mode
yeah you're on a11
.....
i checked allow untested ios versions and thought that would be enough 💀
well that option prevents checkra1n from warning
about versions
@sonic totem would i have to compile launchd.c into a binary, compile it into an executable, then transfer it on my device?
i mean step 1 is using a mac or linux with a toolchain
i'm on mac yeah
you run make and it builds it for arm64
also yeah i'd assume there's a makefile
that's it?
yeah i did that
but it didn't give a output
wait i ran it again and now it gave me a binary
Yes
but won't this just replace fileproviderctl?
not launchd itself?
the instructions are in the readme
i'm not trying to replace fileproviderctl
these instructions replace fileproviderctl that's it
replacing launchd is different
yeah i have to compile a ARM binary i think
rename /sbin/launchd to /sbin/launchd.real
and then copy the launchd binary you built as /sbin/launchd
export CFLAGS="-isysroot $(xcrun --sdk iphoneos --show-sdk-path) -mios-version-min=14.0 -arch arm64"
repeat for ldflags
k
thanks
i'll try this if the other method doesn't work
yh
i used this to compile shells
combined with CPPFLAGS/CXXFLAGS/CCFLAGS where necessary
Go was different
the existing makefile has this in it
lol nice
just make launchd
though you might need to set your sysroot to an older one
since xcode (15) is gonna be latest sdk
cc -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk -miphoneos-version-min=14.0 -arch arm64 -framework CoreFoundation -framework IOKit launchd.c -o launchd launchd.c:76:27: error: use of undeclared identifier 'FILE_TO_WRITE' int fd = open(FILE_TO_WRITE, O_CREAT | O_WRONLY, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); ^ 1 error generated. make: *** [launchd] Error 1 
i think 12 has the 14 sdk
yea get older sdk i think
just use theos ones
damn
prob want the 14.7 one
technically shouldn't be an issue?
15.x would probably work fine though
yea but when you're compiling launchd...
oh will probably be fine then
so i rename this launchd to launchd.real yh?
yes
third step is to copy the haxx binary to /sbin/haxx
yeah i'm doing that rn
wait do i have to make a folder called haxx
in sbin
no it's a binary
oh
i glitched
Download the Arm GNU Toolchain, an open-source suite of tools for C, C++, and Assembly programming for the Arm architecture.
this toolchain looks good
you're on macos?
yh
you already have one with xcode
i don't think i have it installed
wait nvm i do
so i just do gcc -o launchd launchd.c
ok
also you need all the cflags
finally converted this function to swift myself :3
no cancel pls
func didMoveToWindow() {
if let ancestorViewController = target._viewControllerForAncestor() as? PBUIPosterLockViewController {
//LunarClass().respring()
}
}
}```
W
ok
get the ios 14 sdk from apple
k
then you need to edit the makefile to have the target sysroot be that path
then just make all
but this also assumes you have procursus ldid so that's another thing
i have ldid
yeah i do
@faint stag it only shows xcode downloads when i search for the sdk on apple's developer downloads page
that reminds me i wanted to try procursus earlier on my mac
i have some time now
launchd.c:76:27: error: use of undeclared identifier 'FILE_TO_WRITE' int fd = open(FILE_TO_WRITE, O_CREAT | O_WRONLY, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); where do i even define FILE_TO_WRITE

#define FILE_TO_WRITE "/path/to/file"
yeah i did something wrong didn't i
const char* FILE_TO_WRITE = "/tmp/apple/car/full/free/hd/no/scam/no/survey";
the path would just be /sbin/haxx right?
attempts to open or create a file specified by FILE_TO_WRITE, if the file does not exist, it will be created
I would recommend learning the basics of C before you start doing this
If you have bad code it could screw up your device
uh
i learnt the basics of C almost 6 months ago now
is my code really that bad lol
No it’s just if you don’t understand this error then you may need more practice
ok
cool
untethered ????
shit my device is bootlooping
need pro edition
renaming launchd did something
damn how much
....yes now it can't find launchd lol
1 exploit
uh it's a checkm8 device
can i fix it
like can i boot into a ramdisk and rename it back
ssh ramdisk and rename it back
k
pray to tim apple and he will give you iboot exploit
eta wen
buy apple vision pro and enter code TIMAPPLE to have the Tim Cook app preloaded
from there you can offer prayers to Tim which he may or many not grant
just... normally
yes
k
thanks
it's doing that thing again smh
where even is .ssh
thanks it's fixed now
@torn cloud /sbin/launchd must exist
@faint stag told me to rename it 💀
Yes but you can’t have launchd.real without having normal launchd
Otherwise how will the kernel know what to execute
on second thoughts that makes sense
man
lol


hmmmm it would have to be to one of these I think https://github.com/gardenfence/blocklist?tab=readme-ov-file#reference-servers
It’s working!
wait nvm ur making a completly new slider
Ok now that I’m going to macOS
The options for swift and objc are there but I really wanna learn zig so
@placid kraken

@radiant idol would you be able to tell if a tweak hookfs C functions from the dylib ?
yeah look for MSHookFunction in ida
i dont have ida, but maybe with ur experience with like dylibs(str_patcher) you could make sm to look in a tweak to check
maybe
I guess you could also look in the symbol list to see if MSHookFunction is referenced anywhere
but then some tweaks might not have symbols
idk
basically MSHookFunction is the equivalent of %hookf
and
👍
MSHookMessageEx is the equivalent of %hook
anyones, how would i like fix this, i tried going off flora prefs but that didnt work, so i just tried adding the property manually or what ever and now i get this
[slider setValue:sliderNum animated:YES];
^~~~~~
_slider
./CustomCells.h:30:40: note: '_slider' declared here
@property(nonatomic, strong) UISlider *slider;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
```(theres more...)
.h @interface SixteenSliderCell : PSTableCell @property(nonatomic, assign) NSUserDefaults *preferences; @property(nonatomic, assign) PSSpecifier *specifier; @property(nonatomic, strong) UISlider *slider; @property(nonatomic, strong) UITextField *numLabel; @end
just wrote an arm64 C function hooking library in arm64 asm 🗿
why
speed
@native orbit I spent like 3 hours trying to figure out zig’s package manager lmao
Tbf, it’s really new so
LMAO
Oh no not again
yea it still aint the best yet
when arm64e hooking library with arm64e assembly
it does that to
oh nice
when function hooking without spinlocks
what am I loooking at
springboard
what are you saying
idk, springboard says hi
you sound like mudsplasher
@placid kraken did u ever get this error ? or one like it ?
ohhhhhhhhhhh im stupid
sry fo ping

Stop copying me
You stole it
you have sent a total of 16,856 messages in #development
755 contain
meaning 4.5% of dgh0st's messages were a fr
@indigo peak i need prefs help, what the like propery to no show the sliders value
in plist its showValue
no like if i make a UISlider
like slider.what = NO;
i couldnt fild anything in headers
i did it by having a separate UILabel with the value though that's probably a horrible way to do it
.
thats how im doing it although its a UITextField, so its there for two purposes
can i do PSTableCell instead of like a text or button one ?
what
one sec im https://tryitands.ee ing
yes
but its little broken
and the text is still there 😡
for PSStaticTextCells is there a property to eddit the actuall text ?
also wheres the header for it
so none of these cells are actual classes
oh
nothing in headers it seems 
so theres
@interface PSTableCell : UITableViewCell
@property (nonatomic) NSInteger type;
@end
which holds the type
ah
typedef NS_ENUM(NSInteger, PSCellType) {
PSGroupCell,
PSLinkCell,
PSLinkListCell,
PSListItemCell,
PSTitleValueCell,
PSSliderCell,
PSSwitchCell,
PSStaticTextCell,
PSEditTextCell,
PSSegmentCell,
PSGiantIconCell,
PSGiantCell,
PSSecureEditTextCell,
PSButtonCell,
PSEditTextViewCell
};
and thats the enum defining which cell is which
which is why you manually create a switch like this:
PSSpecifier *someSwitchCell = [PSSpecifier preferenceSpecifierNamed:@"Enabled" target:self set:@selector(setPreferenceValue:specifier:) get:@selector(readPreferenceValue:) detail:nil cell:PSSwitchCell edit:nil];
you dont do like
PSSwitchCell *switchCell = [[PSSwitchCell alloc] initWithTitle:@"Enabled"];
i did ``` slider = [[UISlider alloc] initWithFrame:CGRectZero];
but ik what the num is behind it
where are you adding the switch cell
@hasty ruin save this man
also how would i set the sliders X to be like not in never never land
send him BBRSliderCell.m inshallah

Fuck now I gotta edit the stats 😪
@indigo peak why are you still awake 
@indigo peak why are you still awake 
@sonic totem's timezone is Europe/London 🇬🇧
It is currently 08:32 AM GMT
🇬🇧🫶
Does anyone know what might be causing substrate to not work?
==> Compiling fishhook.c (arm64)…
==> Compiling mach_excServer.c (arm64)…
==> Compiling hook.c (arm64)…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (arm64)…
In file included from Tweak.xm:8:
/Users/bruh/theos/vendor/include/substrate.h:45:1: error: import of C++ module 'MachO.nlist' appears within extern "C" language linkage specification [-Wmodule-import-in-extern-c]
#include <mach-o/nlist.h>
^
/Users/bruh/theos/vendor/include/substrate.h:43:1: note: extern "C" language linkage specification begins here
extern "C" {
^
1 error generated.
yes this is a thing
try another sdk idk
Where do i get the sdk? Also do you think it might be an issue of the tweak? Because i didnt have it before, so another sdk makes no sense to me.
How can i enable mute cc toggle ? I copied the default bundle from /system/..../ControlCenter and pasted it to /var/jb/library/ControlCenter but it did not work
I managed to enable it with CCModules tweak but it conflicted with ding tweak. I want it to not activate ding
Which was how it behaved before i needed to factory reset
@elder scaffold ?
🤨
?
caught skidding
I am never going to figure it out myself lol
Not here
Still trying to get the payload generator to work 
Somehow missing all the SRAM/VROM addresses
Wait these aren't even those addresses
lmao i actually discovered this yesterday
no it is openra1n
So it follows normal palera1n license?
Basically all I need to know is if I can use the stage1 generator in Achilles
i mean, original code is not there
https://github.com/mineek/openra1n isn't licensed either 
and it is MITed
I will assume it is p1
it is also openra1n
Yes
.

Since the original is not openra1n, that license does not apply.
Oh
I just ported it there
iirc yes
Oh yay it’s MIT
If I ever get it to work in Achilles I’ll be using it but will give credit of course
Yes I see it in ra1npoc now
I’m gonna reset my changes and start again but actually try and figure out how it works 
I didn't even remember if I had it public yet because I was still updating it privately lol
If you disassemble checkra1n, you will understand why
checkra1n hardcode only the payload body
I needed to understand the new checkm8 exploit chain
It was handling it a little differently than 0.12.4
Yea I was gonna give RE a go
Want to check out the exploit strategy in 1337
No USB resets
I rewrote the A6 checkm8 exploit in the 0.1337 method using ipwndfu checkm8 exploit 
using demote & reset
But maybe porting it to Achilles would increase reliability
Demote?
after demoting, if you set pc=0 (reset vector) and start over, it will start again from the beginning of the ROM.
Oh I thought you meant you demote to exploit
But yeah lol that’s a good plan
I need a ‘special cable’
and enabling force DFU using breakpoint, can track the checkm8 exploit in a demoted state
Going back to 0 re-initialises the heap?
I think there is now a clean and legitimate one 
I have a Tamarin but couldn’t get it to work with LLDB 
iirc yes?
And no GDB for M1
oh
Maybe I should give it another try
Anyone knows how we can setup a repo to serve both rootful and rootless clients at the same time?
Oi is there an IPC library for rootless I didn’t see any updated
Checkout the palera1n repo they do just that https://github.com/palera1n/repo
does preferences registerDefaults setup the fallback values or does it override the current values?
like if i do
[preferences registerDefaults:@{
@"floraPrimaryColor": @"#e8a7bfff",
@"floraSecondaryColor": @"#d795f8ff",
}];
``` will it override the current colors when this code runs
Many thanks
even if they already exist
@crisp frost for Serotonin to support 17.à do we only need a KRW ?
Technically yes
But isn't there a 8% rate exploit
oh smh
usable or not depends on skill
ok, where do i get one?
bro I need help with my code
can anyone help
#import "ViewController.h"
@interface ViewController ()
@property (nonatomic, strong) UIImageView *airplane;
@property (nonatomic, strong) UIImageView *tower;
@property (nonatomic, strong) NSTimer *timer;
@property (nonatomic) CGPoint direction;
@property (nonatomic) NSInteger speed;
@property (nonatomic) BOOL gameover;
@end
@implementation ViewController
-
(void)viewDidLoad {
[super viewDidLoad];self.direction = CGPointMake(1, 0);
self.speed = 0.5;self.airplane = [[UIImageView alloc] initWithFrame:CGRectMake(50, 50, 20, 20)];
self.airplane.backgroundColor = [UIColor redColor];
[self.view addSubview:self.airplane];self.tower = [[UIImageView alloc] initWithFrame:CGRectMake(200, 200, 20, 20)];
self.tower.backgroundColor = [UIColor greenColor];
[self.view addSubview:self.tower];self.timer = [NSTimer scheduledTimerWithTimeInterval:0.01
target:self
selector:@selector(moveAirplane)
userInfo:nil
repeats:YES];
} -
(void)moveAirplane {
if (!self.gameover) {
self.airplane.center = CGPointMake(self.airplane.center.x + self.speed * self.direction.x,
self.airplane.center.y + self.speed * self.direction.y);if (CGRectIntersectsRect(self.airplane.frame, self.tower.frame)) { NSLog(@"Game Over"); self.gameover = YES; [self.timer invalidate]; }}
} -
(void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
UITouch *touch = [touches anyObject];
CGPoint touchLocation = [touch locationInView:self.view];if (touchLocation.x > self.airplane.center.x) {
self.direction = CGPointMake(1, 0);
} else {
self.direction = CGPointMake(-1, 0);
}
}
@end
no ones going to help until you send it as a code block
i have tried everything
k
give me a second
Bro i need to download code blocks
oh
and ```
just a screen capture then?
on the bottom
bruh
springboard keeps crashing anyone know how to fix this
bo what is a code block
Okay Fiore
Is it true that running binary as TL8/in loaded trust cache is not possible with just a PAC bypass
''' Code here... #import <Foundation/Foundation.h>
int main(int argc, const char * argv[]) {
@autoreleasepool {
// Generate a random number between 1 and 100
int randomNumber = arc4random_uniform(100) + 1;
int guess = 0;
int numberOfAttempts = 0;
NSLog(@"Welcome to the Guessing Game! Try to guess the number between 1 and 100.");
while (guess != randomNumber) {
printf("Enter your guess: ");
scanf("%d", &guess);
numberOfAttempts++;
if (guess > randomNumber) {
NSLog(@"Too high! Try again.");
} else if (guess < randomNumber) {
NSLog(@"Too low! Try again.");
} else {
NSLog(@"Congratulations! You've guessed the correct number in %d attempts.", numberOfAttempts);
}
}
}
return 0;
} '''
wrong quote
wrong symbol
balls
i never thought id have to send this before
if you somehow mess up after a wikihow guide you need to go back to 3rd grade
Yes
PPL bypass needed
computer
Is manually crafting a csblob still possible with just PAC or something in PPL hardened it?
I remembered it was possible to craft your own cs_blob and invoke the PPL tramp to register the blob with PPL pre-iOS 15
sample
But PPL gained a lot of functions/checks in iOS 15
Wdym “manually craft a csblob”?
Is there sm file or tweak I can use to make me iOS 16 iPad think it’s an iPhone ?
POV hex edit
It involved kalloc and filling out a csblobs manually
:tryitandsee:
@timid furnace ?, I saw sm on someone’s twitter about about this
Get me a PAC bypass then 
ah
true.
uh I don't understand the purpose of adding a csblob to your own thing or why a PAC bypass is needed
Chimera used to kcall to register it with PPL but idk if PPL did anything to sanitize/revalidate the blobs you give
@radiant idol do you program in English ?
legacyjb is weird
it's a blessing really
Do you know if it’s possible to run unsigned code exec with PAC but not PPL bypass
no, he codes in Hebrew
I always assumed trust cache works but seems that PPL got more robust
basically the buyer paid me but the money is on hold
so i said i would send the item as soon as i got the money
Unsigned? No
then i got banned
All code has to be ad-hoc signed at least
lol
Trustcache is protected by PPL
well it's related to the dock so my best guess is atria
I mean just invalidly signed
@indigo peak 🎉
It’s basically just floras
Oh no it must have a valid code signature
Unless you have a KTRR bypass
it'll just get killed if the signature is invalid
you'd need to bypass coretrust then
Do you mean the code signature is literally invalid, or its not signed with a valid cert?
sick
uh
trollpad?
used like
<dict>
<key>cell</key>
<string>PSStaticTextCell</string>
<key>cellClass</key>
<string>FloraSliderCell</string>
<key>default</key>
<real>0.40</real>
<key>key</key>
<string>floraSaturationInfluence</string>
<key>label</key>
<string>Saturation</string>
</dict>
Like adhoc or expired dev certs
expired is well, expired
would still get killed for codesigning

I did, but I need it like the other way around iPad -> iPhone but I can robot mess with it it’s OS
other than the text input you can make that with stock specifiers
PSSliderCell
How dumb do you think I am 😭
L
does anyone know of a working vnc server for iphone lol
Screendump
this one is just black screen
crash
ad-hoc needs trustcahce injection
expired dev cert I don't think you can get away with in 16+
Actually Taurine/unc0ver used it
wait
so you're telling me that ct didn't actually care until later versions
but they have frontboard check expirations lmao
No
If CoreTrust verification fails, the binary isn't rejected
It just goes back into kernel code and has its certificate checked iirc
Example: developer certificate

smh
????
why we got all the brainrot whitenames in development
no spanish
No, Nightwind uses 1C enterprise script
ИгорСтр
what the hell
ИтогСтр
Igor
я прочитал это как имя Игорь
SMH
crapple
inshillah we shall find this bug 🙏
1984
OOP
show me one instance where my code is cursed
??????
smh
True

seems like icraze isnt the only 1984 simulation in development
I mean that's icraze's code
true
I no longer need to do that
mods do it for me

can’t Dm if blocked
You can actually mix Russian and English
if i dm nightwind something he would delete in development would i get blocked
bro bribed the mods with nexus codes
skill issue
shall we test it
Yes
ETA 30s
Rune source code leak
about to make rune 2 with that source code leak
(This was the fix to your bug)
GH mobile app 
Just disassemble rune
can’t, the drm is filler of 90% of the tweak
Can't make the same joke about 16Player as it is already OSS
Ask icreze for drmless rune
It’s real
@hasty ruin ? (i don’t even own rune i lied about decompiling it)
He blocked you ?
dw i will send everyone rune and nexus debs
nope
i own nexus
i was gifted it
If u not on the github app wyd
Cursed c++
the notes app is better
Fuck c++
i fucking love the gh mobile app
my only issue with it is startup times
i thought it was jus webviews?
This version is alot better
no it’s native
The old one was so shit
oh they updated??
smh
In this one u can actually do stuff
native

Im pretty sure its always been native
yea except it has react native speeds
everything feels a little slower than it should
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
or
yarn dev
or
pnpm dev
or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
Learn More
To learn more about Next.js, take a look at the following resources:
Next.js Documentation - learn about Next.js features and API.
Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Its not bad wdym?
sometimes i contemplate to open it in the browser because everything loads faster
Yea its def not that bad
What happened to this
buy nexus refund lunar
can’t even fit them all on one page anymore
yes
bigsurcenter spotted
i own it but i use jade
I can't use Jade
scroll up so we can see your email and steal it
yea no
… yes
bigsur mentioned
I only got like 5 tweaks purchased
now flipswitch port
Only like 1 was actually me buying it
I would
i think i got gifted maybe 4 of my tweaks
do it then
fuck off
Nightwind I saw you
Rick will say hi
Spam that image over and over
welcome to the club
Thats what I did
https://imgur.com/yILdHpZ new flora setup coming soon guys
now rick mutes for that
Oh lol
ah ok

how do i fix that
ping someone smart
real
You have to gather the headers on apple's w'ebsite
oh REALLY?
Legacy mirror of Darwin Kernel. Replaced by https://github.com/apple-oss-distributions/xnu - apple/darwin-xnu
and I added them inb the project
$THEOS/include
what tweak is this
THAT HOW IT WORKS???????
probably flipswitch
lol
I did that for over 20headers
oh thx
??????????????? why
cant you just download them while installing theos
(He will)
I can look into it as long as you buy 5 copies of 16Player 

is 16player even out yet
Tonight perhaps
also i have exams for the next few weeks then i need to balance flora and enmity v3 then i have more exams in may then i have from may until september to do whatever the heck i want
4 months ?
Damn
yea
its the transition from gcses to a-levels
so its like a longer break after 5 years of secondary school
QHAR
/theos/include/sys/unistd.h:192:125: error: expected ','
ssize_t freadlink(int, char * __restrict, size_t) __API_AVAILABLE(macos(13.0), ios(16.0), tvos(16.0), watchos(9.0), bridgeos(7.0));
^
L
wait till you see deprecation errors
warning: 'propertyListFromData:mutabilityOption:format:errorDescription:' is deprecated: first deprecated in iOS 8.0

You'll see
so what can i do about ,
guys i wanna implement a long press popover menu for flora's colors
what do i include? im thinking
- disable color
- copy color name
- copy color type
- reset to default
what else
keep in mind this is for advanced colors
oh and also does anyone have any idea about what could be causing atria's safemodes i wanna fix it eventually
copy color code in rgb
@slim bramble any ideas
Undefined symbols for architecture arm64:
"_close$UNIX2003", referenced from:
+[FSSwitchPanel _didReceiveMemoryWarning] in FSSwitchPanel.m.14d6b933.o
"_fchmod$UNIX2003", referenced from:
-[FSSwitchPanel imageOfSwitchState:controlState:scale:forSwitchIdentifier:usingLayerSet:inTemplate:] in FSSwitchPanel.m.14d6b933.o
"_mmap$UNIX2003", referenced from:
-[FSSwitchPanel imageOfSwitchState:controlState:scale:forSwitchIdentifier:usingLayerSet:inTemplate:] in FSSwitchPanel.m.14d6b933.o
"_msync$UNIX2003", referenced from:
-[FSSwitchPanel imageOfSwitchState:controlState:scale:forSwitchIdentifier:usingLayerSet:inTemplate:] in FSSwitchPanel.m.14d6b933.o
"_munmap$UNIX2003", referenced from:
-[FSSwitchPanel imageOfSwitchState:controlState:scale:forSwitchIdentifier:usingLayerSet:inTemplate:] in FSSwitchPanel.m.14d6b933.o
_FlipSwitchMappingCGDataProviderReleaseDataCallback in FSSwitchPanel.m.14d6b933.o
"_open$UNIX2003", referenced from:
-[FSSwitchPanel imageOfSwitchState:controlState:scale:forSwitchIdentifier:usingLayerSet:inTemplate:] in FSSwitchPanel.m.14d6b933.o
"_stat$INODE64", referenced from:
_GetFileModifiedTime in FSSwitchPanel.m.14d6b933.o
"_write$UNIX2003", referenced from:
-[FSSwitchPanel imageOfSwitchState:controlState:scale:forSwitchIdentifier:usingLayerSet:inTemplate:] in FSSwitchPanel.m.14d6b933.o
ld: symbol(s) not found for architecture arm64
your linker is set to the wrong sdk probably
that or you forgot to add libraries to the makefile
how can i get more verbose output 
Which entitlement(s) do I need to add to a given binary to allow it to access /var/mobile? E.g. read files from /var/mobile/mydir, with Dopamine? com.apple.private.security.storage.AppDataContainers doesn't seem to do the trick
do you need read or write

