#development
1 messages ¡ Page 507 of 1

Did you just have this lying around
đ
That was a real radio broadcast
lmfao

on girls thats basic
thats just some ye shit
i love your titties because they prove i can focus on two things at once


I remember when I spent like 10 minutes doing ./wiki-proxy.py
Trying to figure out why it wasn't working

@slender glade no child left behind
cant you chmod +x it and do ./

Some do
its not a binary
hmmm
bruh
tro
how do I get a symbol from an image from memory?
^
I tried using MSGetImageByName to get the image but it returns null
Lmao
Thatâs what libhooker throws if you use substrate stuff
Specifically MSFindSymbol
it's a little agressive
Just a tad
slightly
k
ok
are you sure youre using it right?
ÂŻ_(ă)_/ÂŻ
I did MSFindImageByName("UnityFramework");
should I use something different?
afaik what you're doing is trying to find an image at root just called UnityFramework
yeah you need to specify the path to a dylib
yes
eg: /usr/lib/libSystem.B.dylib
idk what this actually means
i just wanted to seem smart
i prefer my hooking platforms with a little bit of repressed anger
Corellium
Or use simject on an XCode simulator
It doesnât have all of the features but it works for testing
Corellium is moneys it looks like, I'll go a head and try simulator
Keep in mind Corellium is very expensive
https://github.com/akemin-dayo/simject
should this work with xcode 15 or whatever monterey's xcode version is?
oh right Monterey is 12, ios 15 is 15 lmao
XCode 13 is the latest XCode
why, apple, could you not choose a consistent naming scheme
It is consistent
Number go up 1 every major version
M A C
S

segmentation fault moment??
changing where a char * points to somehow writes to an arbitrary location
#define spi_nand0_t 0x100017246
char *platform_blockdev_name;
int func() {
platform_blockdev_name = (char*)spi_nand0_t;
return 0;
}
where the hell is 0x18001C000 coming from Im just trying to point to 0x100017246 for a char ptr

why don't you give feedback emote spammer
Because my fake it till make it skill isn't working
Whats the address of platform_blockdev_name?
0x18001C000 is somehow the address of platform_blockdev_name
but that makes no sense
why does it not?
How would you expect it to work?
Then don't make it global
But even still its going to write 0x100017246 to a stack address
ah I use it in two functions tho, so global was easier
yah
I just have a local var in each func set to that address
works fine
With swift sqlite3, if I am accessing the database from multiple threads, should I use a shared instance, or allow multiple instances querying data simultaneously?
depends on what you are doing
^
that too
if youre looking for efficiency multiple instances but if youre looking for efficiency shared instance
Essentially I write to my database very rarely, just to update it. The rest of the time it is just to read from it, one query each. Right now when I do a shared instance it does crash, which I will fix. It's more if its better to do one or the other. I don't want to fix something I won't be using
isnât this the same concept as if you make a new variable int *i = new int; int i is allocated on the stack while it points to a variable on the heap.
i itself is not stored on the heap
it's probably not even on the stack, id assume it just gets moved around in registers
yea idk if i understood the question. i think it makes sense that platform_blockdev_name would have a different address if that was the issue
yea.
which is what i think you trying to say
exactly. its the address. platform_blockdev_name would be not be the address you make it point to. if that makes sense
why does the compiler choose that lol
where are you passing the value
can clearly tell hes not a c++ chad because i do not see the use of auto for every single variable 
i just spent the last hour wondering why my tweak wasnt injecting into the specified app until i realized i had it spelt wrong in the .plist

innit
I use waher() not water()
Daily reminder to put using namespace std in your header files
thats a hate crime

