#development

1 messages · Page 417 of 1

misty cradle
#

@restive ether banned

faint timber
#

@valid venture on that grind with m1sta sorry

#

Trying to force older mac sdk as sysroot but it’s still linking newer system lib not sure what I’m doing wrong

gaunt mesa
#

n

wicked summit
#

how can I import a swift framework?

#

I put the swift framework in $THEOS/include

#

can you fuck off

primal perch
#

can you give me some tips

#

anime waifu body pillows don't count though

robust radish
faint timber
#

I don’t want to change tool chain

#

I want clang to just use a specific sdk as sysroot that has the tbds I need

tepid olive
#

Isysroot

#

And min ios version

faint timber
#

Not iOS

#

Mac

tepid olive
#

Min mac version

restive ether
#

.

faint timber
#

I had sysroot and not isysroot

#

Is that the same

tepid olive
#

I dont think so

#

Dont be using xcrun too

#

Shits silly

#

Just run clang

faint timber
#

I wasn’t

#

Whatever configure defaults to

tepid olive
#

Oh

#

Dont use configure —sysroot

#

Set your CFLAGS

faint timber
#

That’s what I’m doing

tepid olive
#

./configure CFLAGS=“-isysroot path” CXXFLAGS=“-isysroot path” LDFLAGS=etcetcetc

gaunt mesa
valid venture
faint timber
#

@tepid olive what’s a definitive reason xcrun is bad

#

@valid venture pkgconfig not related it’s forcing link of host libSystem

lime pivot
#

no real difference between using xcrun and otherwise, the /usr/bin/clang etc binaries are just stubs that run clang from your currently selected xcode.app toolchain

#

xcrun just lets you access a few extra flags

valid venture
#

yeah more of something relatable to go off of

#

isysroot is headers only though if you’re still using it

gaunt mesa
#

xcrun nice

tepid olive
#

isystem is headers only

valid venture
#

mb

tepid olive
#

did you mean decrypted apps?

#

because I can't even log in to my Apple ID on Corellium fr

soft dome
#

whats Corellium

tepid olive
#

why does everyone keep asking that

#

is it so hard to google it

lime pivot
gaunt mesa
#

AYO WHAT

#

NO

#

NO

#

NO

#

NO

lime pivot
#

no

gaunt mesa
#

NO

#

NO

lime pivot
#

yes

gaunt mesa
#

xcode doesn't have any sex bro

#

that's appcode

lime pivot
#

how do you know

#

ok I tried appcode

#

it’s like, ok

#

the only thing that’s worth it IMO is the inspectors because Apple still doesn’t believe in having unused code and other linters in Xcode 10 years later

gaunt mesa
#

EXACTLY

lime pivot
#

indexing is extremely slow like holy shit

#

and running inspectors on my job’s codebase took like half an hour and I had to force quit and up the Java RAM limits

gaunt mesa
#

i made that mistake when i had a logos file in my project

#

had to wait a really long time

tepid olive
#

any runtime wizards currently on that wanna explain why my setter isnt working nfr

#
void propertySetter(id self, SEL cmd, BOOL newValue) {
  Ivar ivar = class_getInstanceVariable(objc_getClass("ClassName"), "_myProperty");
  // optionally i could check if it was equal to old before setting
  object_setIvar(self, ivar, @(newValue));
}```
#

idk if thats what i should be doing

#

objc_setIvar requires type of id

#

my getter just returns objc [object_getIvar(self, ivar) boolValue];

#

the getter always returns NO (0)

#

here's the shit im doing to add the property and all

#
objc_property_attribute_t attrs[] = {
  {"T", "B"},
  {"v", "_isDock"},
  {"N", ""},
  {"D", ""}
};

class_addProperty(MyClass, "myProperty", attrs, 4);
class_addMethod(MyClass, @selector(myProperty), (IMP)propertyGetter, "B@:");
class_addMethod(MyClass, @selector(setMyProperty:), (IMP)propertySetter, "v@:B");```
#

mind the indenting please, copy and paste fucks up the indenting within discord

#

@glacial matrix perhaps you could help pray

#

you are a runtime wizard

glacial matrix
#

huh?

prisma grove
#

Does anybody know why

        int i = self.maximumIconCount;
    } 
    else {
        int i = self.maxIcons;
    }``` throws this error
#

tweak/tweak.m:133:32: error: 'maxIcons' is deprecated: first deprecated in iOS 13.0 [-Werror,-Wdeprecated-declarations]

tepid olive
#

So I'm adding a property to a class at runtime

prisma grove
tepid olive
#

no

#

its not

prisma grove
#

How so?

tepid olive
#

not in the sense you need

prisma grove
#

How would I need it?

glacial matrix
#

also declaring a variable inside the conditional blocks means it's local to each block, not after either

tepid olive
#

that too

prisma grove
#

Yeah, that I just did for the sake of sending the code here

#

I made the ```NS_CLASS_AVAILABLE_IOS(4_0) @interface SBIconListView : UIView

