#development
1 messages · Page 441 of 1
just realized tis a python script
is that an orion tweak?
yes
i use a debit card
Digital ocean is the hacker vps 

Too bad I’m still too busy
i’m making custom banner view for cool notifications
can’t figure out shitty ass constraints
Fuck constraints
when xib to objc
notaytio or notaysho
Already python script
can you not just xib
why not
idk what makes it physically impossible
nib compiler not xib @surreal mountain
wtf
they’re surprisingly cool with the hundreds of DMCAs I get
I use vultr
wtf scam, I only got $50 when I did it a couple years ago
how can i tell where a dylib was built? wasnt there like some codesign thing?
probably on a computer 👍 hope this helps
nfr
it's very fast
What did you do
Oh
How much
find a web host that has no bandwidth limit
June 1812

Does digital ocean not have bandwidth limits
cloudflare will help with this. i regularly exceed 4tb/m on their free tier and they dont care. <1tb actually hits DO
is the DO limit 1TB? Because that's what I have on vultr
just checked, its 5tb/m
How to proceed when importing swift library into theos?
Gosh darn it I got List of Imposters
got an idea why I am getting this linking error?
Undefined symbols for architecture arm64:
"_symbolicatedStackSymbols", referenced from:
___Lookin_PleaseRemoveMethodTraceInLookinAppIfCrashHere_block_invoke in LKS_MethodTraceManager.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I added the CoreSymbolication.h, symbolication.h, symbolication.mm and the CoreSymbolication.framework to my project, imported the symbolication.h into LKS_MethodTraceManager.m and now I don't know what else I am supposed to do, in order for it to link properly...
anyone know where cydia stores it's webview content locally?
if i don't have a notched device, does testing with little12 yield accurate results
its not compiling symbolication.mm
Yes to the point that it gives you the same bugs.
i just need to test something with notched status bar 

so i can either do that or wait for ios 14.4 jailbreak 
Doesn't this mean it did compile? (I rarely use xcode)
There is a getter class method in one of the status bar classes that determines whether it should use UIStatusBar (old devices), UIStatusBar_Modern (notched devices), and UIStatusBar... (forgot the exact class for iPad). You can probably hook that and return the modern one to test your shit.
i don't need to support ipad anyways 
oh yeah it is, maybe not linking it? i'd check the produce object file with nm to see if the expected symbols are exported, then confirm its actually being linked
is there anyway to not support ipad in the control file?
there is probably a virtual package for it
assuming you mean the symbolication.o, this is the output:
U _CSIsNull
U _CSRelease
U _CSSymbolGetName
U _CSSymbolGetRange
U _CSSymbolOwnerGetSymbolWithAddress
U _CSSymbolicatorCreateWithTask
U _CSSymbolicatorGetSymbolOwnerWithAddressAtTime
U _OBJC_CLASS_$_NSMutableArray
U _OBJC_CLASS_$_NSString
---------------- T __Z18nameForLocalSymbolP8NSNumberPy
---------------- T __Z24symbolicatedStackSymbolsP7NSArrayS0_
---------------- s __ZL17LookinErrorDomain
---------------- s __ZL22LookinParam_MethodType
---------------- s __ZL24LookinParam_SelectorName
---------------- s __ZL24LookinParam_ViewLayerTag
---------------- s __ZL27LOOKIN_SERVER_FRAMEWORK_URL
---------------- s __ZL27LookinStringFlag_VoidReturn
---------------- s __ZL29LookinParam_SelectorClassName
---------------- s __ZL30LOOKIN_SERVER_READABLE_VERSION
U ___CFConstantStringClassReference
U ___gxx_personality_v0
U _dladdr
U _mach_task_self_
U _objc_alloc
U _objc_msgSend
So I guess the symbols are indeed not there for some reason...
__Z24symbolicatedStackSymbolsP7NSArrayS0_ this is it, its just mangled
that's possible?
are you calling it from a .m file instead of .mm?
you mean where I call that method from or in which file the method is in?
Well the method is defined a .mm file and I call it from a .m file
its mangled bc its a mm file. the code you're calling it from is likely an m file right
yes
so its tryign to link a non-mangled name and not finding it
sooo what would I do about that?
i'd try changing your m file to .mm. worse case scenario you can grab it with dlsym
Is _symbolicatedStackSymbols a function?
or extern "C" it?