whats the modern c++ version of vaargs
No clue
cuz there ain't no way Im including a c header file in c++ code
if you do that you should be banned from c++
So I should be banned cuz I am using libimobiledevice 
It has been a horrifying experience trying to work with it in cpp
Guess I am not a c++ chad anymore 
Just introducing the concept of oop to code written in c is kind of difficult if that makes sense. Letâs say you make a device manager class . If you plan to use the event subscribe callback function which I would hope you would. Then you would have to make the callback static since you canât pass a method since in cpp you cannot cast a method to a void pointer (you can but why..)
Thatâs currently what I am working on right now so yea working with c libraries is weird. Just like working with glfw or OpenGL is weird in cpp for me personally
Since I never really experimented with a procedural Lang
nothing is slower than Theos without parallel building
that shit is annoying as fuck
@hardy glen sadly I I can't figure out which compiler version supports c++ 20
im on mac I dont use windows
damn. yea i havenât been on mac in like over a month
question. on mac, g++ is just symlinked to clang isnât it?
Yes
there no reference to text there
yea . i have no clue, i have been slowly moving towards windows currently because of a secret project 
also because i donât like using qt creator and wanted to use qt vs tools paired along with visual studio
windows ecosystem is just bad
yea true, the amount of times when i copy something on ipad or iphone and try to paste on my computer and realize i am on windows lmao
the way they went about windows 11 does not feel right either to me idk why.
why are they still using this drive identifier and backslash garbage
why can't it just be zsh or some shit
command prompt bad
windows is getting worse with every release
command prompt only good if youre too lazy to set up a wsl
you just reminded me, theres this good youtuber apart of windows dev team from years back. i canât fucking think of his name
i dont know man
he even has like advanced cpp series i think. and i ve been using wsl and i love it.
and why does systemd not work in wsl
dave?
i know you can like use a custom kernel and make usb work
honestly just get a virtualmachine if you wanna run linux stuff on windows, works INFINITELY better than wsl
YEA dave
daves garage?
yea, i watched a video from him way back and i forgot his name
vms are trash which is why we have docker, also why we have kvm
what makes them bad, out of curiosity?
unix you mean?
they work fine to replace command prompt operations
i cant bear to use command prompt
https://www.google.com/amp/s/kumekay.com/compiling-custom-kernel-for-wsl2/amp/ i saw something like this
I would like to use USB devices inside WSL2, however, it doesn't support USB pass-through yet. VirtualHere allows to pass USB devices from windows to WSL2 through the network but it requires USBIP support from Linux kernel. Unfortunately default kernel provided by Microsoft doesn't have required components built-in. So let's
vms are bad because they are hard to setup and gpu, usb passthrough is fucking annoying
ive found it fine, but maybe i just have more experience with them
gpu takes like 15 minutes to configure at most
lmao
but the wsl equivalent on mac is docker with vbox drivers
depends on your use case i guess
super clean env
I just boot docker machine which boots vbox then I run the command and get any linux shell
you can use neovim on wsl, i am happy 
which fucking sucks. i remember trying to mount my apfs drive and then resorted to using the paragon apfs shit
i donât even think wsl can mount external drives last i tried
nvm i might be wrong about that
i know with windows 11, theres integrated support for running gui applications
which is fucking nice ngl. i personally use vcxsrv which falls short at times, because apparently my laptop is not supported by win 11
Also, even with setting up theos with the swift toolchain, it gave me no trouble. Which I know people have issues on wsl. Personally, I have had a good experience
https://github.com/mintty/wsltty check this out as well. Paired along with tmux, this is nice asf
@grim sparrow
Nfr
@slender glade still the funniest shit to come out of 2021

Hi people, I'm trying to build an app. I don't have a dev account. Only a free account.
Since I'm jailbroken there are at least 3 different ways to install the app on my phone and get it working. My main issue is getting Xcode to build my app.

killall Xcode
cp /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/SDKSettings.plist ~/
sudo /usr/libexec/PlistBuddy -c "Set :DefaultProperties:CODE_SIGNING_REQUIRED NO" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/SDKSettings.plist
sudo /usr/libexec/PlistBuddy -c "Set :DefaultProperties:AD_HOC_CODE_SIGNING_ALLOWED YES" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/SDKSettings.plist
@cursive loom try xcodebuild from the command line
@cursive loom
woahhh
nvm
Do what cryptic sent
what does this do
disable codesigning basically not able to do it through xcode
oh yeah codesigning
because apple are nazis
I tried using xcodebuild but I'm getting this error error: No profiles for 'com.testing.nfc' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.testing.nfc'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.
Is there a way to skip signing?
use commandline to build instead of xcode
or change codesigning identity to other, delete text
I'm using commandline
if you are using command line do what the error said?
did that but since this isn't something that can be fixed automatically, it gives me the exact same error
-allowProvisioningUpdates tries to find a matching provisioning profile
I'm now getting this error: An empty identity is not valid when signing a binary for the product type 'Application'.
change identity to Don't Code Sign
so do I select other and then paste Don't Code Sign?
yes
sure you can
go to project settings and add a custom key, CODE_SIGNING_ALLOWED=NO
although the keys youâre setting there would be better if they work
after changing to Don't Code Sign I'm getting error: Signing for "BlockchainSecurity2Go" requires a development team. Select a development team in the Signing & Capabilities editor.

