#development
1 messages · Page 77 of 1
thats how you know he clearly knows nothing about computers and just thinks hes a genius cus he built a PC using LTT videos
tro
LMFAOO
also like
libwebp is not server side too
just fucking update chrome lol
oh I forgot about that
run discord from the browser i guess
@wheat grotto is that from a public server
also this is like only 20% true
no idea, not my ss
oh fr
lol
the hacker looking at my demon porn after i view a webp of a cat
funnymeme.webp - 20.6 MB
Image Transcription:
ATTENTION: You have been attack by Serbia Crypto Stealer ! This image will read all your crypto wallets and withdraw balance now because you look at it! Prepare to lose all your money! 🇷🇸
Is there a way to validate that I found the correct kernel base address (base + slide)?
Thanks ;))
0x...FACF only for 64-bit systems
- ill do that and see if it works
- yes 100000%
- yes i tested on rootfull
- dopamine, sileo (if thats what you mean), ipad air 4, 15.1
- when i tested the ctor hook
Yes
Can you just download it from appstore?
Ok i will send it tomorrow
Plus tweak?
There is no header
Well i dont need to guess, i dumped it
Cpp2il dumper
I do think its ellekit, it never worked even with other functions
And it did work on rootfull with checkra1n and substrate
I will
Cya thanks for your help too
Normal app from app store
@primal perch capt when the university cs degree doesn’t teach how to make a jailbreak from scratch 
capt when he can’t show off that he knows c (he’s better than everyone else)
ok send me zefram
we’re waiting
@grave sparrow hurry the fuck up
EXACTLYYY
you lied to us
It was released on the real dev server
hopefully y'all make backups like real devs 
what's a backup
You aren't a dev
gm drater
zsh: command not found: rev
imagine having util-linux installed
Imagine being a nerd and caring about this shit
When in doubt, throw slurs at @grave sparrow for lying about zefram
facts
@grave sparrow wen eta zefram 2 
now with double the bootloops
Question, uh. Is it still possible to dump decrypted apps on rootless palera1n?
I want to make a simple tweak for an app I use daily, and well, I gotta throw it in IDA or Ghidra for that
figured it out. frida.
I'm new to tweak development, does anybody know what the equivalent of an if else statement is in tweak development?
That depends on the language
I mean logos and objective-c
Yoooo
It’s my fav binja dev
who let u out of #random


the people wanted me here
what stops sideloaded apps from sending notifications? certain entitlements?
Yeah its new
No, for example uyou uses the same bundle id as YouTube but still can’t send notifications
I have a dev cert
and I’m keeping the same bundle id
com.google.ios.youtube
Step 1) learn basic programming
Step 2) learn basic objective-c/swift
Step 3: get theos and try to write a simple tweak with logos
step 5435} learn assembly
Step 4) progress
i know basic programming already
so objective-C and swift
ew
but fine
what macbook do you recommend @wicked summit
Well I've been rocking a 2018 MacBook Air
Don't exactly recommend that now considering it's 2023
okay
It's not like you really need a powerful computer as a developer
should i get a macbook pro or a macbook air
Depends on your budget and what kinda power you want
I'll probably get a MacBook Pro for my next computer
i would get this but the SSD drive is kinda small
okay thanks
get an m2 max 👍
m1 air used is fine
Tweaks or jailbreaks
tuics
what year MacBook
some of them you get an adapter and put in an nvme
2018
o yea i dont think you can
lol apple stopped using retina in marketing since like 2016
Oh I thought he meant writing tweaks not jailbreaks lol
good luck
so i know javascript, C, C# and python
how much c
do you know how operating systems work
and kernels
making a app based jailbreak is NOT easy ( for iOS 15+)
I heard you can hook on jailed with breakpoints, how does it work?
i know how operating systems work, not really anything about apple though
are there any guids to getting simject working for ios 15,16 sim?
the jailbreak in question:
fugu16
🐡 *16
We have kernel exploit
We have sandbox escape
We don’t need pac bypass
And we might have a ppl bypass upcoming
Here is to me hoping it doesn’t happen
This project was created with the intention of preservation
how do i release it i tried dealloc but it doesnt work either
@radiant idol ?
you don't need to
just remove that line
you have ARC enabled (by default)
k
whats that, like auto memory clean up sorta?
pretty much
lmao seeing this makes me remember that objc was pretty much my first time using oop
u knew like C before u learned objc? i don't know anything, should i?
Trollstore -1 eta wen
trollstore has consumed this man's life
not possible
why nottttttttttttttttt
no ct bug
what about on jailbroken
Appsync
appsync sucks balls
gg
- ct bug doesn't exist below 14
can I have an ios 14 device then? I'll trade you my ios 13 one
i don't have one
i have 14.6 one
what is it
1 or 2
1
dammit
worked fine for me

