#development
1 messages ยท Page 97 of 1
You forgot to add captโs profile picture
That shit canโt hook asm
would this be for if i was like making an app? or do i need to do this for tweaks to?
(read all ur explination mesages, i kinda get it but not rly)
It works for both
Objc is objc, whether itโs an app or a tweak
If you really think about it tweak dev really is kinda just parts of app dev
I think you're going to hell for writing this
write everything in arm64 asm for the true dev experience
x86 asm*
real dev i see
NUH UH
proof
kewl
you can use so many diff ones
mfs be using .asm or .S
.S is for preprocessed asm
.asm is just nonstandard
iirc .sx is preproc as well
fuck this bot
xcode is also xcode
true true
true except remove m and mm
hate using cpp
better than objc
To be fair, you have to have a very high IQ to understand C++. The footguns are extremely subtle, and without a solid grasp of turing complete template metaprogramming most of the STL will go over a typical programmer's head. There's also C++'s object model, which is deftly woven into the standard library - its architectural philosophy draws heavily on Simula literature, for example. The Wizards understand this stuff; they have the intellectual capacity to truly appreciate the depths of this language, to realize that it's not just better than C in every way - it says something deep about LIFE. As a consequence people who dislike C++ truly ARE idiots - of course they wouldn't appreciate for instance, the truth in C++'s existential catchphrase, In file included from /usr/include/c++/4.6/algorithm:63:0: /usr/include/c++/4.6/bits/stl_algo.h: In function โ_RandomAccessIterator std::find(_RandomAccessIterator, _RandomAccessIterator, const _Tp&, std::random_access_iterator_tag) [with _RandomAccessIterator = gnu_cxx::normal_iterator*, std::vector > >, _Tp = int]โ: /usr/include/c++/4.6/bits/stl_algo.h:4403:45: instantiated from โ_IIter std::find(_IIter, _IIter, const _Tp&) [with _IIter = gnu_cxx::normal_iterator*, std::vector > >, _Tp = int]โ /usr/include/c++/4.6/bits/stl_algo.h:162:4: error: no match for โoperator==โ in โfirst.gnu_cxx::normal_iterator::operator* with _Iterator = std::vector*, _Container = std::vector >, gnu_cxx::normal_iterator::reference = std::vector& == __valโ which itself is a cryptic reference to ISO/IEC 14882:1998. I'm smirking right now just imagining one of those addlepated simpletons scratching their heads in confusion as Bjarne Stroustrup's genius wit unfolds itself in their terminal. What fools... how I pity them. ๐
.s last Christmas lil tjay
tihmstar does
You mean dependency star?
Cpp is good
lol
massive lie
nuh uh
dude nobody likes using cpp
okay buddy.
Why does it do this and how can I change the y with it staying ?, itโs a UILabel, if someone could jus explain it in English ?
im sure we can agree that nobody likes using swift
Iโm able to hide it but canโt(I donโt know how to change the x/y of it)
recommend resources for learning cpp
do something you want to do, and google things until you get it
that's a better start than most introductory shit
said the exact same thing to my classmate today when he asked me how to start programming
You didnt explain what you want in english
What are you asking exactly
I think if ur starting programming, one of those introductory videos on youtube will help
Are you hardcoding x and y values?
i would like to, but idk how
yeah use NSLayoutConstraint
i want to get it to work for me then make it better
/right
ok, well idk, il go figure that out
Getting something to work means writing the backend before the frontend, you dont want to make the whole ui with hardcoded values and then switch to constraints
Why would you
jus so i can see it then go figure out NSLayoutConstraint
If you want to design how it will look before making it, thats what a pencil and paper is for
when you hardcode x/y values the UI will look horrendous when it's updated with more content
NSLayoutConstraint ensures this does not happen
figma 
Im starting to move over to programs nd shit
its just the music player elapsed time thing, i just want to harde code the y and then like can i shift the x over from where it is?
like can i use a mix of NSLayoutConstraint and hardocded stuff?
moving up in the world
On god
man don't do that
Do not hardcode x and y values
Think about it
250,250 is at a different spot on an ipad than an iphone
even on iPhones
250,250 is at a different spot on an iphone 15 than an iphone 15+
exactly
ok
im already going to hell and i know i'm bad at uikit
Cgrect alloc init ๐ญ๐ญ
Ah
Cgrect joe = cgrectmake(250,250,250,250);
you have to use a function like CGRectMake or make it manually
The extent of my UIKit use is UITextView and UITableView and co. currently
If you use chad swift u got init();
So u were half right
do yall fw the vision or nah
"This ainโt your JS-of-the-week"
Donโt care still ass
is OOP the CGRectMake
Yes
To be fair thatโs the best part of UIKit
tfw failed to register coresimulator
You need to free up loads of extra storage
i have 80 gb free
@radiant idol any news on if OOP is the CGRectMake???
It is!
HOLY SHIT
are you sure?
installing iOS simulator on my mac:
it says its incompatible with this xcode version
installing iOS simulator on mac VM:
appleconnect error
welp
Hello dev, after I changed my battery on my iPhone Xs, my phone started to slow down. I was curious if there's ANY tweak that can prevent this, as it's just a serial number being read from the BSM (Battery Management Service), I held a iPhone 8 next to it, and it literally is faster which shouldn't be the case, as the iPhone Xs is 2 generations newer...
I tried to find a work-around, but that is not working. Found the .plist of the battery and tried to change the Serial Number value to the old one so it thinks it still has the old battery inside, but after a userspace reboot it just goes back to whatever serial number it was.
Have you calibrated the new battery?
It could also just be defective, and unable to deliver enough power 
From 0 to 100 yeah
I have this battery for a while
It's not the battery
Apple just breaks things down once it notices it does not have the original stuff
Do you have knowledge about this plist stuff? And why it doesn't persist after a userspace reboot?
Or why it does not stay whatever I've set there?
Maybe caue it a log ?
Itโs just showing not control ig
What?
I have also replaced it somewhere else, 1sec.
I think I have to debug where it reads this from
But how? I have really no knowledge about this stuff.
skill
Iโm on 16.1.1
Idk if anyone will ever need this but here
~~https://dhinakg.github.io/hex-v2~~
https://tools.dhinak.dev/hex
pretty self explanatory
lol goated site
gm
What the fuck...
Apple is so fucking weird
I changed my Battery's serial number to its original serial number, and still it says Unknown Part.
What how?
it is likely reading it from the battery and then storing it in the file
I've changed the serial number FROM the battery
stuff is probably not reading it from the file
uhhh gg
there's probably certs
idk much about third party parts though so take this with a grain of salt
Here I attached my battery to the device called Qianli iCopy Plus, then connected the device to my PC, and changed the serial number.
Even in the tool that we're not allowed to talk about says it's original ๐คฆ๐ปโโ๏ธ
Look
did you match everything one for one?
ok this program sucks
censorship!!!