No loner coder allowed smh
try this @cursive loom ^
thanks, build succeeded
on macOS is there a way to check if a iOS binary has debug symbols?
Ask it nicely, âhey buddy, does this binary have debug symbolsâ
I've tired but my LANG is set to spanish
decrypted it, yeah @grave sparrow
I've found & downloaded the test flight version of the app, I was just wondering if it would be easier to reverse
of course
actually nevermind, my tired ass yesterday copied the wrong directory when globbing the filename
@grave sparrow while I have jtool decompiling the app, what next?
jlevintool
llvm-dsymutil does exist outside of macOS
you're right, thanks.
the difference in symbols from the test flight version vs App Store release is ~10, so I'm guessing the answer is no
I was digging through google and found the link for the test flight; couldn't find anything on test version being a debug build & was just curious
TestFlight builds will pretty much always be release builds
likely the exact same binaries they later submit to the public app store
đ
couldnt i alternatively hook the view controller and then check if the nextResponder with a isKindOfClass?

well in that case
im doing something else now
which is why i decided to look back bc i didnt feel like asking again
dpkg -b
Thanks 
@indigo peak do u know how to get the bundle ID of an app
Doesn't matter if it's obj c or swift
like get the bundle on runtime?
yes
i think NSBundle has a property of bundleIdentifier
NSString *bundleID = [[NSBundle mainBundle] bundleIdentifier];
i think
thank u legend
so swift would
be, correct me if im wrong
let bundleID = Bundle.main.bundleIdentifier
No Xcode so no way of checking but that's most likely true
Docs exist outside of xCODE btw

@tepid olive hows the swift tweak coming along?
rip
have you made any major progress
i sorta gave up with the swift
so i went back to objc

trol
idk i feel like theres a learning curve with swift and its def not good to start learning by making tweaks
there is a learning curve with objc as well but I guess that one doesn't matter
shhhh
How would I dynamically swap the scene during an apps lifecycle?
I have a Stateobject, but when the state changes, the scene does not swap. I'm beginning to wonder if I am barking up the wrong tree
Figured it out, to many instances of UserDefaults, and the state change was not being detected. I added a temporary bool for the lifetime of the app, and then after that UserDefaults detects the change
just understand the docs bro
Of course, how could I be so blind đ˘
its ok, we all start somewhere
lol

all you need is xcode/hackingwswift
to start off
swift is honestly not that hard once you get used to it. you ll find it easier at times
swift is easy but kinda confusing when you come from objc i think
yup it is. you just have to be open to understand new concepts even if they donât make sense at the time or relate back to your previous learnings is what i realized
dk if that makes sense
I was gonna say someone should thin Xcode to just include the compiler toolchain, the SDKs and FileMerge. Then I had an actual look at what takes up size in Xcode.
23.39GB are simulator runtimes.
Out of 29.54GB.
That's 79%.
Xcode would be 6.15GB without them.
What the F U C K. https://t.co/FPG4jRQcQT
all fax
troll
fr
Those Simulators tbh are pretty trash if you don't have a decent macOS machine
how do i install pirated ipas in the simulator
ipa install piratethonk
write tweaks in english
Am I the only one who uses the :<line-number> command in VSCode to jump to a specific line?
It honestly saves me so much unnecessary scrolling.
- command + p
- :34 to go to line 34 https://t.co/3WNfK9HIyk
918
WTF
@restive ether 
that exists?
i didnt know either but apparently it does
that's epic!
Lol ya
<line-number>G supremacy
Based
fr
people don't use vim exclusively???