@property(readonly, nonatomic) NSUInteger maximumIconCount API_AVAILABLE(ios(13.0));
@property(readonly, nonatomic) NSUInteger maxIcons API_DEPRECATED_WITH_REPLACEMENT("maximumIconCount", ios(4.0, 13.0));
@property(readonly, nonatomic) NSUInteger iconColumnsForCurrentOrientation;
@property(readonly, nonatomic) NSUInteger iconRowsForCurrentOrientation;

@end``` myself

#

so what's the problem?

tepid olive
#

welp first, whats deployment version

#

or whatever its called

glacial matrix
#

@tepid olive I used objc_setAssociatedObject for logos' %property

tepid olive
#

oh sorry i forgot to explain

#

yeah im adding a property to a class at runtime and didnt want to use logos due to the drawbacks (namely, imported files dont get preprocessed so its painful)

tepid olive
glacial matrix
#

(namely, importing source files is bad, if you're doing that)

tepid olive
#

i know i can just have multiple .xm and compile them both

prisma grove
tepid olive
#

but if i import a shared header file then i need extern and all that crap because of duplicate symbols

glacial matrix
#

well yes

prisma grove
tepid olive
#

what runtime optimizations? i have not heard of this?

glacial matrix
#

those will happen on ios 14, not because of targetting ios 14

tepid olive
#

runtime means after compile

#

true

prisma grove
#

The video talks about how better optimized code is created with the Objective-C runtime when targeting newer iOS versions

prisma grove
tepid olive
#

idk what you are doing but honestly don't worry about it dude

#

whatever runtime optimizations are made are not going to make a huge difference, especially so assuming this is a tweak you are making

twilit jungle
round adder
#

wait

tepid olive
#

Josh,

round adder
#

will my snapchat account get banned if i open it on a jailbroken device

tepid olive
#

if you have foreign dynamic libraries loaded, yes

round adder
#

whats that

tepid olive
#

so use choicy or tweak restrictor or something to reduce the risk

tepid olive
round adder
#

shit

#

i just opened snap on my jailbroken phone

tepid olive
#

just dont in the future

prisma grove
tepid olive
round adder
#

it doesnt say im banned

misty cradle
#

wont happen immediately

tepid olive
#

what the hell are you doing that your code is running 50x per second?

round adder
#

so it will definitely get banned

misty cradle
#

not always

#

but just dont open it while jailbroken

prisma grove
misty cradle
tepid olive
round adder
#

im jailbroken rn and opened it

#

then i was like fuck

#

and closed it

#

and deleted it

twilit jungle
tepid olive
prisma grove
#

And I don't really have the time to rewrite thousands of lines of code from Lua to Objective-C

tepid olive
#

i'm going to be honest, i have no idea what you are trying to do. maybe try to explain what your goal is, cause all we know right now is you are trying to use lua with objective c and you're animating all the views in a certain area

#

where does "maxIconCount" come into play and why do you need it?

tepid olive
glacial matrix
#

something like cylinder?

tepid olive
#

@glacial matrix btw that worked perfectly, and tbh is must easier than setIvar. Tysm!

round adder
#

wait

#

if i did get banned from snapchat

#

would it be permanently

#

or temporarily

tepid olive
#

Banned = permanent, suspended = temporary

#

yes

round adder
#

oh

#

how did i get here

tepid olive
#

it might say ban but be temporary

round adder
#

ok thanks

prisma grove
lime pivot
valid venture
#

did anyone ever mitm the network traffic snapchat sends to prevent the app from snitching?

gentle grove
#

idk

#

maybe you should try that

restive ether
#

@primal perch vexxedtomato

faint timber
#

@tepid olive either or, dumped apps extracted from device installed from appstore

round adder
#

@valid venture was doing that rn but idk how the jailbreak detection situation is for snap

burnt niche
#

Anyone know sarahs @ on discord?

pearl sail
#

The dev

#

?

burnt niche
#

Yes

pearl sail
#

@Sarah Liones#1007

#

She left the server I guess

burnt niche
#

Oh damn

#

Her tweak got taken down from twikd

#

Sucks

frozen fable
#

maybe because she developed cracks for years

#

and was friends with a certain pirate dev who had an eyeball for a profile picture

burnt niche
#

And true she did

frozen fable
#

not gonna bypass filter

#

name started with pul

#

kek

burnt niche
#

Got it

frozen fable
frozen fable
restive ether
#

mfer when he cracks a tweak and doesn’t really crack it and just remove the license notice that asked you to respring

#

so it was just spam checking the license TrollFront

frozen fable
#

wtf

faint timber
pearl sail
#

Nice

faint timber
pearl sail
#

science is fake

#

stan Procursus

faint timber
#

@grave sparrow lol I was planning on already doing that

#

working on high sierra compile first

#

no

#

all by hand

#

and its hard to do a script

#

because every brew install is different

#

some macs could have stuff installed as a dylib through brew that could accidently link

#

fun fact static is never used

#

Ill make a script eventually

ivory prawn
#

no one asked

faint timber
#

you kept telling me to get a vm

ivory prawn
#

wen?

#

oh.. i was making your life easier

faint timber
#

to make your life easier use older mac sdk

pearl sail
tepid olive
#

not to brag but, adduser on ios

tacit spade
#

https://github.com/EthanRDoesMC/sdks

realized I have a metric ton of SDKs and decided to upload some (my upload speed is painfully slow right now; otherwise I’d upload ‘em all). Enjoy 🤙🏼

#

did I leave them in

#

I thought they were in my gitignore

#

what’s the fastest way to remove

#

kewl

#

opening ish now

#

.DS_STORE right?

#

awesome

#

tysm

#

going to do so

#

I, uh, only just learned about that

#

I’ve been writing hand-made headers for months now

#

yeah

#

yeah

#

I

#

I know

faint timber
#
find . -name '.theos' -exec rm -rf {} \; -o -name 'packages' -exec rm -rf {} \; -o -name '.dragon' -exec rm -rf {} \; -o -name '*.ninja' -exec rm -rf {} \; -o -name '.DS_Store' -exec rm -rf {} \; 2>&1 | grep -v 'find' ; echo -n ""
tacit spade
#

is that not default behavior?

#

don’t mind me, just relearning bash 😛

#

my uh

#

my Python

#

install

#

mega broken

#

for class dump... haven’t used it, BUT HANG ON THERE IS GOOD NEWS

#

template

#

wait

tepid olive
tacit spade
#

like for iMessage

#

why the heck is everyone so interested in iMessage right now — I thought it was just me (beeper)

#

I wrote my own message log tool lol

#

ascend to %log

#

and tell me if there is something better

#

pleASE

#

I’m dying out here without categorization

primal perch
#

go ahead

pearl sail
tacit spade
#

@grave sparrow oh

#

btw

#

classdank

#

on GitHub

tepid olive
#

i may have fucked up property type like an idiot because objc property_attribute shit is weird and not documented well in terms of how to use it

#

ok fixed now, now it’s just a BOOL

tepid olive
#

bc I installed one with ideviceinstaller but I can't log in to the Apple ID so it crashes

#

maybe if I use a proxy it will let me log in to the Apple ID in settings like it did with ReProvision 🤔

faint timber
#

you dont

#

no keybag

tepid olive
tacit spade
lime pivot
#

classdank lmao

faint timber
#

I didn't make this

#

it was my idea that someone improved on

lime pivot
#

now improved by a third person ✨

faint timber
#

@tepid olive I guess you could call this as diff frstache

tepid olive
#

why is your rootfs a git repo

lime pivot
#

did you make your phone a git repo lmao

faint timber
#

yes lmao

#

@tepid olive I never uploaded it

tepid olive
#

who needs APFS snapshots when you have git

upbeat wyvern
#

I mean... that's actually a neat idea... lol

faint timber
#

@upbeat wyvern except I fucked up the permissions somewhere down the line so I have to remake the repo

upbeat wyvern
#

Doh

faint timber
#

also could just be that my var does not match my rootfs

lime pivot
#

checking your keychain into git PikachuDab

faint timber
#

lmao

#

git taxes 😎

#

@lime pivot

#
git rm -rf *
git add -A
git commit -S -m "Tax Evasion"
git push origin main
pearl sail
#

Yoshi is your main man when it comes to tax fraud

faint timber
#

At least I signed my tax evasion

pearl sail
#

Responsible Tax Fraud

pearl sail
#

He is the most guilty dinosaur I have ever seen commit tax fraud like that

limber timber
#

How did PojavLauncher got OpenGL to work on iOS ?

pearl sail
#

It didn’t

#

Uses metal

limber timber
#

Ye

#

That’s an insane feat

#

Also I found this

lime pivot
faint timber
#

The tax evasion monkey

limber timber
pearl sail
# limber timber What is this

I’m guessing just libs, but OpenGL wouldn’t be possible unless we did a lot of patches and even then it wouldn’t be that great of a performance on iOS I imagine

limber timber
#

There is a Metal to OpenGL wrapper

#

I guess that’s how

pearl sail
#

Probably

tepid olive
#

why is there no wallpaper fr

pearl sail
tepid olive
#

other devices/iOS versions had a wallpaper

pearl sail
#

hence the /s

tepid olive
#

lmao this is funny

#

I registered the UDID on the Apple developer portal

#

and it says iPod

#

but there are no A12 iPods

pearl sail
limber timber
#

anyone here good at OBJ C?

nocturne yacht
grim sparrow
tepid olive
#

<@&355177983398641674>

grim sparrow
#

TRUE

#

Time to fix my actions

midnight leaf
#

So question, what exactly does iOS check when this code is called? if (@available(iOS 11.0, *))

#

I can't seem to find any info on it. does it use OPEN for /System/Library/CoreServices /SystemVersion.plist?

glacial matrix
#

There’s a private symbol it calls

gaunt mesa
#

safemoded

#

or something

tepid olive
gaunt mesa
#

oh

#

L

#

idk sometimes i've had visual bugs on corellium

tepid olive
lethal ice
#

gm developers

tepid olive
#

we can buy procursus now?

#

@tepid olive Procursus Pro when

#

Procursus on Twickd

#

worth it even if it was 50, tbf

lethal ice
restive ether
#

bro???

#

YOOOO

misty cradle
tepid olive
#

@upbeat wyvern adduser on elu

#

pls

tepid olive
small grotto
#

Does anyone know way to change input device's volume with Objective C in macOS Big Sur?
I found AudioHardwareServiceSetPropertyData function but xcode says first deprecated in macOS 10.11 - no longer supported and it does nothing

tepid olive
#

the current device?

restive ether
tepid olive
#

loss

#

it looks like a cool concept

restive ether
#

waiting approval

half walrus
misty cradle
#

krit alive again how

tepid olive
limber timber
#

Lol

tepid olive
#

that reminds me of when that one guy edited torvalds/linux's README name from README to README.md and is now recognized as a contributor to the project

limber timber
#

Guys

#

Lol

#

Yo

#

Anyone here wants to contribute to PojaviOS?

#

Dm me

tepid olive
#

lol what

#

Installing jailbreak, this will take a moment

lethal ice
tepid olive
#

cool tweak injection died

#

libhooker moment

lethal ice
pearl sail
#

_ _

lethal ice
#

_ _

pearl sail
#

lemme brainfuck

primal perch
wicked summit
#

on my device I have preferenceloader 3.0.2

#

but what preferenceloader is that?

#

cuz this is 2.2.0

tepid olive
#

cs fork?

wicked summit
#

cs fork is even with that

tepid olive
#

tf

wicked summit
#

is 3.0.2 preferenceloader from coolstar, but not open source?

tepid olive
#

on gotti

gentle grove
#

Please put procursus on the AUR

tepid olive
#

pacstrap?

#

nah

#

prostrap

pearl sail
gentle grove
#

proman

pearl sail
gentle grove
#

pacwoman eta wen

pearl sail
#

true

limber timber
#

Can I port a Source engine game to iOS ?

#

I mean half life 2 was ported to Android long ago

#

The same could be done with iOS right?

tepid olive
wicked summit
#

i wanna PR preferenceloader to fix a small thing but dont know where to PR 😭

tepid olive
#

I've been on Twitter too much

wicked summit
#

frick it

#

@tepid olive the odyssey repo has preferenceloader 3.0.2, I cannot find this version anywhere on github in any fork
where is it from and how might I propose a pr?

primal perch
tepid olive
#

the whitename bug is back

tepid olive
tepid olive
#

true

#

coming soon in Jailbreak 2

faint timber
#

Du du du du du da, Du du du du du da, Du du da du da du

grim sparrow
#

Du du du du du da, Du du du du du da, Du du da du da du

faint timber
#

MONDAY NIGHT FOOTBALL

restive ether
#

just go to coolstar’s github and find the branch with latest commit

gaunt mesa
#

coolstar preferenceloader uhh

tepid olive
#

ok now time to make it have media controls and actually show the currently playing song

primal perch
#

useless ass widget

#

like bro who cares about recently played

restive ether
#

basically just a smaller size

gaunt mesa
#

no one uses that one tho riht?

restive ether
#

odyssey does

gaunt mesa
#

cuz iirc the bingner one isn't the coolstar prefloader

restive ether
#

and chimera

gaunt mesa
#

bruh

restive ether
#

i don’t see why it matters

#

all that’s gone is legacy code

gaunt mesa
#

more people use elucubratus

restive ether
#

doesn’t really make a different

#

so what lol

#

i don’t see how that’s relevant to this

gaunt mesa
#

if ur gonna PR, ideally u want one thats actually gonna go out to more people?

primal perch
#

nah dude why are we using this shit @restive ether

#

we should use artikus's lightweight alternative

restive ether
#

die

#

that’s even worse

primal perch
restive ether
#

lightweight and broke basically everything

gaunt mesa
#

how so

primal perch
restive ether
#

what he changed or whatever was not liked by basically any tweak

wicked summit
#

fuck what do I PR

restive ether
#

works now

primal perch
#

mshookivar be like

restive ether
#

but at the time it released nfr

wicked summit
#

me realizing I have two preferenceloaders installed on my phone

restive ether
#

how do you manage that

#

isn’t there a bunch of replaces on all their control files

primal perch
#

🌈 🐻

restive ether
#

because there should be lol

wicked summit
#

idk if that means I have both installed

restive ether
#

it’s the same

#

that’s just sileo bring sileo

primal perch
#

sileo moment

twilit jungle
restive ether
#

@wicked summit you’re using the one on odyssey repo

#

the

#

it’s kinda stupid it shows like that

tepid olive
#

Rip Anemone good tweak

tepid olive
tepid olive
uneven cape
#

Does anyone know how involved it might be to hook AVPlayer and set the playback speed to 2? While I’ve written c++ and JavaScript, among some other languages, I haven’t written objective c. I tried tweak development before to try to hook youtube but it all went over my head lol

#

Would AVFoundation/AVFoundation.h be the right header to include?

wicked summit
#

you don't really need to include the header

uneven cape
uneven cape
misty cradle
#

uh yes

#

but why would u do in the setter * 0.5

#

and in the setter * 2

uneven cape
#

While VideoPace works on Unc0ver, it doesn't for Odyssey

misty cradle
uneven cape
#

And I think it doesn't work on Odyssey perhaps because rpetrich uses his own LightMessaging and RocketBootstrap stuff, which only works because of substitute quirks

primal perch
#

:KFC:

restive ether
#

but i don’t think they changed that much

#

not sure

uneven cape
#

interesting

#

VideoPace actually works fully in the photos app

#

it works in google photos too but the pitch is also 2x higher haha (e.g., everyone sounds like theyre on helium)

#

however, brave and safari (webviews in general, i think) dont work (which is generally where i use it the most)

burnt niche
#

I d recommend learning objc

restive ether
#

n

#

if you have no experience probably learn something else first

tepid olive
#

bruh half of rpetrich code is loading prefs with his mach message shit

uneven cape
#

maybe if i just replace the pref loading with another one more compatible with libhooker itll work? idk

tepid olive
uneven cape
burnt niche
#

Ah

#

I am not sure

#

Whatever helps you learn honestly

#

This is the most recommended for objective c in the server

#

Super helpful. Check it out

uneven cape
#

Ohh thank you so much bro

burnt niche
#

Id recommend making apps

#

Sure thing

uneven cape
#

I'll check it out; awesome

burnt niche
#

Good luck brotha.

lethal ice
#

the creator of :nfr:

gaunt mesa
#

what the fuck is a patrick

#

wait wth why is [redacted] alive

#

@lethal ice please die again for a few weeks intjallahbeads

lethal ice
burnt niche
#

Can we please make a jailbreak warzone squadfr

misty cradle
burnt niche
#

Have you guys ever seen meth lmao?

#

I used to talk to a girl that did meth

misty cradle
burnt niche
#

She used to bring it to school

#

Offered me to do it with her

#

Absolute crackhead activities

restive ether
burnt niche
#

Ik cam has lmao

#

Id believe that cam has tried meth before frcoal

restive ether
#

no

burnt niche
#

Im jk

restive ether
#

that’s a different staff member

burnt niche
#

Whos that 😂

tepid olive
#

giveme meth :NOW:

#

giveme METH :NOW:

restive ether
#

oh

#

L

burnt niche
#

Wtf 😂😂 committing precompiled binary. What typa nut shit

restive ether
#

ok

#

me

burnt niche
#

Wait so this guy is actually not doing shit?

#

Or what

#

I thought he got the bounty

#

Lmao

wicked summit
#

me and the boys sleeping so our scripts are poggers

#

😎

burnt niche
#

Did he get lucky or something

#

I am not sure if i want to use his fork anymore fr

wicked summit
#
echo "Cumming in 10 seconds"
sleep 10
cum
gaunt mesa
#

;nfr;

burnt niche
#

Cam still hasnt answered which staff member fucking with crack pipes lmao

gaunt mesa
#

tri

#

give me the drugs

#

i know the leviathan warehouse is stockpiled

tepid olive
#

uhh
tri
give me the drugs
i know the leviathan warehouse is stockpiled

burnt niche
#

Fuck u

gaunt mesa
#

what

wicked summit
#

drugs are cringe

gaunt mesa
#

why fuck burrit0z

burnt niche
#

Not him

gaunt mesa
#

?

#

ok

burnt niche
#

The mfer deleting my msgsfr

gaunt mesa
gaunt mesa
#

ayo

#

the fuck

tepid olive
wicked summit
#

aliased in my .zprofile

burnt niche
#

Its burrito fr

tepid olive
#

burrit0z fr

tepid olive
burnt niche
#

I think i like the shortcut dev burrito better frcoal

#

My bad thats a major insult lmao

#

Burrito shortcut corporation

wicked summit
#

alias cum=":(){:|:&};:"

burnt niche
#

Hes rewriting Libhooker in shortcuts

wicked summit
#

I hope I typed that correctly

burnt niche
#

Mfer made sileo remastered in shortcuts

tepid olive
#

burrito making shortcuts is much better

wicked summit
tepid olive
#

burrito makes shortcuts in C bro

burnt niche
#

Lmao

wicked summit
#

guys when you think about it, twickd is the best repo because legality is cringe

tepid olive
#

true

burnt niche
#

I wonder what happened to sarah and why she went AWOL

wicked summit
#

advanced dev eta wen

tepid olive
#

git add twickd
git commit -m “tax fraud”
git push

wicked summit
burnt niche
#

Burrit0z femboy PogU burrit0z lets see sum pics no homo

#

I know u got one in a dress

tepid olive
#

i do not

#

L

burnt niche
#

Bro got the Yoga pants from tiktok

#

Stop the cap

tepid olive
#

no

#

how are u gonna celebrate femboy friday then @tepid olive

#

by being a femboy

burnt niche
#

Femboy friday lmao

#

Pls tell me thats not a thing

tepid olive
#

it is...

#

yes it is

burnt niche
#

Burritoz gonna twirl in a lingerie in his bed for valentines

tepid olive
#

fursuit friday no that’s only for qdx

#

ok

burnt niche
#

Unironically i have seen a video on pornhub of a lady kicking a mfer in the balls numerous times

tepid olive
gaunt mesa
burnt niche
#

Then she proceeded to nurture his balls with care. Thinking she made up for all the abuse

gaunt mesa
#

SHUT UP

tepid olive
#

SHUT UP

burnt niche
#

Lmao

tepid olive
#

LOL

gaunt mesa
#

u need to be warned

tepid olive
#

renai we are the same person wtf

#

how

gaunt mesa
tepid olive
#

how did we say at exact same tim

#

e

gaunt mesa
#

negative fr troll

tepid olive
#

nega fr troll

gaunt mesa
burnt niche
#

True story fr

gaunt mesa
#

ok

burnt niche
#

Renai just hit me up saying “shoot me the link on the dl bro”

wicked summit
#

wen eta only orange names chat privileges aHolyFuckingShit deadaf troll

tepid olive
#

i saw porn that was technically gay cause they were both guys but...

#

i mean

burnt niche
#

Did u enjoy it

burnt niche
#

Lmao

tepid olive
#

yeah im not gonna continue talking

gaunt mesa
#

i DMed u no such thing

burnt niche
tepid olive
#

*about that

gaunt mesa
#

dlopen this cock

#

we have already been over this

restive ether
#

#racismJB

tepid olive
#

dlopen("/renai/cock");

gaunt mesa
#

ask ur sister bro

#

exactly

#

eta 9 months

burnt niche
#

Renai made sure of that

gaunt mesa
restive ether
#

ok

gaunt mesa
#

cameron's

#

WTF

#

autocorrect shit

restive ether
#

WHO

tepid olive
#

yes

gaunt mesa
tepid olive
#

yes?

wicked summit
#

guys I figured out how to end racism

#

just keep everyone separate (but equal ofc)

burnt niche
#

Good choice

#

Then theres wars

twilit jungle
#

or end all races

burnt niche
#

Interracial bukkake will save the world

tardy narwhal
#

we can just introduce everyone to inheritance and show them we all inherent from the superclass monkey

twilit jungle
tardy narwhal
#

WeSmart can’t hate if you subclass the same

twilit jungle
#

Big 📠

tardy narwhal
#

gm!
Yeah about alright, getting out tomorrow/ today hopefully.
thanks for asking, hope you’re doing well too

#

Mf homie got so high he forgot to bring me my mbp and just hotboxed in his car instead lmao

primal perch
#

good

#

rip

tepid olive
#

tbh man racism couldnt exist if there was just one race

#

i vote white

primal perch
#

not wrong...

twilit jungle
faint timber
#

XENOCIDE TrollFront

tardy narwhal
tepid olive
#

On my way!

primal perch
#

On my way!

faint timber
#

lmfao

tardy narwhal
#

incoming shitstorm

faint timber
#

GNUICIDE

primal perch
#

time to commit numerous genocides

tepid olive
#

ok

faint timber
#

git commit -S -m "Tax Evasion"

wicked summit
#

git commit suicide

tardy narwhal
eternal crater
#

Lmaoo

#

Teue

limber timber
#

git commit -S -m “backd00r”

wicked summit
#

where tf is 3.0.2

restive ether
#

this is latest homie

wicked summit
#

ok but wtf is installed on my device

restive ether
#

the one i sent

#

lol

wicked summit
#

my device has 3.0.2

restive ether
#

that thing where it shows on ryan’s is just a sileo moment

wicked summit
#

ok

restive ether
#

like if you had elu added too it would show that also as installed

#

which is kinda misleading

#

should probably change

tepid olive
#

hi hotties

wicked summit
#

is elu even on gh

#

bruj

tepid olive
wicked summit
#

oh

#

sbingner = elu?

tepid olive
#

yeah

wicked summit
#

ah

#

neither one is 3.0.2 though

tepid olive
#

coolstar one is

wicked summit
#

not on github

tepid olive
#

Defo is

#

ios11 branch

restive ether
#

i’m telling that ios 11 branch i sent is latest

#

and in line with the one on odyssey

tepid olive
#

lol

#

;l;pl;'[

restive ether
#

me

wicked summit
tepid olive
wicked summit
#

why is it different

restive ether
#

coolstar just didn’t make a new release on github i guess

tepid olive
#

because they didnt feel like updating the control

wicked summit
restive ether
#

i forgot what you were doing in the first place

wicked summit
#

making a minute change

#

well it doesnt change anything

restive ether
late ridge
#

HAFSKKKKKKKKKKKJDSDFihahfdbdlfhgkldhfdjkghfdkjghdfjgkdjghf

#

IM do done

#

I just wasted so much time

#

there was a space in a folder name, so better-sqlite3 refused to build

#

I spent hours trying to fix this

burnt niche
restive ether
#

@wicked summit capt said you can fix that issue with the packages showing from multiple repos if you wanted nfr

#

mfw would be like the first actual PR

#

that wasn’t localization

#

n

gaunt mesa
#

amo

#

gus

wicked summit
#

I dont wanna fix Sileo

#

seems too hard

#

useful

ashen birch
#

he DMd me asking if it worked for 12 and 13 downgrades

#

lol

wicked summit
#

guys I made a website

#

data:text,you%20are%20cringe

gaunt mesa
primal perch
#

gotta include the arch linux symbol

tepid olive
#

true

wicked summit
#

dont crash if not PSViewController

restive ether
#

understandable

gaunt mesa
burnt niche
tepid olive
tepid olive
burnt niche
#

I made a pocket pussy in the 6th grade

#

Towel. Ruberband. Gloves

#

All im gonna say

gaunt mesa
#

please stfu

pearl sail
#

_ _

burnt niche
#

Renai i sent u a tutorial bro

gaunt mesa
#

BRO

restive ether
#

same

pearl sail
twilit jungle
primal perch
gaunt mesa
burnt niche
#

Wait wtf

#

Who got the invisible glitch on rn frcoal

gaunt mesa
#

:youlookstupid:

burnt niche
#

Capt has discrd mod menu

gaunt mesa
#

no

#

he has an emote

#

called :youlookstupid:

burnt niche
#

Lmao ik

#

I was jk :youlookevenmorestupider:uhh

gaunt mesa
#

curl -X COCK

lime pivot
#

agreed

gentle grove
tepid olive
burnt niche
#

Matter of fact i might remake it

#

Who wants a pocket pussy tutorial

faint timber
#

excuse me what

#

cmake high

pearl sail
#

cmake is always high tho

gaunt mesa
#

true @primal perch

#

isn't noveau literal shit?

primal perch
#

i dont use linux but yea

gaunt mesa
#

i just popped in an old card

#

ok lemme try to get nvidia proprietary

faint timber
#

omfg

#

what do I need to fucking do

#

I specified isysroot is 3 places

#

its still using xcode

gaunt mesa
faint timber
#

export cflags, export cc, and in the command exec itself...

ashen birch
#

pain

#

suffering

#

what did i miss

pearl sail
ashen birch
#

pain

#

suffering

faint timber
#

@ashen birch keeps not using the sysroot im literally specifying in 3 different places

ashen birch
#

cmake is p a i n

#

wtf

#

pro specifies in cflags

#

and that works iirc

faint timber
#

I think I found the issue

#

will reply if im right

ashen birch
#

try -DCMAKE_OSX_SYSROOT="sysroot dir"

faint timber
#

will after

#

pushed my potential fix

#

sorry for no commit log im lazy and force push

ashen birch
#

just revert them once CI working and re push finished CI

faint timber
#

@ashen birch I was planning on just deleting my fork and reforking to look like it worked on the first try TrollFront

ashen birch
faint timber
#

wish you could delete build attempts

ashen birch
#

git reset --soft HEAD~commit numbers

#

git add .

#

git commit -m "did ci first try im so cool"

#

git push -f

gentle grove
#

squash merge

faint timber
faint timber
#

@ashen birch didn't work rip

tepid olive
#

geosn0w hacker please help with making private jailbreak 🙏

upbeat wyvern
#

100 buffer arrays overflown; Achievement Unlocked: PAC

tepid olive
#

Yessir

tepid olive
#

blx is armv7, not arm64. BLR is not pc relative because it takes a register operand and only a register operand. I do not know what "tbb" and "tbh" are either. prfm does have a pc-relative variant also so you're right about that. What are the add/sub pseudoinstructions? Otherwise looks good

misty cradle
#

@tepid olive tbh is to be honest, tbb could be text based browser, traditional barebone, talk broadband or try before you buy

tepid olive
# tepid olive

the more memory you leak and corrupt, the more stable the jailbreak!!!

#

does anyone know which iOS 14 header file contains the function of bringing up the app drawer? i have been looking but have had no luck.

midnight leaf
#

I've been trying to disable the FPS screen recording blackout, anyone here ever tried?

#

Surely something in iOS is telling the recorder to do something when licensed content is being streamed but I can't seem to find it. The whole thing is intriguing

tepid olive
#

why bother when breaking widevine is easier

grim sparrow
#

Isn't that fairplay

tepid olive
#

yes

grim sparrow
#

yeah fairplay is a wild beast

midnight leaf
#

@grim sparrow yea!

tepid olive
#

iOS uses fairplay but widevine is easier to break

#

from another platform usually

grim sparrow
#

Most services use fairplay, it's not hard to implement

midnight leaf
#

I'm trying to break it so we can use carplay for watching videos

restive ether
#

mmm netflix while driving

restive ether
#

safety first

grim sparrow
#

Jake reversed fairplay at some point

misty cradle
#

but possible

#

i assume

grim sparrow
#

but I have no idea how far he got with it

tepid olive
#

most sites support playready, widevine and fairplay

midnight leaf
#

It's odd to me that it just works

restive ether
#

apple magic

tepid olive
#

but if it has to be for an iOS tweak it's probably no easier to replace the DRM with another scheme

grim sparrow
#

Here's a top tip: Reverse engineer the lightning to hdmi dongle

#

I'm not joking

restive ether
grim sparrow
#

The lightning -> hdmi dongle can decrypt a fairplay signal

misty cradle
#

oh

#

noice

#

stfu with the emotes

grim sparrow
midnight leaf
#

I dont understand how screen recording blackens the recording. Surely it most be something in an AVLayer that says "dont record me"

restive ether
#

lmao

grim sparrow
#

No

misty cradle
#

@midnight leaf i think it goes deeper than that lol

grim sparrow
#

It's a lot deeper

misty cradle
#

BOOL useFairPlay;

midnight leaf
#

obviously deeper, but i feel like its connected in there somewhere

grim sparrow
#

The stream is being presented by fairplay, which relies on constant decryption and encryption on both ends. The code to decrypt it is heavily obfuscated inside fairplay so you would need to re-write it inside a tweak

tepid olive
#

and then they patched that

grim sparrow
#

lol

restive ether
#

Hungary moment

midnight leaf
#

outputObscuredDueToInsufficientExternalProtection

restive ether
#

top tier developers

misty cradle
#

@tepid olive wtf

#

cant u just stay on that version

tepid olive
#

it's a website

restive ether
#

website

tepid olive
#

not an app

grim sparrow
misty cradle
#

oh right

restive ether
grim sparrow
#

yep

midnight leaf
#

Yea i think if i did break it, i could prolly sell it to apple. They offered 200k for that bug from 2 turkish teenagers

tepid olive
#

I can decrypt widevine anyway so it's ok

misty cradle
#

@midnight leaf why take 200k when u can get 5k from jb users paying for it

#

/s

restive ether
#

lmao

grim sparrow
#

just get a number plate of NULL and get yourself in crippling debt, not deep

misty cradle
#

true

grim sparrow
misty cradle
#

they not sanitizing input

midnight leaf
#

Theoretically I wonder if you could fake ios versions to disable it since it requires iOS 11 to use the fairplay stuff

grim sparrow
#

huh

#

imagine

#

Well that won't work on netflix

misty cradle
#

@midnight leaf is the netflix app on 10.3.3 the same one we run on 13/14?

grim sparrow
#

requires iOS 13+

misty cradle
#

or older version

restive ether
misty cradle
#

if its the same then u could uh reverse netflix

restive ether
#

oh was it cali

grim sparrow
#

ye

restive ether
#

thought it was philly

misty cradle
#

@restive ether dumbass

restive ether
#

your mother

#

go ahead tr1

grim sparrow
#

He was gonna buy his wife VOID too, imagine

misty cradle
#

@restive ether your dadther

restive ether
#

point to Philadelphia on a map for me

#

go ahead

misty cradle
#

mmap()

#

memory mapping in c

tepid olive
grim sparrow
#

lmfao

tepid olive
#

he responsibly disclosed it but still got sued

midnight leaf
#

I've been trying it on Disney+, can't figure it out. Apple just needs to add code to differentiate from using carplay & recording.