Yeah that
that worked
making it a .mm
Should either be using extern "C" or extern based on the context you want it in
extern everything
extern
I am reading this stackoverflow post and apparently I am using extern in a bad way in my program
penis emoji
.
.

ok post the deb

Write it reliably
tried test build of xenon on 14 it no work
on arm64e at least

do u need an api
or some shit
they should not be

Whitename with the 

*dameon
This👏is👏so👏sad👏my👏boy👏Matt👏is👏now👏daemon
Wait I’ve been using dameon wrong this whole time?

no I was joking lol
😅
it’s cuz @heady raft spelled it wrong

Am back
suck cock
Bruh why you do dis
!
blame my assistant, @tepid olive
!
!
fake nitro headass

*nitroless
lol
still fake u clown




@tepid olive wym
yes
but a11
I have serial debug pwned anyway
I know everything
so...
lol
been saving blobs since 10.x, took that long to gather my knowledge so... not like I learned it overnight
my first blobs were saved with the wrong board config
so...
noob 2016 me
Is FR really that dangerous? Like is it possible to be able to not get into DFU and restore from there?
But like theoretically
yeh it fails
no idea why
people dont post error logs
so not fixable
until they do
And it would brick? Like no DFU even
Aight good lmao
theres no hacks involved
Nah I got that I just havnt really messed with that stuff since my Android days
@tepid olive it also takes a lot of dedication, you are speaking to a person who would spend 300+ on a cable
Latest Model GOLD
can I suggest @gaunt pewter if you're willing to buy new at full price and go around town and pray you don't get/spread covid, go to stores and ask about their oldest stock
I struck gold with mine, Dec 2020 manufactured 12 Pro Max in the exact config I wanted
12 mini sold like shit so you'll have more luck if you're willing to go with that
let me find a zero day for iOS 15
eBay 
What do I have to import for this?
error: no known class method for selector 'sharedInstance'
my google-fu isn't helping
yeah basically
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_FBSSystemService", referenced from:
objc-class-ref in NDDCRootListController.m.83d08f8c.o
"_OBJC_CLASS_$_SBSRelaunchAction", referenced from:
objc-class-ref in NDDCRootListController.m.83d08f8c.o
ld: symbol(s) not found for architecture arm64
I guess i'll try that then
you need to link frontboardservices and declare information for them
generated headers for example
There is also a way using ldrestart
Wrong reply but i think you’ll understand what i mean
Like how?, figured it out
I would put code btw but i cant boot my windows rn as installing something on my linux and i cant remember the file path for it
i have to clean up shitty code i wrote and i already want to die 
I haven't seen if anyone has answered you yet, but you're compiling a c++ file and attempting to use it from c, so the compiler is looking for a c-style symbol name (_symbolicatedStackSymbols) whereas the real symbol name is a c++-style name (__Z24symbolicatedStackSymbolsP7NSArrayS0_)
I don't think I actually use any c++ in symbolication.mm so the easiest way will probably just be to rename the file to symbolication.m
What're the good color picker libraries out there?
If you want iOS 13- support use Alderis, if you only plan to target iOS 14+ use the stock one
thanks
What does %init do in the ctor? does it enable the hooks?
yes, but it can be omitted and will automatically be inserted at the end of %ctor
so it'll know for example to not add it at the end if there already is one in say, an if statement?
yes if there is any %init at all in the %ctor then nothing will be inserted automatically
awesome
https://github.com/MTACS/LookinLoader
Someone got an idea why the Lookin app gives me an error when I compile the LookinServer.framework my self and use that? (even without changing anything)
I noticed that the framework that comes with it has all those slices:
i386 x86_64 armv7 arm64
while my newly compiled one only has those:
armv7 arm64
But that shouldn't really make any difference right?
or are those extra slices needed because it talks to the Lookin app on the pc?
Why does my switch in my preferences not save it’s position? It’s always off
Did you set the defaults property?
I haven’t
what does the defaults property do
is it possible to execute code when a switch is switched in the preferences?
I should really read stuff better, I saw that already but didn't realize 🤦♂️
although, if I use the set key it doesn't first save the value, it first does my own function.. or is that intended
that's intended
is there a way I can work around that
or will I just have to deal with it and set the value myself
not that I know of, never really messed with preference bundles like that
I guess I'll just set it myself
I'm trying to make it automatically respring when you touch the enabled switch lol
ideally you should have a separate button for respring
I do
or well, don't respring at all! have your tweak work instantly
the best solution is to not need it at all 😛
That is true
Just tryna learn, Not serious atm.
Why not learn the best way 
Does anyone know how to animate setCornerRadius ?
Store the variable in code, and listen for a notification for preference change
You should be able to do it with something like https://developer.apple.com/documentation/uikit/uiview/1622418-animate
Notification?
got an example of that?
The way I would do it:
Top level:
// Set the key of your notification
#define prefsNoti CFSTR("com.amy.example.reloadprefs")
In ctor
// Register for the notification change with the selector reloadPrefs
CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, (CFNotificationCallback)reloadPrefs, prefsNoti, NULL, NULL);
Somewhere:
void reloadPrefs() {
// Reload your code here based on preferences
}
The method thats called when you toggle the switch:
// Fire the notification
CFNotificationCenterPostNotification(CFNotificationCenterGetDarwinNotifyCenter(), prefsNoti, NULL, NULL, TRUE);
That all makes sense but not the last part, What do you mean with setValue method?
The method thats called when you toggle the switch
@tepid olive i can ignore this on mac right?
W: Unable to read /etc/apt/apt.conf.d/ - DirectoryExists (2: No such file or directory)
apt-ftparchive from pro
is there a nice tweak that shows me the NSLogs I dump out?
idevicesyslog
install it on your device *computer
what repo
are u on windows
yeah
find libimobiledevice for windows
try the idevicesyslog.exe
make sure ur device is plugged into ur computer and trusted
uh
probably
ik @surreal mountain used to use taht
but i've never personally done that
You could also use https://github.com/Muirey03/RemoteLog
it works over wifi if iTunes wifi sync is enabled
i wouldn't use remotelog tbh
why?
idevicesyslog -n
Hi does someone know why my subview not showing ?
remotelog is fine imo
@interface SBLockScreenViewControllerBase : UIViewController
@end
%hook SBLockScreenViewControllerBase
-(void)viewDidLoad {
%orig;
CGRect viewRect = CGRectMake(0, 0, 200, 200);
UIView* myView = [[UIView alloc] initWithFrame:viewRect];
[myView setBackgroundColor:[UIColor redColor]];
[self.view addSubview:myView];
}
%end```
remotelog is nice on windows
it is
easy to setup
It's also far more reliable than Console on Mac

except for if i leave it open overnight
never had it die
how do all of you have issues with every little thing
like what are you doing to ur macs

loss

ik
how do I get my phone's UDID
if you mean from a tweak:
NSString *UDID = (NSString *)CFBridgingRelease((CFStringRef)MGCopyAnswer(CFSTR("UniqueDeviceID")));
otherwise just use System Info, or uiduid over SSH
didn't expect just seeing my own logs to be so difficult
I don't even have to enter my UDID for idevicesyslog
only ideviceenterrecovery requires it
yeah, even over network it works without one unless you have multiple devices paired over wifi
what do you mean?
like I said just SSH in and do uiduid, the objc method is not what you're looking for if you just want to view syslog
simply idevicesyslog -n brings up my phone's logs for me
No device found. Plug in a device or pass UDID with -u to wait for device to be available.
Hello,there is a problem
I think you're lost
Im trying to get smooth colors,as you can see it wont to
this is iOS jailbreak development
Don't think it's able to find my device for some reason
.NET (C#, VB.NET,...) bindings for libimobiledevice - libimobiledevice-win32/imobiledevice-net
Doesn't find my device either
No device found. Plug in a device or pass UDID with -u to wait for device to be available.
have you tried this @safe delta
Yeah, I've specified my UDID (the one that command gave me)
I just didnt understand what do you mean “troll”
Waiting for device with UDID somethingsomethingnumbersletters to become available...
that moment when you waste 2 days because xcode can't import a simple intermediate certificate into your keychain 
so, is there a way I can view logs on my device then?
thank you
then I just grep my tweakname right?
it doesn't seem to be catching my NSLogs
does anyone know what this item is called or how i use it
i have no idea how to find its name
UISegmentedControl
thanks
i wonder if it’ll work on macOS w/ SwiftUI, i’ll see when i’m back home
yeah i’m just wondering if it’s available on macOS
i know how to use it
sometimes it does
should be available though
so like, i found this method: -(HKQuantity *)restingHeartRate; inside of HKHeartRateSummary.h could anyone explain how i would deal with its return value
theres also this: @property (nonatomic,retain) HKQuantity * restingHeartRate; //@synthesize restingHeartRate=_restingHeartRate - In the implementation block which i think is related to the method, but im not entirely sure
theres also an ivar declared at the top of the header, would i be using that too?
HKQuantity* _restingHeartRate;
or would its actual return value be %orig
Nope, It just doesn't show my logs.
if you do smth like
NSLog(@"ABC test log");
and then
oslog | grep ABC
it should work
that's basically what I'm doing
yes
interesting
then your tweak isnt logging it
thats the conclusion i have come to
lmao
Something I like to do in this situation
is raise an exception where it should be logging
then you can check if it's just logging be bad or it's not being called

What was that tweak called that allowed you to select something on your device's screen and it'd show info about it?
it's been a while
[[FLEXible]]
ive had experiences where i got locked out of my account for "security" reason whenever i install FLEXIble
yes it does
im on 14.3 and it works fine
don't you need a seperate tweak to activate it
nope
after you install
just go into settngs and choose which apps you want it to be enabled on
or just iof you want it on on the springboard
sounds good
L
are u shadowdev
damn
yeah you’re exponentially more annoying
at least shadow is kinda funny
bootleg midnight chips?
thanks for giving me a new repo to filter loser
lol
ayo?
Could anyone tell me what's going wrong here? The enabled value always stays the same no matter which way the switch is.
@midnight
can we get in f in the chat for a guy nobody cared about
he was a tool 
banned
nah same dude
if he didn’t harass capt when doing it i wouldn’t have cared 
i did not
different guy

if it’s shadow then 

he seemed a lot more serious
L
people when explaining any trend that is more than linear: exponential
shadow is funny i actually kinda like him
exponentially linear
shad0w is funny cuz we all just ask him to crack our tweaks
radically centrist
man looked at xenon then gave up
did he crack multipla 2.1?
rust moment
multicock 2.1
think so
well doesn't seem like its on rejail
idc what shadow does as long as he doesn’t harass whoever he cracks
@vale gust
bruh let the man sleep
send i wanna look
actually i will use old dylib
ok so it seems like this typecentury crack is obfuscated too
yeah this is definetely one of the crackers we know under a different name
the fuck
doesn't seem like it has the hosts file shit in it
rate the piracy repos worst to best
rj at the top but it also seems like midnight isn't that bad
but it only has one crack so idk
chemotherapy
Ofc
TROLLL
i thought hack your cock was the worst
shad0w isn't it like 4am for you?
they don't crack
they just reupload
exactly
i don't count taht
thats cap because i used to use them
so they’re bad at piracy 

@gaunt mesa that’s my fault
piracy confirmed?
i never marked it
moron
the fuck
i don’t trust the middle eastern people ngl
“i’m not racist i just don’t like brown people”
He said hes not racist
true


probably Abraham Lincoln


Anyway posting to ooc before a dev claps my ass 
True
xd

Lol
they just steal cracks
hack your cock
hack your cock
hard your cock
what's wrong with you
yes
discord.gift/ftesvjiyrscbkotez
true
it's possible to run a tweak in xcode simulator ?
thanks !
or just use Corellium 
Cringe
kinda cringe
ms procursus
[[
Classic
All my homies hate busses
Bussy
this code style
kill me
I don't care about practicality, but could I could a tweak in Swift?
even without orion yes
got a link to that?
theos 
I can send code when I get home in a bit
Man write your own code for once @tepid olive
Copy paste dev

@tepid olive u were copy paste once
When
Once

Never released anything I copied and passed it off on my own
That I can say
Not release just learn
Yes
I never release anything at all 

someone reverse bannerkit for me
wtf
delicious
yo
Don't do code kids
remembered your deobfuscation with copying file by bytes
I wouldn't say so. Memory mapping is the thing we should thank for
I was being sarcastic
It literally shouldn’t have worked under anything but perfect lucky conditions
I mean there’s still a good possibility for error
should I learn react or angular
what did you do lmao
One of the thing I did was fuck up order to something. That’s not what shad0w is referring to i don’t think b
neither
does anyone know how I can make this look like in the official app store or sileo?
discord: RCT VIEW RCT VIEW RCT VIEW RCT VIEW
Yeah true
change it?

what
swift moment
following apple design language
ah okay give me a dumb award
No
loss

Abusing powers
fr fr

i hate this

@turbid fjord shut up


is that a ducking among us unicode character

amo n gus
still trying to decipher what this means lol
Well there are multiple things
Can I use Swift Playgrounds to prototype using a private framework?
@grim sparrow I did the REing you encouraged me to do a few days ago and wrote MobileTimer.framework code, and am now looking to find a way to run it without needing to use Xcode. Figured Swift Playgrounds would work, but wasn’t sure if it was sandboxed in some special way. Do you happen to know?
I just meant in a way that would disallow me from using a private framework within it. But I answered my own question already, I can use private frameworks in Swift Playgrounds just fine, gotta import ObjectiveC (for my use case anyway) but it works.
Thanks for your help the other day! I wouldn’t have gotten this far without your initial direction. 
This is literally the first iOS development I’ve ever done so I sorely needed the direction.
int shitter = stackView.bounds.size.height - alertLabel.bounds.size.height;
I sure love running #NewTerm2 by @lime pivot 😍 on my #iPhone #11 #Pro running #taurine #14
😍😍😍
how the fuck do you not get decent looking shadows
Add more shadow

can not have too much shadow


so cute bestie
can you safely downgrade odyssey
caue i can't get frida-trace to work on the newest version
keeps crashing my phone or giving a weird error
yeah you can

True
popupBackground.layer.masksToBounds = NO;
?
i have that up top
heres everything
i can give constraints if u want too
CUM
do you guys know if there is any tweak that emulates touchs in the screen when you ise an external keyboard (to use for gaming)
wrong channel
@surreal mountain fuck off

i could
i tried that actually
that would be the best tbf
HELLO
no
Why on the Orion Getting Started page, is there a iphone/tweak_swift when these are the ones that I have
where there is clearly no iphone/tweak_swift
because you don’t have orion

Oh, and what repo is it?
frcoal
whats going on?
true
yeah, is that not the guide?
can i pass a UIView in userInfo of an NSTimer lmfao
and if so how do i access it
cuz it'll be of type id
Probably
lol
Quiprr I literally gave you the code for this
WHERE
loss
Sadisme


#public-mod-logs message lmao it’s funny when a mod hits the 9 instead of 0

yeah yeah
i need to cast it blah blah
i cant
NSTimer
can't pass vars thru a selector



me when using extern wrong
nfr





extremelyoffensivebobby
stolen from the nfr farms

damn
please release [REDACTED] from [REDACTED] so we can use it on [REDACTED]
hmm
why UIWindowLevelAlert no work

shit explanation so
basically
i'm making a UIWindow to present a view on
those constants are extremely outdated, you should assume they don't work

the latter worked on 13 i know that
that's also outdated
should i just use something like 2000
#define UIWindowLevelNotificationCenter 1056.f
#define UIWindowLevelStatusBarLockScreen 1052.f
#define UIWindowLevelAlertReal 1996.f
#define UIWindowLevelTextEffects 2100.f```
I grabbed these a long time ago so can't say if they still work
text effects is text selection handles + popups
1996 no dice
unless something is flawed with how i'm making this window
but: using SpringBoard's keyWindow presents fine
so
window is the issue here
that looks correct aside from that rootViewController isn't doing anything useful at least in that screenshot
unless you do that stuff later
[NotatioAlertWindow.rootViewController.view addSubview:bannerView];
like window.rootViewController.view.backgroundColor = [UIColor systemRedColor]
I would suggest try that just to see if it's really your hypothesis or not
hm okay
also you probably know this but if you're on the lock screen, you need to mark the window and its view controllers as secure
i'm on home screen
should work then
something in your bannerView is no good then
take a poke through the view hierarchy with flex
well, might be tricky if the window is going to eat touches, not sure what window level flex uses
actually I have a different suggestion, you aren't taking window scenes into account
windows directly managed by UIApplication isn't really a thing any more, it's still there but it's only a compatibility thing
the existing windows would be managed by scene delegates, so you could be taking advantage of something you're missing being handled for you
Oh my gosh what is that vscode theme
sex theme
No it’s eye rape
I approve of rainbow brackets at least
i thought that too then i got used to it
also vscode's highlighting for objc just sucks
tbh should prob switch back
everything highlights in the same color
Sounds like you just learned to tolerate the eye rape
Doesn’t sound like you like it even
balls, if you will
Yeah rainbow brackets are good to tell where you at ig
testicles, if it truly suits your fancy
elaborate
at least it passes WCAG lmao
Who maintains the r/jb OOC account
@carmine patio
rm -
/
@carmine patio go ahead tweet it

penis titties
I mean I act like i child cause I am one but still 
jaja
coilet tat
doubloons

int int;
if ur var nme has mor thn 3 chr its too lng
Go through the entire alphabet
sht the fck up
true
int a, b, c, d, e...
can you tel wht wrd ths is: pns
pings
yea you won a penis

whats in the box?


go ahead, allocate 4gb on the stack

i quit
bye
using deprecated shit time
[UIAlertView shutTheFuckUp]
spent too much time for a uiwindow to be causing my troubles
Deprecated != doesn’t work
fortnite dfault dance 10 hours

binary vs decimal ors omething i actually fon't remember
still a .txt
It still has a secret txt extension i cant see
LMFAO
What the fuck
hate macos for that shit
why tf discord using kibibytes
Bruhtherbyte
nfr
:fruhhh:
orion is private
lol
tbh being an adult is this with the "cause I am one" bit removed
yeah i could at least make an effort to not be annoying
yeah but that involves effort

being an adult is hard enough
not to mention your other commitments
waking up on time to go to work smh
u don't have a job
that takes all my energy why bother doing anything else for the day
I don't have a job I have to travel to 😉
yeah u dictate your job







shad0wdev is typing...