does anyone here have some C# dotnet experience
i want to make Y/N prompt, how to combine string and boolean
wym combine string and boolean
okay so i want my C# program to input something, and then ask if they inputted it correctly via a Y/N prompt
kinda like using apt, you get a prompt that shows y/n
something like that
if (MessageBox.Show("title", "message", MessageBoxButtons.YesNo) == DialogResultYes)
gotta love built in c# shit
kap
wtf
better java
using System;
namespace UserInputTest
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Username:");
int username = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Did you input this correctly?" + username);
}
}
}
Worse java on gotti
c# so weird bro
true
yeah so do ReadLine and just check if it's Y or n lol
i don't need to use bool
skoop
gm
no Console.ReadLine() returns a string of what you just entered
@lethal ice has your windows UI abilities improved
it only becomes a bool when you check if it's yes or no
bro
Go!
bitch u make something better
how about u remake it better then
then talk
ok give me Mac
u donât need
i made that in visual studio
Mac or Xcode

xCODE for windows UI? 
fruhh
i'm getting CS1555

something about my csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp5.0</TargetFramework>
<StartupObject>Program</StartupObject>
</PropertyGroup>
</Project>
u shouldnt have to touch those files
yeah replit does not like namespaces
fr
I shouldnât be complaining about suggestions, but I love the people who are suggestion things for gameseagull without actually considering if itâs possible or not
Like at all
not related to gameseagull but someone already made a much better frgui but it's in Java rather than c# so take it with a grain of salt 
Specify that the Int is 128
Var ok:Int128 = 292939933939939393939393

i like c#

double can store up to like 300 decimal digits or something
but a triple can store 3x that
its probably exponential not proportional

yea so float stores like 38 digits, double is over 300 in just double the memory space 
fr
@tepid olive download the tar
GNUstep tutorial jow
@lethal ice mean, neither float nor double store digits
then do tar -xzf swift.tar.gz
đ
well yeah but you can store the value and convert it to an int
swift-bin
I tried like 4 times today
no like install swift via apt
yes bro
ik what you mean
It's not there
It downloads python stuff
lol
some python library
like the binary version
This may suggest the existence of an overdog data type
Binary builds of the Swift programming language

Lmfao
boymoder_spin
Is the dev of Starfish in here?
good talk đ
yes
woe
i had my name as donto for 2 days
its just unlucky you decided to change your name on one of those days
better
Luckily im resourceful
love it

i do a little trolling
TRUE


https?
**hash

Do you know his @?
@ ayden?#0001
hashes don't encrypt anything
lol
I think I'm trying to say I don't understand your question and what you're trying to figure out
what would they be hashing/encrypting?
my super sick tweets
my super racist a sexist dms with cam
yes
.
After toiling in neovim-as-an-IDE land, I recalled that I'm a programmer, and abandoned it for VS code.
I could spend hours tweaking it, and at least for me, that's a bad thing.
Decked out vim not equal to good coder or something.
i saw you typing that out for 2 minutes 
invest snapper 2
invest in your mother
and you forgot the emoji, thats 2 Ls
who?
i would but i donât want my teacher having a talk with me. i really want to flame them rn ngl
Nah just say its from me and its cool
âHayden says ur a dorkâ
He can have a talk w me

dork
i am gonna come back with a ban from the server. That kid swears hes a pro or some shit writing batch scripts lmao
tell him to make batchomatic 2
not even isecureos can save him at that point

i use to be that 11 year old script kiddie
i took down my afterschools wifi via netcut one time
i would write batch scripts and hide them as programs
youâd see the undertale icon, but clicking on it would shut down the pc
maybe thatâs why iâm now into coding 
i also reset the admin password on the school lab computer
if my old middle school is reading this please donât sue me
cant relate bro, i used to rat my school computers
ah yes
tbh I didnât know what ssh was until I was 13
and I used teamviewer previously for the little trolling
i also reset one of the 2017 iMacs admin stuff
very nice exploit
thank you single user mode
When itâs on a default repo
How do devs learn how to find and exploit arbitrary code and kernel exploits without open source code or something imilar to learn off of?
open source code as in like
Open source code from iOS?
Or from other exploit developers?
Okay, since the kernel is closed source, do kernel calls from the open xnu work, if not how did someone learn what calls help with arbitrary code execution
well yes, i mean more for things like pac and such, sorry its 4am here and im not being very specific
And the whole point / objective of exploiting iOS is to reverse engineer it, even without knowing things from before
this is like asking who came first
The chicken or the egg
fair enough lol, so they basically just use knowledge already gained from other bugs/developers and the kernel itself and just go after it to learn new things about it. Is this the same for PAC? I figure that is closed source so how did we figure out how to bypass that? Does it take kernel calls as well?
PAC bypasses? I honestly don't know a thing abt how they work
@vivid dew didn't you make a pac bypass
for chimera
Fair enough lol, I will hope someone else responds, thanks for your help tho!
Your welcome
stfu
If anyone wiht more knowledge sees this after the conversation changes feel free to PM me đ
(that was to @slender glade, i did not wish to be disrespectful to any visitors)
yes
hope you die
tr
iangle

