#development
1 messages Ā· Page 432 of 1
living the dream
Isn't that beta still?
yes
Yeah man
beta = latest bro
b3
Beta is the shit
anything before old
actually they pulled b3 lol
I'll be honest if I was to make a new tweak now, iOS 12 support would not be high priority
beta = future, we can't write code that is future compatible
if you're not making your tweaks strictly with Swift UI you're doing it wrong
Yup
True
Only the latest fam
Like honestly
As soon as u see a new proposed api spec, just rewrite
Idc if its production yet
Stay on top of things

Exactly. Let's require an AirTag to be scanned to turn the tweak on
Just plop out thousands of lines of code
On god
supporting any ios besides the one I use on my personal phone? 
Thats how I do it
Can't fix something that I can't reproduce
Can't reproduce if I don't have a device

All bug reports must come with a failing unit test to be accepted
In all seriousness tho, ios 11 support at this stage is silly
Like targeted 11 support
true
No phones got dropped on that version right?
Like just update
No one should be on 11
why would anyone be on 12
nobody got abandoned on 13 so targeting 13 support now is actually kinda lame
i saw some dude who had his 8 on 11.3 yesterday
just target 14 and wait for them to update
L
Even if that was the last iOS version for that device... just like don't use it
mfer just used a shit software for the whole lifespan
A11 sep checkra1n 
poor 8
What is sep?
secure protocol
@wicked summit i am on ios 12 because no storage space š
how bout you go secure some hoes
delete stuff
ipadOS 14 is too damn big for a 16gb ipad
lol
rip dgh0st
i have a jailrboken ipad too
on 13.3
i just dont ever use it
or forget to charge it
so i dont use

I would update my 6+ to iOS 13 if I could
wish i could just upgrade/downgrade however the fck i liked then giving up a ton of storage might be worth a try
damaged
no
that means it is linking something it can't load
probably something from ios12 or 13
inb4 swift
i blame aptitude :< even though it isn't even used
u never have to fix your shit if you never admit blame so
do you support pre 12.2
itās not a bug, itās a featureā¢ļø
pick any of the theoretically possible pathways it couldve died
Anyone been using Corellium to test their tweaks now that it's open? Could be good for testing on older iOS versions
were you able to reproduce this iOS 11 issue?
was it pretty easy to work with?
but it's $99 for unlimited right?
$99 per year or per month?
month
Ahh
really about to bot supreme with an ios bot
tfw its named swiftsole but mfs use flutter


tomorrows release is gonna be the most profitable with their Nike SB Dunk low collab
110 retail, resell about 1k