๐ฆ
Read value was F8Y1052068QJT0QBP, so I re-programmed the serial number with the Qianli iCopy plus, and now it's the old value which is good.
Now if I changed the serial number, HOW does Apple decide if the battery is original or not? 
I don't think it's the serial number...
What would you want?
it might be checking manufacturer and dates as well
They're both the same
oh
-[BCBatteryDevice isFake]
Look at the date of the ex-factory value and read value
you try a restore?
huh?
yes
What's that?
No, I can't.
might be cooked then
What's this? Can you please tell me?
idk if thats all that's used
probably not
but it's an objc method
can hook it with a tweak

I don't have an IDE and stuff, never coded in C-objective either.
Its crazy honestly..
C-objective
New ! Important Battery Message Removed With Soldering Iron.
You do NOT need the welding machine now to fix this.
We once demonstrated how to remove iPhone 11 Important Battery Message two months ago. It took about half an hour and a spot welding machine was needed. In this video, we share an improved way, which takes only 3 minutes, much more ...
Look at this
You have to solder the fucking old BMS on the new battery cell in order to avoid this "Non-genuine battery" notification
@tender imp BMS
Apple is so shit with repairs
BMS!!!
?
anyone wanna watch party the 37c3 talk
itโs in like 12 hours
im so fucking excited
yeah
Fr
we UP
They wonโt get it ๐ฅ
im copping a 14 pro probably on 16.5
i'll get up early for it
iโm too broke for one
i gotta find one man
is dynamic island useful yet
hmm i was considering just getting a xs
16.1 14p 
use the ktrr bypass just to get rid of that stupid thing
fr
probably hook into backboardd or something
to get rid of it
i think its backboardd
use oop
is the dynamic island the oop
oop for the round cgrect
dynamic island freeze bug 
nah my shit stable
iphones are gonna look so cursed without the DI
actually cant wait to have a jailbroken island ๐ง
the only thing i use the dynamic island for is pausing and changing music
tweak it to add a goose on the island
RUNE IN THE ISLAND
NO
YES
BAD IDEA
malware in the island
ky
all i want is remove icon labels 
true true
ugly ahh shadows
iOS 15 changed the labels to have shadows instead of just black
trueee
16
on iOS 15 it's normal
Hmm
i wouldnt know
cowabunga lite?
wont work but i think he can use oop for it
is five icon dock the oop
(jb folder)
๐
jb folder always goes in middle of 5 icon dock
what is a jb folder
jb apps
is that like ur homework folder