Isn’t there a trollstore tweak? I use it because appsync doesn’t work right with my model
Or does the tweak version not work on iOS 13
I just noticed that iOS 15.5’s release notes for the kernel match those of iOS 17’s notes for the kernel
So iOS 16.0-16.6.1 has possibly the same vulnerabilities as iOS 15
what are you talking about
did you even read the CVE
it's CVE-YEAR-ID
those are not the same vulnerability
help?
followed the github/chat-gpt
respraing.. nothing?
does the dy;d/plits files need to be singed
i DL it form a github
nothing either
trying to get simject working^
why not just develop on a real device
sims dont have all the stuff that real devices do
ik, i just want this bc i dont really have anything other than my main, and its anoying to have to compile, send the deb, install respring
you dont need to do that
and idk its like cooler
you can set up ssh and it automatically sends it to your device and resprings every time you compile
how?
one second
- install
opensshon device - add the root password on device
- find your local ip address in
settings > wi-fi > <current network name> (i) > ip address - in your compile command, such as
make package THEOS_PACKAGE_SCHEME=rootless, add an arg at the endTHEOS_DEVICE_IP=<your ip>
in order to not have to input your password every time, do this:
- macos terminal:
ssh-keygenthen ssh-copy-id root@<your ip>
@acoustic imp
Thank u
so for instance this is what my compile command looks like
mf censored a local ip
Stay safe around these streets
real

Was just messing around with flex on the LS, but could this be a possible like iOS 16 notifications backport? Like the just animation of notifications poping up from the bottom etc?
blud doesnt know boys a liar
i mean it's not impossible
It was proof typa thin
lmfaoo
it's already easy enough to just shift the entire notification center downwards
but then there's swiping down to hide, getting a counter and also focus modes
The hiding part is one thing I don’t like and causes a lot of bugs for it in iOS 16+ so I think I just am not gona include it
But tbh I just wanna try to get the grames like right, it’s hard to do on flex cause the just change back when you try to swipe up/thru notifications
Is there a way to not have this?
Like perma flex but for rootless?
@compact swift GM, I never actually finished fixing the HTML entities issue. Anyway this code works fine except if you try to delete a character (in any language) in the search field and press done then the app just locks up and eventually produces this in Xcode after about 20 seconds.
Am I missing something or is there an obvious issue?
This is just an extension of a string hence the extra bracket at the bottom, ignore that
But yeah it works fine except if you want to delete any character from the search field which is obviously a critical function
Stack overflow isn’t much help either
Context for others .
Bruh
I guess we need to tell invidious to fix it on their end then if this is the issue
Hmm that’s a pain in the arse
trolling
No it’s a pain in the arse not trolling
trolling
@grave sparrow is there an easy way for an tweak (for iOS 16) to get the kernel base? Tried looking into kfd and palera1n but it looks why to complicated ://
Im not sure if I did it right but I get an error 45 (not implemented) :// tfp0 works so I just used that for kernel read/write. But I couldn’t find good example on how to get the slide oder the kernel base directly :((
i mean it's using checkra1n's patches so there's tfp0 on palera1n
I cant find my last implementation using the libkrw approch any more but it wasnt that different to this :((
Is jailbreakd also used in palera1n? :))
That was the last version i used:
typedef int (*krw_0_kbase_func_t)(uint64_t *addr);
static void *krw_0;
static krw_0_kbase_func_t krw_0_kbase;
int kernel_base() {
krw_0 = dlopen("/var/jb/usr/lib/libkrw.0.dylib", RTLD_LAZY);
if (krw_0 != NULL) {
uint64_t base = 0;
krw_0_kbase = (krw_0_kbase_func_t)dlsym(krw_0, "kbase");
if (krw_0_kbase != NULL) {
int r = krw_0_kbase(&base);
printf("base: %d, 0x%llx\n", r, base);
}
}
return 0;
}
palera1n its already built in with the libkrw tfp0 plugin
How can I link this plugin and use it in my code? :))
the point is to use libkrw because that's what loads the plugins....
@manic willow stop fucking asking
@wooden yarrow i finally remembered to push my current code, i think you were interested in looking at it?
I'm sorry...
do it work
let handle: *mut *mut libusb_device_handle = std::mem::zeroed();
??
did you mean to put a null_mut()
it segfaults

this is with the null_mut btw, it segfaults on the same line every time
smfh make your unsafe code safer
regardless if its mem::zeroed() or null_mut
that most likely wasn't the issue to begin with but does show your skill level with regards to unsafe

cynder better
if i wasnt in rust i would segfaut so much more
@wooden yarrow i lie a litte
oops
it segfaults on line 32
list.set_len(libusb_get_device_list(std::ptr::null_mut(), p).try_into().unwrap());```
saw
you do know that libusb_get_device_list is fallable right
you have to check every single c function you use to see if it's fallable
because it's not returning results
fallable?
so its returning a bad value cause its failing?
possibly
ahh shit the a10 ipad is dea
again, please check every non-rust function you use to see if it can error and if so deal with them
can not test
true
to add error checking
for all funcs
libusb should have quite a lot of error returns
because it's a good lib
Returns
the number of devices in the outputted list, or any libusb_error according to errors encountered by the backend.
so defining it like
let mut list = vec![]; is prob wrong?
Me opening this chat and seeing it’s the same circlejerk every day
yeah true
TRUE
i love rust
i do not like using unsafe rust
not because of saftey
cause it doesnt let rust do the helpful errors
this is my brain
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. 😂
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. 😂
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. 😂
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. 😂
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. 😂
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. 😂
sorry enough not to do it again?
me when Bjarne Stroustrup's genius wit unfolds itself in my terminal
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. 😂
need to add a timer to this
development has no mods
rust will provide the useful error message after 2-4 business days
you guys can delete messages, self moderate 
We can’t mute people
any news?
any news?
Nah
This just in: r/jailbreak Discord user pesters developers about progress on something out of their control
they can control it wdym
They can't control when writeups or exploits release
Nor the amount of free time they have
there needs to be a role that just stops u from being able to talk in development
How about they find the exploit again and then make a write up themselves
I meant find the vulnerability for the exploit, mb for the wording
Ok, out of all the developers here, quite a few are security researchers
They rest have no info on the reported vulns, only one has a security research device (iirc)
Either way, it's still a lot of work to go and find holes in iOS and it's kernel. Just telling someone to go discover it again is basically saying to shoot blindly
It's zero luck and all skill
You seen to lack that and intelligence
what no I'm smart wdym
Bro is so sad that he has an alt account in the same server under the same name.
no hoes
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. 😂
Trollstore wen
It's not an alt, it's an imposter lmao
check their message history
no cuz like check opa tweet
Bro shut up
Trollstore when
Brother in christ. We need to wait for a writeup or someone else to figure it out
FIGURE IT OUT NATHAN
You will know whenever someone finds it
YOURE SMART RIGHT
I'm sorry
I managed to make my code use the libkrw installed by palera1n. However, I still get the same error ://
#include "libkrw.h"
mach_vm_address_t page = 0;
int r = kmalloc(&page, 0x4000);
printf("kmalloc: 0x%" PRIx64 ", %s, returned: %d\n", page, mach_error_string(r), r);
kmalloc: 0x0, (os/kern) let orphan continue, returned: 45
2099
Bruh
LMFAOOO
it's so fucking funny
he asked 20 times
opa clapped back and said that shit is annoying
he said im sorry...
then just came back to do it again LMFAOOOO
bro shut UP
I'm sorry
fiending for the coretrust 
I'm sorry!
sorry enough not to do it again?
We'll see
.

Got an awesome screenshot from it tho, I summoned opa
Such nice mods
he's not a celebrity
sure he is
bro said summoned opa
AAAAAAAAAA
no way
?
What
ah
blud went back to 2008

2020 development wtf
I tried finding an adequate insult but gave up
Which tweaks would this be
beta lock iirc
that one passcode tweak
Is there an insult for people like this
“ETA kid” makes a person sound bitter there needs to be a better term
https://github.com/kritanta-ios-tweaks/lockdown this one prolly
ETArd
Bro just wanted to promote their tweak
Lmfaoo
didnt someone make an actually good free one
Dunno about it being good
You’ve been given an elephant. You can’t give it away or sell it. What do you do with the elephant?
put him in my living room and invite guests over
food for a month
u would have to buy such a big freezer tho
true
only if you want it frozen...
how r u gonna eat all the meat before it goes bad then
we have to consider the practical concerns here elephants r so big
get shep to help
or just dont be a pussy and eat "bad" meat 
just get gud at eating smh

i'd teleport it right next to opa's house
elephant store for ios 19 real


they never said u couldn't rent out / lease the elephant
works in 17.0.2 thank you
fiore is typing
sad part is, knowing cynder this could either be trollstore for iOS 17 or a zip bomb containing every private header for every iOS version from 1.0 - 17.0.2
it's a
png
.DS_Store ==> Troll Store ⁉️ ⁉️


@silver rampart
playstroll confirmed
average sourceloc server member
oh hi serena
Hello that’s me
why sourcelocation left this discord
imagine changing ur @ and username :clown: vine_boom.mp3 :troll:
The last part killed me
“I will give you a kiss”
My classmate just sort of forced me to add him
so
ask if they use chapstick
Insidious
why
I have 2 costco hotdogs right now, does that count?
lmao
i just bought a macbook air 2020 for my jellybrick development journey
playstore ios port w3n
No they look ugly as hellll
cornless
wen can i install apks on ios
when i click ur profile my discord crashes
fucked up
it's some variation of that
fascinating
True
See, text <like:this> tends to resolve to something
(Eg, timestamps, mentions, emoji)
Whatever that is probably isn't implemented lol
no
update ur discord my guy

new ones are laggier and buggier
would rather not
(literally what this conversation is based on)
probably icraze
i am in a position to only rat out that it isnt icraze
i am not in a position to reveal that information
lest i invoke the orange name wrath
use it to host servers / junk / run docker infra its rly good for that
plug some fat hdd into it boom free NAS
i stole it
what the hell man
im cryin bruh this is funny
@steady nest im ratting you out, you dont get to delete mine

thats why u copy all of them onto one big 8tb one and call it a day
bros deleting his own messages rn
until it dies
then u can lose them in a more centralized manner
logs arent showing who deleted them anymore
the fuck did yall do 
no theyre still logging make no mistake
just makes it look like youre going schizo and deleting your own
aight @silver rampart enough is enough
its like watching someone drown in tar and repeatedly bob their head out
bro i did like 2 go away
rule 1 @manic willow
myb
this is funny
mf
help.
icraze
I WAS TESTING IT
icraze
how much is it worth tho for money
he said to
$38
ima use it as a NAS but if i were to sell it how much u think i could get for it
no one is buying an intel mac
aight yall chill out with the deletes at this point its just bullying 
it's*
this isn't even fair bro
you may send the nerd emojis now
https://swappa.com/listings/macbook-air-2018-13 not a lot esp if its used
he's on your side bro
why? it’s not that bad
the only thing theyre good for is being a room heater
it wasn't to him
and managing a NAS
it was to who corrected him
lmao true
compared to like, the recurring value you'd get out of it from having a nice macos machine to run shit on 24/7
BRO
rule 1
what about it
Hey @manic willow, have a look at this!
No discussion regarding Activation Lock bypasses or removing passcodes. Asking how to do so or posting about it is not allowed. The same goes for anything similar to this subject such as MDM profile removals.
nice rule 1
hackintoshes genuinely run better than any intel mac because people cool their pcs properly
16in 2019 mbp caused global warming
ON GOD
idk my 2019 mbp is fine
no global warming is fake
facts
my old 2019 would legit burn me
yeah it is, remove intel cpus and it goes away. Coincidence???
never had that issue
i think not
unlucky you
remove computers.
idk man, swiftui makes devices goes 🔥
swiftui causes global warming
my 2019 mba is okay
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
oh please copy the markup
christ
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
what will apple mother nature do with this information 
guys this is spam, that's against the rules!
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
swiftui causes global warming
oh please copy the markup
oh please copy the markup
snapdragon 8 gen 2 causes global warming
snapdragon 8 gen 2 causes global warming
snapdragon 8 gen 2 causes global warming
snapdragon 8 gen 2 causes global warming
swiftui causes global warming
i will delete your message
swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming
i will delete your message
pls papi don't
swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming
A17 Pro causes global warming
A17 Pro causes global warming
A17 Pro causes global warming
markup fail
A17 Pro causes global warming
swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming
STOP
HOLY SHIT
nexus causes global warming
a17 pro causes global warming when rendering swiftui tables
a17 pro causes global warming when rendering swiftui tables
a17 pro causes global warming when rendering swiftui tables
nexus causes global cooling
a17 pro causes global warming when rendering swiftui tables
nexus causes global cooling
a17 pro causes global warming when rendering swiftui tables
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global cooling
nexus causes global warming
nice sound
yes
froyo causes global warming
ayo
swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes
swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes
swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes global warming# swiftui causes
vendetta causes discord crashes
Use UIKit to stop Global Warming
art
Use elecu to stop Global Warming
You wanna see me use my admin powers lol
yes
Use UIKit to stop Global Warming
use Objective-C to stop global warming
w3n et4 cooler tweak
_ _
_ _
_ _
_ _
ok it has been replaced
🤝
message
message
How can i get the kernel_task and kernel_proc using tfp0? I know that i can use an offset to calculate the missing one after i found the task or the proc, but wich one is the way to go? :))
find kernel_task sym and read that with slide, read that + bsd_info for proc 
kcache
what ios is for
like which exploit i mean
Iam just trying to write a tweak and could use tfp0.
When i use the tfp0 i get an kerneltask but its an different one from the one i need for calculating the proc, issnt it?
task_for_pid(mach_task_self(), 0, &port);
So i need to search for the offset from the kernel base addr to the struct? :))
How can i find the offset? Using something like https://github.com/tihmstar/libpatchfinder or ida and the kernelcache? :))
And how did you come up with 8 bytes?
Thank you so much for all the information ;))
Am gonna try to dig into this :))
find the bug and turn it into an exploit
and now how exactly would I go about doing that
Reverse engineer shit
oh
bang your head against the wall
that's all that "reverse engineering" actually is
bruh
any news on ts 16?
christian they're fed up with me already, don't make them more angry
roger that jason
There is no such this as "reverse engineering". That is the stupidest and most pathetic lie ever. Stop being disrespectful & insulting to Engineering. You know nothing about what Engineering entails. Engineering means designing, building and producing real mechanical systems, like turbojets and vehicular engines. It has nothing to do with clowns sitting behind a keyboard and decoding/programming/deciphering etc. Software dev is easy and for young kids and teens. And it has absolutely nothing to do with a serious and real subject like Engineering (Mechanical Engineering is the ONLY Engineering). Quit making false claims against engineering you. And stop being disrepectful to real engineers (Mechanical Engineering is the ONLY Engineering, PERIOD)
uhh kernel_mount not working
it was me, i broke it
Unbreak it


not until capt releases zefram
fuck
We're doomed
That means you have talked here too much
Oh no
Mine means I am too far gone
Yeah true
hmmm
I talk in development more than like all the other channels
Based
Your means you have a severe lack of mental capacity
💪💪💪
We have ZERO mental capacity in this household
aaron is too far gone prime
any news?
filter*
you cant refund it
yes i can
(i am not refunding the tweak, i am in-fact breaking into the chariz money vault)
too bad i got paid the other day
@lime pivot someone is going rouge
i will chargeback 
i hacked into your bank
tbh it got bad when i started watching one piece
im a gay republican
Aren’t we all
i’m not. i’m a libertarian with 19 chromosomes
hey guys
rip
what did blud do
idk man lol
bro trying to translate my app but i hardcoded some strings instead of using localised keys (i was testing stuff)
ohh
can't u just convert them to be localized
a shit laod of effort
lol
^
dom
wtf what about me
i meant the pixiv link
oh
idk if y’all know what to look for
i know exactly what the problem is but my ass is NOT working on pixiv in school
@grim sparrow does this look nice :3
why is ur nav bar translucent
make it transparent
i scrolled down a bit by mistake
i should put the lossless badge there in ipod too
did you realise i need to stop using String and use LocalizedStringKey
false
the string param for this needs to be a localizedstringkey type
Localisation is such a pia
Creating a bundle instance for every string call is fucking crazy
cache that shit lol
^^^
my ass is not working on the pixiv client in school
lol
You could lil
like
Make a static var for chosen locale in bundle
And cache it + the bundle for that locale there
That’s what I did
will do
Me doing my assignments that are due in 50 days
Just so the circle goes green instead of yellow
@slender glade meow
me
Looks really nice

lol
Make them a bit smaller
fair
but
Don’t we all
Plx just spawned out of nowhere bruh
using buttons as a database
I’m awful at all forms of art I swear

CLASSIC AMY MOMENT
last year
lmaoo
Me too
true
smash
awooooooooooooooooga
very happy with my sf symbols app bc its crossplatform
can you use this on the apple watch
no

REUE
TEUE
TUE
OMFG
YOU KNOW WHAT IM TRYING TO SAY
crusty
.
Do women get boners with their tits
old songs are best
some women
@grim sparrow for some reason mpmediaitem’s release date property is always nil
Don’t answer the question it was rhetorical.
so unfair how they have both
not for me
i had to do something special to get the year of release
this was the only album that was not nil in my library
rip
Bro actually reads the documentation 😂😂😂
Fool
Why r u doing this tho
Most of the time ur not gonna be instantiating it yourself
SwiftUI automatically uses it when u pass in a string literal and that’s all that’s needed mostly
Okay
I think ur doing it wrong if ur learning about localizedstringkey manually
wait so why is it that not all texts and buttons can be translated just by putting them in the xcstrings or whatev
Sounds legit if you ask me

@torn oriole PLEASE
Nathan why don't you like me

flower made a viewbuilder function that only accepts a string
@untold quiver shrimple as that
pushed
time to troll Apple
You got the same function twice or is this a diff?
I never thought I’d be asking this, but is it possible to include SwiftUI in a tweak, like hook a view, add a button, when thay button is pressed display SwiftUI
view.addSubview(UIHostingController(...).view!)
anything is possible if u believe
yeah I believe C++ will fully replace C
Ask source loc

Figure out how he uses that view. Doubt it’s any different

i didnt know @shrewd smelt was republican
cock

any news?
@hasty marsh are we supposed to laugh
don't we all