put it on dynastic
Ok so hear me out, i make a repo, and then you make it a default sileo repo 

Starting in October we will be accepting packages from any repo in Canister
Pogger, I shall be awaiting that date
@vivid dew chicken nuggets
hey, iâm trying to make a test app using some private apis, but Iâm unable to get a hold of the original .framework files since my device is not jailbreakable. would anyone happen to know where I can find those?
I already have the headers, but i need to find a parameter type which classdump defines as id
I guess you want to get ahold of an unencrypted ipa file
pretty sure you can access /System/Library/(Private)Frameworks on an unjailbroken device with iSH
mount -t real / /mnt
ls /mnt/System/Library/Frameworks
you can pull the dsc too
Because its a cache?
macOS is obsolete so they didn't care about where to place it on it.

Macos had the dsc before ios tho?
If i remember right
Yeah it was made to be a temporary OS


amazing, ty
yep, trying to figure out a parameter type which class-dump only gets as id
or log it
log it?
i don't think thats possible on an unjailbroken device
unfortunately yes
its in the NearField framework, and I don't think the specific method is used anywhere I can voluntarily invoke at least
So getting the hook to trigger would be hell, I believe
Is it too difficult to figure the types with Hopper?
scp is running rn, lets see how that goes
what are you trying to figure out?
I have all of NearField and its submodules all done
Whoah, really? I'm actually just looking around for possibilities, since I've always been interested in iOS NFC. Would you mind sharing it with me? đ
In a bit
I will open source my tweak after release which may also help you
neat, ty
Imma keep trying to figure it out, sounds like a good way to learn more about ios internals
'd you mind if I dm'd you for some help tho?
feel free
ty
@lime pivot you usually know this kinda stuff
So i've got a project that spans multiple ios versions
(no its not translucency)
so private class names change over time
so to get it to work on, say ios 10, after a class is removed, i have to compile with the ios 10 sdk.
so i have an xy question but i also have an x question
the first question is, how do i do multiple builds with different linked sdks in a makefile
Just by seeing your first two messages I wanna throw a punt at this chunk being useful 
the second is, is there a better way
Ignore me if not
this is the imessage thing, so i have to link with the entirety of the frameworks
here- ah, https://github.com/ethanrdoesmc/brooklyn
i ported it to ios 10 and it is very fast now
thanks anyway, i'll keep that in mind for tweaks

i may just have to make a common framework or something and do two versions of this project
they basically refurbished chatkit in 10
probably better for maintenance to do multiple projects anyway
ease the overhead of backwards and forwards compatibility
Unrelated but please type faster bro

youâll have to speak up Iâm wearing a towel
is it possible that you could be fine with a single binary and weak linkage?
has anyone ever worked with ChaChaPoly in Swift with CryptoKit here
Yes you
the downside is you can end up relying on symbols that arenât actually there at runtime, theyâre just nil, because dyld wonât check that for you, that becomes your responsibility
but the upside is if a symbol can be in several places, you just weak link all of those places and eventually one of those will be loaded
is it possible to call touchDownAtPoint and simulate a touch
or do you have to do more
Lucy probably
whatâs weak linkage?
hmm
to do that you would need to manually add -weak_framework IMBlah to LDFLAGS
any downsides?
remove it from MyThing_PRIVATE_FRAMEWORKS obv otherwise itâll still be strong linked
IMBlah
ah, so youâre acquainted with the insanity of iMessage frameworks!
lmao
2% battery brb
f
shut yo ass up
true
@lime pivot how do I add a .framework to my project? Iâm building an app with Theos
in your case what I think you should do is grab the appropriate tbds from old sdks and put them in the project
Actually already been doing that
so you can then do -weak_framework $(THEOS_PROJECT_DIR)/frameworks/IMBlah_iOS9.framework -weak_framework $(THEOS_PROJECT_DIR)/frameworks/IMBlah_iOS10.framework etc
oh good call
you can use paths with -weak_thing for some reason so can totally recommend doing it that way if it feels cleaner
itâll just be nil
and Iâm sure you know objc is very forgiving of nil (unlike Swift)
true
so possibly nothing happens, but of course it depends what your code does with that nil class exactly
letâs just say that my code and IMCore make it to home plate
Does @fallow rockilable work on iOS 8, and also does it do what Iâm looking for? I heard someone say that itâs a compiler thing
sorry Ava lmao
maybe a cf version check
I just hate to use magic numbers
maybe Iâll #define
when I say that, specifically what happens is the lack of the internal function @fallow rockilable compiles to makes it assume true
which is so silly
lmao what
lol, sorry again
why would they do that
đ¤ˇââď¸
all they had to do is make it compile to be false if itâs not there
literally available the available tag
in Cephei I have to wrap iOS 12+ features in both @ available and a CF version check
because the compiler forces me to use @ available for iOS 12+ additions
but then I need to check that itâs not lying to me and about to use an iOS 13 symbol on iOS 5
i am currently hyped for the highly anticipated rewrite of cephei in the swift programming language version 5.5
it seems like they just stopped caring for iOS before 9
thereâs been a bug since Xcode 1.0 that binaries for iOS < 9 donât work on those versions
that would be Xcode 10
my phone has decided whenever I say 10, I meant to say 1.0
yeah iPhones werenât even conceived when Xcode 1.0 came out đ
iOS 9 somehow feels like a turning point in iOS even though it was relatively small
like something changed
but I eventually figured out the workaround was a linker flag that disables it from using an iOS 9+ feature
so Theos now applies that flag for you
*only when targeting iOS < 9, I should say
basically I just fixed Appleâs bug for them
@lime pivot yes
yes
yes
yes
yes
no
hi developers
hi evelyn
.
.
does anyone else have the feeling that youâd like to start a new project, but you canât seem to think what you should do
YES
that's me daily
until today, I started watching some talks about ROP and arm64 exploit development, it was rly fun
what can I do to get out of this state
idk if itâs burnout, or iâm braindead, or if Iâm just distracted with other things
I havenât made anything that lasts more then a week in months
iâm just asking for developer advice
all 3
hah
it can be burnout, but honestly, not knowing where to start can happen a lot
it's tricky to "fix" that feeling so don't feel bad about it. best advice I can give is try to not get frustrated, realise that ideas can come sporadically, especially while your mind is more relaxed. just need to give it time
speaking from personal experience it may also show that you have an undiagnosed mental health issue, but don't concern yourself with that one so much unless it keeps happening over a long period of time (years)
Does anyone know what package provides libnet?
i donât think anyone has done libnet, i could probably ask someone to do it for procursus at least
That would be great, I found one off bigboss and it surprisingly worked, even included an arm64 slice and a static library, so I can just bundle it into my tool for the time being. If I ever get around to compiling it myself, I'll add a pull
the makefile looks simple enough so i canât imagine itâs too bad
No I'm sure it's not. I just have no idea how to cross compile đ
@grim sparrow sileo used to use cocoapods for it's depends right?
wrong channel. but technically, the "exploit tool" description is right, that's what jailbreaks are. but if you downloaded it from https://unc0ver.dev it's fine. unc0ver itself is safe, the reason the antivirus triggers on it is that technically the same exploit that jailbreaks use could also be used for malware. but unc0ver is not malware.
It used to be but I hate pods so I moved it to SPM in like February
How do you get rid of cocoapods from the project
like 100%
Delete the pods folder, delete the podfile, delete the workspace, delete the run scripts, search pods in build settings and remove any variables
Thank you

thatâs what Iâm saying
what
she said âdevelopersâ
yeah?
why are u pinging me
why are u pinging me
because i have something to say and not "."
okay
https://twitter.com/eveiyneee/status/1436135374099726339?s=21
@indigo peak i used u in a screen recording 
.
Iâm going to ask that you take this down, I did no consent to you recording me

this is what is shows while sending
Iâm dumb
I thought that picture I sent was something I sent in #development not #general
But also
@unknown user
oh yeah that's a bug
rip
i gotta request more users, im not requesting the mentions
ah
basically i can request user objects from user id
Is accord technically against tos
yeah
f
i wanna make a windows version sometime in swift
Accord on Apple Watch wen?
hackintosh lol
It would be cool if theos could compile apps to watch but like
it probably can
true, Iâve never been successful with making one before though
just try harder 
true
fiore new
attic old




bad
ok
wrong channel I was convinced this was general LOL
Can you fuck off and get me a real person?
LMAO

It has been 23 mins please let me talk to someone
Hi, I'm Hayden! I'm an Apple Specialist, and I'm here to help you with whatever you may need. Could you describe the issue you're having today?
So sorry to hear you're having an issue with fiore! Unfortunately, there's nothing I can do on my end to assist you with that issue today.
Have you tried turning it off and on?
are you sure? hes being really really annoying today
yeah i gave him a chloroform rag and everything
and hes stil being annoying
how do i hard reboot then
electric charge of 1000 volts should do
i actually put two paper clips into an outlet once
not nearly enough but it felt funky

Your automation system said "fuck you" to me please kindly kill it and also can I get a free new maxed out iPhone 13 when it comes out
I don't know when the iPhone 13 is coming out
check apple's website for more details as they appear!
Sure just donate a small amount of $20000 and we'll ship iPhone 13 right now
No we don't accept cash, you'll need to buy a few gift cards from a gas station and send us the info

can psspecifier(specifically pstitlevaluecell)'s getter be changed in runtime? i'm making a tweak and somehow it doesn't work
yes
huh then probably i fucked up sth
this is okay right
changing getter ivar in viewDidLoad
I don't do swift so 
oof
@pulsar kayak
good man đ¤
swift is good
It is good compared to obj-c, though more than half of its user don't really use it well
yeah and one of em is me 
F
all my functions are O(N^2), so i can get that optimal speed

same
my functions acceleration is faster than yours
this is so i can optimize it later to show my programming skill
lol
this with orion?
uncover moment
yes
ah
whenever i hear âorionâ, i think of chucks dad from the tv show âchuckâ 
trying to change the settings about page
why are you even changing the getter?
isn't that the only way to change the text
Just hook the getter method?
wait what
Why do you need to replace the getter method?
umm to change the value(text)

@objc
So the specifier is going to point to a getter method already, to change the value you just need that getter method to return your custom value.
You don't need to replace it unless that getter method is shared with other specifiers and you want the performance boost of not having to perform some if condition check.
yes
umm then i have a maybe stupid question
how do i find the getter when i have only selector
amazing question
Thats the method
What that means is its going to do [self->target performSelector:self->getter];

Why
this
and it's literally right here 
and it workeddd
if my program downloads the virus and runs it detached. its technically not a virus 

ALL MY HOMIES HATE TRIANGLE
What's the best way to create and manage a database in a tweak?
There isnât a best way
SQLite and CoreData are databases supported out of the vos on iOS, for local storage
Frida has Swift support now https://frida.re/news/2021/09/03/frida-15-1-released/
Inject JavaScript to explore native apps on Windows, macOS, GNU/Linux, iOS, Android, and QNX
Pog finally
this is sex.
any l33t c0ders know how to use gridfs with typescript!!!
!!!!
@nimble parcel hi i desperately need your help
afaik this error also came up with orion, so you'd be of best help
"_swift_getTypeByMangledNameInContextInMetadataState", referenced from:
___swift_instantiateConcreteTypeFromMangledNameAbstract in redacted.swift.0726ed34.o
ld: symbol(s) not found for architecture arm64e```
oh i got that error all the time
only way i could fix it was by stopping using swift
Are you using gmake
No
Try it

thats what im saying

that makes no difference 

@flat wyvern not sure if you have any intention of updating Shortlook again, but thought it might be worth knowing that the tweak can be made significantly smaller. I just noticed this PR that got made on my fork
real
troll
thats what im saying
friends, install ImageOptim
set it to extreme optimisation
optimise all your assets
youâre welcome
well itâs literally just running optipng and a bunch of other well known cli tools
I found a decent windows gui in the past called PNGGauntlet or something weird like that
yep thatâs the one, they claim it works on linux as well but itâs .NET
also does jpg/gif just as imageoptim does
does that strip metadata
yes
i was trying ida in wine and did jailbreakd today, apparently coolstar hasn't stripped metadata in the images that are in the binaries
so i can confirm the recovery ui images were made in photoshop 
oh god, Iâd imagine those are massive too
most likely
those should be imageoptimâd lmao
@plain python please optimize the jailbreakd assets