does bolders work on ios 16
yes
jb folder is OOP isnโt it?
everyone got the jb folder
idiot
you're literally british
death to swiftui
zero swiftui apps 
so true
rip the 3rd app s0n
My favorite app, arm64e
๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ช ๐ ๐ค
that repring thing idk what going on with it
TweakSettings
poor antoine icon
w app
how do I get this beautiful folder view
this shit broke rune's psslider (or whatever it is) subclass

fixed in 1.1 fr
xina 2
trollspeed
its on chariz
idk where to put it
xina chat
right
.
tfw
.
Lack of space
6
@acoustic imp
7
what is the xina patcher classified as then
8
whats it called
@radiant idol oh they dont use the /usr/bin/killall they just `sh -c 'killall -9 backboardd' lmao
9
10
11
12
๐ญ
what
13
prob just set up the filter wrong tbf
WHO
well i mean
its not really 
pinamine
else derootifier wouldnt be
xcode lol
nvm
dirtypatch:
xina1
whats it called
i think its just filtered because its made by piracy people
what what called
folder view UI
yep
@radiant idol >8 apps
on Chariz repo
thank you
STOP CENSORING ME
lmao

- tweak settings (on my dock tho)
oh nah they used NSTask to call /bin/sh to call killall -9 backboardd 
that's weird
si
nightware
time to attempt to figure out how to get xcode to do it
icrazeware
Apple canโt connect you
who did this
uh oh, also NSTask doesnt work on Dopamine
uhh emoji
wdym what
theres the reason then
cool tweak @radiant idol
i can patch it out?
thanks
nstask to posix_spawn patcher 
jbdswProcessBinary:
๐ญ
nah hold on
I think its for a different reason
nstask is objc, just %hook it
oop it
yes
cant
why not
does dopamine also not have substrate
it bypasses the hook
hooking a tweak 

calls posix_spawn weirdly
i thought you said it was using nstask?
maybe this is the reason

/usr/bin/sh != /var/jb/usr/bin/sh
/bin/sh != both of those
uhh
/usr/bin shouldn't be linked to /bin iirc
I see it in /var/jb/bin/
lemme see if it's in /bin too
no
only df and ps
fuck this bros respring button ong
yeah that's what is in bin on stock ios
they shoulda done it properly
๐คทโโ๏ธ
where is the respring every 2 seconds
?
did rest of the tweak work or nah? i forgot
@radiant idol now patch nexus rootful to rootless
send deb
sure remove drm and then ill do it
tro
no need
i have a question: how do i use simject without ios simulator (this is a joke btw)
i think hider-of-root's patcher actually works on nexus
his patcher does it in memory
not static
nightwind patcher better
How to be funny
statur patcher*
real
night has a patcher?
Zeframpatcher
no
yes its oop
various #development and #1084320818231787552 contributors patcher
๐ญ
oop my beloved
๐ฅฒ

need adv dev back for non swiftui users
interesting edit
Aaronโt
What channel is that lol
Oh ok
yeah
yes
Yea i never got into that
real real devs only ig
Oh well
how i get it

oh nice i got ios simulator to run
you program in OOP
Leak
Yes
gm brit
i learn oop i get in?
Actually itโs gn
obviously, it's called "OOP chat" duh
only if it uses OOP
I just stayed up too late working on private jailbreak project
3 am
What if its something to do with like backups lol
yes. no OOP, no access.
"yeah code in an oop lang":
uses swiftui
Canโt wait to grab my cup of tea and watch a KTRR bypass be disclosed ๐ฅ๐ฌ๐ง
for legal reasons my last message was a joke
๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐ค
What is OOP
alfieJB iso 18 jb real
Hopefully real
cgrectmake
object oriented piss
its 14:45 CET?
๐ด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ ๐ค
imagine directly attacking a researcher with spyware
Three different answers
How stupid can you be
can I do this too
aye
no
span
I SAID NO
๐ฆ๐ฒ ๐ค
oh ok
AND I SAID YES
irrelevant uk country
if i make a ios 16 player tweak do i get chnalle?
yes you get chnalle
But mostly just find the install method
banned
Please

time to go look for possible ways to move a binary onto an iphone
why is optools arg system so trash
what is an optools
optool's
๐ค
funny macho tool
oh fun
opa tool
is that the zepellin guy
uses a 10+ year old objc cli arg lib
cring
well yeah the project hasnt been touched in 6 years
oop
lmao
bouta just make my own
and it still works (I LOVE OBJC)
@hasty ruin did you watch the Kingโs speech on Christmas Day โ๏ธ
no
ah yes my beloved unreadable code
fucking sausage fingers
look like str_patcher lmao
looks pretty readable to me
p
p is where to write
fr
what/E?GEKE:
p means pointer
thats too long
p is less chars tho
too many keystrokes
ITS TWO MORE LETTERS
p is less characters
two to many
therefore less code
its THREE TIMES AS LONG AS p
therefore more secure
THREE TIMES
wasting disk space...
THEY COULD HAVE WRITTEN LENGTH_LIM HERE OR SOMETHING
maxlen
BUT THEY DIDNT
ll or len_l
OR THAT
im done
can't believe nightwind is a fan of bloat smh
pointr
or
jade:
smh
pretty obvious
when i get devolper role
i name my variables char
i code in asm without comments so 
when you program in FOP
fop
ok ur done
to the timeout corner you go
when you give aaron a bj
you sound like capt
When you develop something

dont insult stat like that
i can and i will

deleting str_patcher
Why are we hating capt
making it a paid
Subscription based
Anyone wanna write an exploit for MDC2?
is it going to be in OOP
will drop mdc2 for sex
Yes always
oop exploit 
LOL
make it $4.99 per patch

write exploit in asm
pOOP jb
- tax
- fee
so never๐
tbf at least tesla man can write strings in objc
there's someone with dev role who cant do that

(icraze)
create ur cfstring table by hand instead
ky

Aaron jb
YOU'RE A CHEYOTE
what comes next
i think i do have it somewhere in Jade
lets see
nothing, it's two words
what are those words
do it in asm

Iโm going back to studying people
YOU USE SUBLIME????
real mfs do struct __CFString *joe
rarely
Use eMacs
and then mess up the struct definition *cough cough*
ok i am too lazy to look but what does an installation method for trollstore actually do
i blame capt
Emacs*
for no reason at all
i also blame capt
let you install ts
i also blame capt
last three pins in here are so good
GNU emacs + gcc + objc plugin >>> Xcode @radiant idol
literal horse shit > xcode
no no like what does it do? does it literally just place a binary on your device?
depends on the method
Can you use discord in VS with text editor on the same app window
if you try hard enough
what is heartlines
any1 else sitting on like 10 unreleased projects just sat in gh priv repos 
old Litten tweak, I was updating it for someone
my public gh is so boring
volPause
me
priv vs public
+1304 commits in privates repos type shit
gime
Always
There is an emacs key binding for that
no
and whats the reason it cant be installed with normal ios installation mechanism?
i got 2 whole ass jailbreaks in private ๐ญ
real dev
welp i just found something that might help with install method
bro really wants to get into the oop chat channel
im dead ass
@radiant idol python via gcc
isn't "bootloop" supose to be under u0 to ?
i made a tweak in python a while ago
why cant TS be installed the normal way exactly
rejected by what specifically
bc oop
y so big
here is something cursed
thanks
installd uses separate code-signing checks which donโt have the same bug as CoreTrust
wait its a new day
typescript can easily be installed
wtf did you do
swift.
๐ฟ
per day or 24hr
ok time to do something very stupid
@native orbit uh, the respring method seems to not be using sh
says day, idk
ok no its 24h ffs
You've exceeded the maximum number of messages you can send in a day. Please wait until tomorrow to send more messages.
oop ?https://www.youtube.com/watch?v=m_MQYyJpIjg good video?
This video reviews the fundamental concepts of Object Oriented Programming (OOP), namely:
Abstraction, which means to simplify reality and focus only on the data and processes that are relevant to the application being built; Encapsulation meaning that data and the programs that manipulate those data are bound together and their complexity is h...
lie.
iirc there was something about it not working as a random binary placed in an app bundle for some reason i forgot
yeah, i had a whole ass different thing in ida open 
ffs
can anyone tell me what that reason is
yummy
for real
lol what was it
jade drm
.
Rune drm
what was this reason
in objc, atributes are properties and operations are methods/functions?
I think of all of us, only alfie knows
attributes are properties and ivars and operations are mehtods
idk i already closed it
L
ivars are universal ?
?
like across all oop languages?
ivar = instance variable
ohhhhhhhhh
free froyo
iv
stop
i
any news?
_ _
Iv
ts2
Anything that's not a main executable does not get the exec bit set
Anything that is a main executable gets run through code signing checks
ivars are jus like numbers, or strings right?
anything
like an ivar could be a class
or an object?
@radiant idol run
so everything is an ivar
????????
run
I NEED TO GO
?
@radiant idol
RUN WHILE YOU CAN
? ? ? ? ? ? ? ? ?
need project ideas 
make everything an ivar
make life oop
true
guys how many old ios jbs we gonna see from this ktrr bypass
Vcam
Orientation lock for landscape
zefram + bypass

fix cstr refs
trol
although I think they're good
i have a question
its just being weird
i dont think it broke, we just found tweak that dont work
that's fun
does installd have the same code signing checks for those ios apps that have the apple watch apps built in or whatever
90% success rate would be good enough
same bin?
i see
?
the memory one?

alr lol
pinamine
u might need legacy abi thing for/with pinamine
tho
we're not talking about that
or u i think can manually patch a dyld or sm with the mac thing by evelyne
also barmoji is new abi
oh
that tweak even work on homebutton devices?
and by "manually checked" i mean i have a checker for it
it should - there's an option to put it up in the predictions bar
also RIP homebutton devices, apple will soon stop making them
although in the open source version something doesnt look right
in the ***** version the option is there
si
bottombar 
maybe
og rune
fr
rune pre alpha

classic nathan moment
Dallas Rootless please, I need the link
its the most cryptic way
i dont know how itwould bootloop
fafo

๐
tbf if i find a 14 pro like that on a good firmware i'd still buy it
i have a case on 24/7 anyway

yeah but still ๐ญ
nooooo
my replies
theres 3
14p
i cant see them bc signed out
i might've found something good for an install method tho
thanks elon
alfie says he has ideas for it
@hasty ruin just go to one of 234904 phone shops in the country
iPhone 14 pro 256GB. Great condition, BARELY used. Like New!! I purchased this along with my business line (14 Pro Max) and began to use the Pro Mac as my primary and business line almost immediately out of preference. 98% battery health. Cellular is ready to be set up. Will be factory reset when sold
https://www.ebay.com/itm/166377255209 - spectrum locked
an 16.1.1 tho
wtf do US sellers actually show the about page
alot do
we're just better
and most dont hide serial
nvm not the reason
i have like a few saved sllers that always put IOS versions
or is that with the 15 series
14
ah yes I love (basically) stolen property

oh dear, didnt see that
classic
@hasty ruin doesnt your country have a local marketplace
he's in the Un*ted K*ngdom
in person?
im away from home rn
remote ass area
@radiant idol about my UILabel thing, its an object right? so like when u make the object u must define the CGRect stuff. how would i like set it after it was created?
bruh i get black screen
i dont have fb so cant check marketplace on there
bruh
setFrame
seems like old abi?
new
black screen / no init
barmoji is new abi
oh
basically 
must suck
that zenith shit was installed
even the ***** version
frcoal
what about craigslist? (US thing?), or offer up?
imma restrap
mk