but also the most chaotic release
you sell them on stockx?
yeah
or locally through ebay / marktplaats
it would be very nice if i could hit at least one pair tomorrow
whether botted or manually
spent 40$ on it today
and another bot for 60$ but theyre investments
is the bot a one time purchase?
yeah this one is a lifetime license
they usually do 5-10$ discounts
iOS 13.0+ ONLY bot for Supreme.Ā Easily secure SupremeNewYork items before they sellout Features Fully automated Supreme online shop purchasing Fully automated Supreme in-store signups Run up to eight (8) online tasks at once (more w/premium sub) Run up to one (1) in-store task at once (more w/premium sub) AYCD(premium
And you sideload this or is it enterprise signed?
testflight
So weird they made an iOS app for botting lol
it looks like
would I use xcode-select to start compiling with this instead
testflight yeah
i mean its pretty nice
for when outside
yep
or alternatively Xcode preferences -> Locations -> Command Line Tools Version
mm ok, I'll try it out. Thanks!
I used it to test reprovisionfix 

Anyone know of an updated version of springboardservices exists? https://github.com/davidmurray/ios-reversed-headers/blob/master/SpringBoardServices/SpringBoardServices.h
surely theres more functions than whats there.
C frameworks like that have to be manually REād so while Iām sure there are more functions than that, Iām not sure anyone has bothered to work out their arguments, return value, etc
Damn. I was looking at the appstore and its able to request to delete applications so I was thinking theres a way from SBS. Educated guess on what its using, havent looked into it yet tho.
I was wondering because thats the latest one i saw and that was from 2014. 7yrs is crazy with no updates
yea
LSApplicationProxy
I do something like this actually but run it from springboard. I wonder if i dont have to and the appstore already has the entitlements. Thanks!
so you want to hook the appstore
Yea, I have an app manager inside the appstore with appstore++. And i was thinking that i could just run the code they use. (cuz you apparently can swipe an update and press delete and itll ask to delete the app from there in the updates tab
In theory yes
anyone got a quick tldr objc and Cycript tutorial?
Read Cycript guide
man really just copied shep code
true
Why does Chariz continuously have issues reloading?
I'm prolly not the only one thats deleted that repo. haha
was it just like having a device next to you?
what i said is still true
you did copy it
and it says it
nothing i said was incorrect
@primal perch congrats on being credited
it's pretty nice, you can just connect to a VPN and use usbfluxd
and then it just thinks the device is connected over USB
you're the stupid ass fucker here
you're the stupid ass-fucker here
did you run across any limitations?
one issue is that the App Store doesn't work bc no keybags
also can't do recovery/DFU mode
good morning
App Store not working also breaks OTA sideloading via itms-services:// links, but you can use usbfluxd + ideviceinstaller
or even AltStore, but I don't have a Mac
(AltStore is Windows/macOS only, and usbfluxd is macOS/Linux only)
can you transfer your Apple ID keys to the device so it can decrypt App Store signed IPAs?
haven't tried, it won't let me log in to the Apple ID from settings
How would I go about making a tool like the openssh toggle? Is that a tweak?
yeah I'm wondering if you exported them from a device
nah, I only have an XR which isn't jailbroken atm, but once I get my X I could try that, just don't know where to look
yeah it would probably not even work
you can fake the UDID of the device at least
also registering Corellium's default UDIDs in Apple developer portal makes them show up as an "iPod"
managed to register a nonexistent A12 iPod as well
yep, A12 UDID format was accepted happily by the dev portal and showed up as an iPod
thereās ssh port and toggle
that's wild
yeye i mean like, is that hooking the Settings app? (like how does it work behind the scenes)
iām not sure what youāre asking
tbh you don't even need to register it on the dev portal because there's an option to add cdhashes to the trust cache
you can even "jailbreak" an iPhone 12 on 14.4 with Corellium
since it's a virtual device they can patch the kernel as they wish
but if you set up an unjailbroken instance, you can jailbreak it with unc0ver or Odyssey or whatever too
yeah thought so
If I wanted to write my own version of that, where should I start? Is what I'm trying to get at.
@grim sparrow i found new emote for you to spam incessantly

I couldn't get the device to show up in Console.app for some reason so I didn't think it would work
corellium moment
Iāve seen this before and still donāt know how I feel about it
did you do sudo usbfluxctl add 10.11.1.1 or whatever the IP is
when i saw
i instantly thought
this is perfectly annoying
and makes me want to die
I saw the pdf and thought yeah whatever I just run the app and i'm good right
and it said 1 virtual device
so my fault but, also needs better UX
Is there a vscode extension for obj-c? (beyond MS's basic syntax highlight?)
[[test]]
ok cool gir does it
yeah i do
ok and?
lyrication moment
donāt know, was busy thinking about your mother
its called being small brain
not knowing how to compile
can he not use @available
bro
im talking about ABI and shit
that's why they are separate
hook uicolor for 0.75 
he couldn't figure out how to get it compiled once and working
oh lol
iād do it for 1$
lmfao
the UIColor for 0.75$ tweak was hilarious
wikl
the dev wants to kill me rn
1,000 line uicolor tweak*
i shit on him too much
lmfao more than that
probably all copy paste
thanks open source!!!

u wanna know shitcode?
anything made by aestherica or whatever chloe calls herself in 2021
its a nightmare to look at
at least youāre not paying for it 
"high quality"
which shadow dev are you talking about @gaunt mesa
to my knowledge there were multiple
for all of chloeās stuff
Guys you are missing the main thing... copy pasta color tweaks are the most profiting paid tweaks
there were multiple
why
wyhat is this cursed asf linux
true
@restive ether

the guy seems to be really interested since he bought damn test devices for it but like
give you meth? what a weirdo!
0.75 for UIColor
idiots still pay for it
ofc
like u can make a tweak that does nothing for $2 and still get sales
you know southerngirlwhocode
literally just NSLog(@"Tweak");
yeah thatās me
boom $2
he was shitting on them
when he made that tweak
new low
itās so dumb
aren't you NorthernTransFemboyWhoDoesn'tCode?
yes
thought so
iām everyone who does/doesnāt code
how to make a lot of money
- find highly requested tweak concept
- write it but really badly and memory leaks everywhere
- make up female persona
- upload to twickd
lmfao actually true
howād that work out for em
i think someone on reddit was supporting them since they were a girl 
cock concept
wen eta
female developer
10+ for monies
100000- harassment
lyricify 2.1 on hyi
go ahead and post a cock on r/jb
my ingress controller decided to ban every single IP
because of influx
so now all of lyricify is broken
HYI is bottom tier piracy
lol
bruh?
C i understand
@vale gust
objc i just don't
@surreal mountain write something that doesn't use proper retain cycles
lmfao
why would i do that
so something that stops a UIViewController from deallocating after its dismissed etc
that's a memory leak right there
and it happens a lot
maybe i don't do enough tweaking anymore
i bet half the tweaks that come out have some form of a memory leak
i don't mess with that stuff if i'm not tweaking
i just let arc do the hard work
yeah ive found a very tiny few with my shit
tho its easy to fix it
i write binaries ffs
some people literally donāt turn it on
like LetMeBlock didnāt have arc until recently
why didn't it have arc?
another really easy way to leak memory is with bridging
ie __bridge vs __bridge_transfer/CFBridgingRelease()
but that's very minute
There have been 0 memory leaks found in HSWidgets
wait the entire commit to add ARC was a single makefile flag?
no retain or release changes?
u have to remove the manual release statements and shit


sad times in the team ten hype house
its not even using obj-c
mfw it's a tweak written in node
but why is it .xm 
Burrit0z thatās a dope widget can you tell me what app is from??
velox14
Is it out?
no but i am
...
ur dick is out?

wtf
itās been out for harambe since 2015




How can a tweak present a UIAlertController?
Same way a non-tweak does
what are you hooking
SB?
Yee
create a UIWindow

and present your vc on it
ok ty
ig its getting claustrophobic in SpringBoard again, we need more windows
are you just %hook SpringBoard or is it a specific vc liek SBIconController
just overwrite files to achieve whatever you want
true.
replacing system files is the most battery efficient method after all!

had some dude do that trying to use python once.

Boot loop hack
also i really need to find somewhere nice to read up on hooks but it's a tweak w/ settings toggle example
oop ty!!
brick your iphone speedrun world record
depends how complex you wanna go
Restore would fix it tho
learn off of it dont just copy
try understanding what it does and why
Yo who developed succession...?

yee and also i gotta wrap my head around obj-c syntax too š
samg
joe i think
cool guy
Just remember to make your windowlevel over 9000 otherwise it might get bullied by other windows
Joseph Stalin
me
objc syntax is easy once you get the hang of it
Question does succession completely install a clean file system or somewhat of files are transferred
...?

ye i know it just seems jank from other languages perspective lol

itās the nuclear option
Wdym...
true
cursed
Full on clean file system?
yeah
Damnnn thatās dope
why
its cleaner
is it inherently better
true.
enums have better readability tho
case statements
true
.
i think he was /s
yes
idk man
i was thinking if the yeandre dev meme
Its funny how people add comment before every line of code
have to remember what da code does
cuz they don't write readable code
u only need to comment the shitty or complicated parts
99% comments 1% code
// Create a new NSObject
NSObject *object = [[NSObject alloc] init];
// Declare new variable "i" as type int
// Set i to 10
int i = 10;```
wrong
now that's clean code
// Create a new NSObject
NSObject *object = [[NSObject alloc] init];
// Declare new variable "i" as type int
int i;
// Set i to 10
i = 10;```
ok.
// Declare variable "object" as object type NSObject
NSObject *object;
// Allocate a new NSObject with nil zone
// Finish initialization of our object by calling init
object = [[NSObject allocWithZone:nil] init];
// Declare new variable "i" as type int
int i;
// Set i to 10
i = 10;```
Bro that first line can be divided into 3 lines, you slacking
that is pain
OH NO
NO COMMENTS???
// Define very useful macros
// For both starting and ending an objective c meth call
#define BeginObjectiveCMethodCall [
#define EndObjectiveCMethodCall ]
#define pointerToObject *
// Declare variable "object" as object type NSObject
NSObject pointerToObject object;
// Allocate a new NSObject with nil zone
// Finish initialization of our object by calling init
object = BeginObjectiveCMethodCall BeginObjectiveCMethodCall NSObject allocWithZone:nil EndObjectiveCMethodCall init EndObjectiveCMethodCall;
// Declare new variable "i" as type int
int i;
// Set i to 10
i = 10;```

yeah true
lol
ok
// Define very useful macros
// For both starting and ending an objective c meth call
#define BeginObjectiveCMethodCall [
#define EndObjectiveCMethodCall ]
#define PointerToObject *
// Define integers
#define IntegerLiteralTen 10
// Define for assignment
#define AssignNewValueToVariable =
// Declare variable "object" as object type NSObject
NSObject PointerToObject object;
// Allocate a new NSObject with nil zone
// Finish initialization of our object by calling init
object AssignNewValueToVariable BeginObjectiveCMethodCall BeginObjectiveCMethodCall NSObject allocWithZone:nil EndObjectiveCMethodCall init EndObjectiveCMethodCall;
// Declare new variable "i" as type int
int i;
// Set i to 10
i AssignNewValueToVariable IntegerLiteralTen;```
the worst part is that this can compile
wait wait i can be doing more
Bruh thats not worse, thats awesome
// Define very useful macros
// For both starting and ending an objective c meth call
#define BeginObjectiveCMethodCall [
#define EndObjectiveCMethodCall ]
#define PointerToObject *
// Define integers
#define IntegerLiteralTen 10
// Define for assignment
#define AssignNewValueToVariable =
// Objc take argument
#define ArgumentForObjectiveCMethodCall :
// Declare variable "object" as object type NSObject
NSObject PointerToObject object;
// Allocate a new NSObject with nil zone
// Finish initialization of our object by calling init
object AssignNewValueToVariable BeginObjectiveCMethodCall BeginObjectiveCMethodCall NSObject allocWithZone ArgumentForObjectiveCMethodCall nil EndObjectiveCMethodCall init EndObjectiveCMethodCall;
// Declare new variable "i" as type int
int i;
// Set i to 10
i AssignNewValueToVariable IntegerLiteralTen;```
finalized version
is that
why do i bother opening these anymore
i fall for it every time
is that the you have too much time>

Is it?
yes ive been there before
been where?


Hey DGh0st can I use FLEXall to see NSLog() outputs?
make your own logging system? /s
lmao
console app if you are on mac, oslog (newer iOS versions)/ondeviceconsole (legacy iOS versions) if you are on device, create your own system if you are on windows or ssh and use one of on device approaches.
Ok thx I'll try oslog since I'm SSH'd to my phone anyway
My dream is to make a nice logging tool for iOS
Please do make it cross platform
had plans of making a nice UI for RLog but then I got lazy so 
Wait does oslog implement NSLog or am I braindead
only planning on supporting macOS and iOS, as I have no cross platform experience

is that hebrew


I'm sure there are plenty of folks who'd help you get a bit more cross platform than that lmao
I'd be open to cross platform stuff if there was a cross platform UI framework for Swift
l o l
No it just watches the system's logs which is where all logs usually go to (well its slightly more complicated than that but thats the gist of it).
Yknow you'd think i could derive that from the name
Where might i see the docs for putting stuff in said system log?
apple docs
maybe it's this one https://developer.apple.com/documentation/os/2320718-os_log
idk, check the ObjC headers, but that's the function name
Theos has a wrapper for that if you don't want to worry about that stuff
ope??
gm
Hey y'all, I'm experimenting with the tweak & preference template, and it seems from the debug output like iOS 14 is using a different .plist location than the template has? In the layout/ folder, the default is /Library/PreferenceLoader/Preferences/codeswitch/Preferences.plist whereas the oslog output would make it seem like the toggle is changing /private/var/mobile/Library/Preferences/us.xhec.code-switch.plist
Or is that what's supposed to happen?
fuck this shit, i'm not that crazy yet

I'm listening to my mom on the phone explaining jailbreaking to someone
my brain just exploded
impactor can do it on windows
I got it working with oslog but ty
idevicesyslog

myself and mr renai tale were working on electron client but
kinda h avent worked on thatin months
Also it seems like the template for tweak w/ prefs is broken (at least) above 12. My 6 w/ 12.5.1 can run my code based on that template just fine, but my 11 on 14.3 doesn't show any trace of the callback happening
mr renai @gaunt mesa sir

Impactor has logging?
I still wish for someone to make a feature-complete drop-in Electron replacement that uses WKWebView
then everyone can stfu about Electron Badā¢
I still wish for someone to make a feature-complete drop-in Electron replacement that uses WKWebView
"All your RAM are belong to us"
what is the command to open an app by bundle ID through command line? ik it exists
I don't even think that's that bad for an entire chat app with full rich text, inline graphics, emoji, gifs, to use 300MB
if it were approaching more than that yeah I would start worrying
how do you know that memory isn't intentionally being used by discord to cache channel contents to memory so channel/server switching is instant
yeah, I would consider that problematic
although, I mean,
and Slack is supposed to be the better one
I feel like there's a lot that Electron can do to be better about the memory/install size issue
without even changing that much of the exposed API
ā¦for one, stop changing the damn exposed API
if there's something disappointing though it's that Docker Desktop takes 8 seconds to open the preferences window on this machine
M1 mac
if it's like that on here I don't want to know what it's like on something like a 2012 MacBook Pro
ok I j used LSApplicationWorkspace
we really should have an open app command in uikittools
how did we get URL opening (uiopen) but not open by bundle id?
ahh
Usage: uiopen [OPTION...]
Open URLs and open iOS applications by bundle ID
<URL> Open the specified URL
(replicates the old uiopen behavior)
--url <URL> Open the specified URL
--bundleid <id> Open iOS application with the
specified bundle id.
--help Give this help list.
it is there
I think because how easy it is to use electron. It allows for bad practices which probably make it unnecessary heavy
To take apps from Xcode and test them on my irl iPhone do I need a paid dev acc?
wdym how do you get the IPA?
Well how would I install it through AltStore
I think you should be asking in #jailbreak cause this is not the kinda question you would ask here tbh
tf is CheckerBoard.app
Well its not really related to jailbreaking its more just ios development
Hey y'all is there a more up to date theos depends for ios than BigBoss? My install on my phone doesn't have arm64e target š¦
Ope hi lmao
Main pc is Manjaro
Couldn't figure out how to get clang6.0 on here for the life of me
That's for Debian/Ubuntu
Ya LLVM is also just for Debian based
I guess I've gotta triple boot :((
my VM of debian couldn't do it either lol
I thought someone else in here was on Arch?
Time to McBuild LLVM 6.0 for myself i guess
Just compile latest from apple fork by yourself. It isn't so difficult
Doesn't it need specifically 6.0?
No. I'm using 12.0.0 on arch
o h
god dammit
Manjaro gives me 11.1 guess we'll find out
Worst case I can go back to pure arch i suppose
I just got tired of my DE being broken all the time lol
pfpptf
no but memes aside i love pacman more than apt
Hmm clang still doesn't know what arm64e is??

@vale gust is your toolchain from regular arch packages or did you build it yourself?
I took llvm-git from aur and changed llvm source repo to apple's fork
I hackintoshed High Sierra with my GTX 1050ti on Ryzen but I've spent days and can't get the nvidia drivers working making the hackintosh so laggy and un-usable, also haven't figured out if I can use the latest Xcode on high sierra and idek if that matters.
the 1050ti might not have proper drivers
I've resulted to using Visual Studio code with Xarmin, idk if that's the best option but I'm using that and its connected with a vmware macos catalina to run the previews in stuff
Yea even if he has a low enough MacOS version I'm not sure about that
yeah
might want to ask in the hackintosh server, maybe someone there knows what to do
50-70% of the stuff in the hackintosh server never gets answered, at least thats my experience
too many people needing help
not enough people to help
Nah it's mostly b/c people don't post enough info imo
^ *NoVideo
(I'm not on Hackintosh myself b/c NoVideo card and AsRock MB. The deadly sins of hackintoshing)
wait so High Sierra wouldn't work with the 1050ti but Mojave would?
NoVideo GPU lel
Even though High Sierra is an older version?
Hmmm
this is what I've reffered to on OpenCore
That chart shows that the 1050ti(pascal) would only support up to 10.13.6
but i tried it and it didn't work anyway lol
I think I may remember tho having a working Mojave hackintosh a while back with this card
different build, same card
do you have the webdrivers
Yea i did
Ah my bad. Yup, 10.13.6 was the latest version supporting web drivers
also i strongly doubt that
ya don't you need a working install to get the webdrivers going?
not sure if its just a opencore option
The web drivers were installed and I pulled it up in settings and it showed that MacOS was using the web drivers and it was still a laggy ass experience, I tried stuff with boot args and reinstalling the drivers and ect... kexts and pretty much everything
I couldn't get it to work and gave up on it
hmmm
if you want a decent gpu in your hackintosh without any bs, buy a cheap kepler/kepler v2 card
Or I could get like a 5700xt amd card and hackintosh big sur
also a possibility
I want one of the newer gpus(waiting for them to get into stock) but idk WAIT A DAMN MINUTE
WHY TF DOES IT SAY ACTIVATE WINDOWS
my pc bugging wth
It looks like the hardware has changed - Windows
bullshit all i did was some hackintoshing
Probably NVRAM reset lmao
I want one of the newer gpus(waiting for them to get into stock) but idk WAIT A DAMN MINUTE
@stuck pier you canāt get them Bc I am scalping them
š

who was talking about cycript on arm64e? Sams-iPhone-12-Pro:~ root# cycript -p SpringBoard cy# [SBStatusBarManager sharedInstance] #"<SBStatusBarManager: 0x284b40510; Status Bars: NSHashTable {\n[1] RecycledStatusBar\n<UIStatusBar_Modern: 0x109620f50; frame = (0 0; 390 47); layer = <CALayer: 0x2846a5a00>>\n[5] SBMainDisplaySceneLayoutStatusBarView - 0x121b7af00\n<UIStatusBar_Modern: 0x121be2dd0; frame = (0 0; 390 47); autoresize = W+BM; layer = <CALayer: 0x284689be0>>\n[6] RecycledStatusBar\n<UIStatusBar_Modern: 0x11b1a3e20; frame = (0 0; 390 47); autoresize = W+BM; layer = <CALayer: 0x284746b00>>\n}\n; Hiding Frontmost Status Bar Assertions: NSHashTable {\n}\n>" cy#
Hasn't it been like 6 months since Procursus implemented this?
idk but that build is from Jun 4 2020
What does your build add?
yeah i was talking about cycript
i forget what but it instantly threw an error for me about not having an arm64e slice in some library
Iāll have to try again ig
Yeah that was me among other people
Back when I tried it near mid june last year when I was still using Unc0ver it would complain about not having an arm64e slice
Haven't tried it again since (only the one of the Procursus repo which doesn't seem to work with Unc0ver)
Thanks for letting me know, I'll try it as soon as I've got my 11 pro on 14
still seems to not work currently unless it was just updated
[-] Unable to inject: dlopen(/usr/lib/libcycript.dylib, 9): no suitable image found. Did find:
/usr/lib/libcycript.dylib: arm64 dylibs cannot be loaded into arm64e processes
/usr/lib/libcycript.dylib: arm64 dylibs cannot be loaded into arm64e processes
*** _assert(status == 0):../Inject.cpp(143):InjectLibrary```
yeah thatās what i was getting
Hey everyone š
I am working on a new tweak which would require a pip module as dependency. I was thinking about adding python as dependency on the control file and then install the pip module via preinst script
My question is if on jailbreaks with another bootstrap than Procursus there is also a python package for iOS? Or is this exclusive to Proc? If it were, could I just install the python package from the Procursus repo? š

do u guys have any info about when a jailbreak for IOS 14.4 is going to be out?
No, but I can redirect you to Rule 12 #rules-and-info

what is ETA? my brain has the size of a mentos sorry
Estimated Time of Arrival
@heavy kernel ^^^ 


š
true
MONKE
lmfao
ping
Just use the procursus cycript

Does that work?
Last time I had someone try it (only on 14.3 since 10min ago myself so will try myself later) it didn't
gave segmentation fault 11 iirc
I have no clue because i donāt install malware on my phones
But did you try using ssh?
I seem to remember it segfaulting if you use newterm/mterminal
Donāt ask me why
yes it segfaults in ssh
How sad
I can fix it once a jailbreak for ios 14.3 arm64e is out

ye
ye it still does lol
Was gonna tell you on twitter later but it seems you already know now haha
Should be fixed in about a week if life doesnāt get in the way

Awesome. Life comes first obv, tyt
pog hayden
US PEOPLE
I am taking long weekends two and three weekends from now so i may be a bit slow on things
Gonna try and get lots done this weekend
I can oblige soon

lol
We 3d printed a model of him pogging a couple years ago when we were working on our 3d scanner
lmfao
@grim sparrow would you fucking believe i had like a 102 fever 2 days ago, got better yesterday, and now i have a sore throat
glock in my lap ā¼ļø
What the fuck
@tepid olive u have covid-21
Its strep but yeah
Silly shit bruh
Now please do get better soon 
very true
Trying !
u just get better
Hayden Sus
when hayden is the imposter (he is sus š)
:02salute:
when hayden is the imposter (he is sus š)

If anyone knows about Xarmin.IOS for Visual Studio Code, im havin issues tryna build an IPA from my project if som1 wood be so kind as to help my dumbass

Turned in late
Turned in is turned in, good job bro
VeryGeneric [iPhone 11, 14.3]
name and flair match up i suppose lel
VeryGeneric [iPhone 11, 14.3]
VeryGeneric [iPhone 11, 14.3]
amoog
i have question
ok
anyone know how I can access swift variables from cycript/flex or Iām stupid?
cy# x->notificationCenter
throw new Error("*** _assert(encoding[0] != '\\0'):../ObjectiveC/Library.mm(2080):Interior_getProperty")
Legit saurik figured this out by messing with pointers but the talk he did was low quality.
gm mononucleosis
What the fuck how did someone say such a factually correct statement
@valid venture gm cutie
gm
[[class-dump]]
class-dump is a command-line utility for examining the Objective-C segment of Mach-O files. It generates declarations for the classes, categories and protocols. This is the same information provided by using 'otool -ov', but presented as normal Objective-C declarations.
DreamDevLost
1.0.1-1+debug
io.github.ddv.class-dump-ios
tfw apple has two classes with the same name in the same process and objc_getClass returns the wrong one...


In obj-c is NSTask header just NSTask/NSTask.h? If so, I guess it's not in the patched sdks?
itās not declared anywhere because itās not technically part of the sdk
^
declare it manually because the symbol still exists in foundation tho
just copy the header and put it in your include directory
fuck man
my computer science teacher is about to make react worse than it already is
i've been using react for 3 years and i can guarantee this mf is gonna make people use something like notepad++ and have the shittiest usage of API
you can put it in $THEOS/include/Foundation then just include <Foundation/NSTask.h>
i usually like to put my stuff in an Include directory within the tweak
that way if its open source, you can easily compile
true

then just drop _CFLAGS = -IInclude in your makefile
Ok ty!
And since NSTask needs Foundation-Structs, I'll just grab that one too right?
Dependency hell time?
lol
you don't need the whole header
nah
just use what u need
uhh wellll
==> Compiling Tweak.x (arm64)ā¦
In file included from Tweak.x:3:
/home/matt/theos/include/Foundation/NSTask.h:10:9: fatal error: 'Foundation/Foundation-Structs.h' file not found
#import <Foundation/Foundation-Structs.h>
uhhh okaayyy?
Ah yes wasting hours trying to use generated headers instead of just creating your own header for the 1 class you need.
you don't have to drop the whole header in there, you can just implement what you will actually use
what ghost said
as long as the symbol is there u don't have to worry
all the header does it simply let the compiler know if something actually exists
there already is one
so technically u can make headers for shit that doesn't exist, but then you would have linking errors
let the user handle that
not my problem if dyld couldnāt find that

dyld-o

boutta kill myself
lol
waleToday at 1:53 PM
boutta kill myself
Does anyone know why my delegate (NSStreamDelagate for external accessory) is not being called, btw are there any (opensource) external accessory tweaks already existing?
@interface Delegate : NSObject <NSStreamDelegate> {
@public
}
@end
@implementation Delegate {
}
- (void)stream:(NSStream *)stream handleEvent:(NSStreamEvent)eventCode {
NSLog(@"~~~~~~~~~~~~~~ Received delegate event ~~~~~~~~~~~~~~"); // never gets called
}
@end
// hook and other stuff here
Delegate *delegate;
[[session inputStream] setDelegate:delegate];
[[session inputStream] scheduleInRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode];
[[session inputStream] open];
// ^same for the outputStream
Its nil
hmm I tried ```objc
Delegate *delegate = [[Delegate alloc] init];
oh lol, seems like this time it did work thanks

0xff4700002743f6ab
0xff4700002743f6ab
0xff4700002743f6ab0xff4700002743f6ab0xff4700002743f6ab0xff4700002743f6ab
If he is using ARC, which I assume he is, it would be nil not a random stack value.
Yeah would be fun trying to figure out why random objects are being retained and released.

Its owl eyes
I WAS GONNA SAY THAT
too slow chump



also if you compile without optimization undefined stack variables are generally NULL š but then you enable optimization and poof crashes because it doesn't initialize them, I wish debugging code didn't initialize them to NULL lol
does procurus have frida?
no
frida is available on the frida repo
also if you compile without optimization undefined stack variables are generally NULL š but then you enable optimization and poof crashes because it doesn't initialize them, I wish debugging code didn't initialize them to NULL lol

[[frida]]
true
repo frida
You guessed right :)
Wanna add it :p
the DRM has been causing issues for some reason
tale as old as time
What do you guys think of thisš¤
what am i looking at
The volume mixer but with Active noise cancelling controls for the Sony WH-1000XM3, which are not supported. Only airpods are officially supported.
uhm it doesn't work yet, but it should work on some other sony headphones, when I figure bluetooth stuff out.
wtf another Dutch
Ruisonderdrukking
but i could enable the controls visually on all audio devices if you wanted to, but it won't do anything
Zeker
I know Iām hilarious
Lol I'm the best š¤£
Nah u are not the best
The best is me
and then @hollow kernel and @steep lantern
And then u

yay
you mean @steep lantern then @hollow kernel
Itās time for FC Avondklok
just pushed an update to libkrw that will make it work with unc0ver 6.1.0 for kernel read/write
that u0 version should also appear pretty soon
leg dan uit?
wtkk
is iets met defano holwijn dat weet ik wel
ļæ¼hehehe het is wel DuckDuckGo he
oh wow je gebruikt duckduckgo cool man
Burrit0z can i beta test velox14 ill pay for the tweak š
yeah bro iāll beta test it for you
@tepid olive ^^ š
no.





:.75Ā¢:













