#development

1 messages · Page 63 of 1

slender glade
#

usually you shouldn't

olive peak
slender glade
olive peak
#

Im using install name tool, its not my app, just to see if the app detects dylibs inside the frameworks folder instead of loaded ones

slender glade
#

oh uh

#

yeah if ur not in the compilation process then idk i've never done it manually

#

maybe someone smart like capt would know

timid furnace
#

Where exactly are you putting it

#

Note that there are certain restrictions on where you can put signed code

olive peak
timid furnace
#

in the .app folder where

#

bare?

#

inside resources?

#

etc

#

iOS or macOS?

olive peak
#

Inside the .app folder ios

#

In the painload, then in the .app

olive peak
#

To what exactly?

topaz yew
#

without blocking the thread?

olive peak
#

What do you mean by blocking the thread

#

Does it stop then?

olive peak
#

I did, im trying to call a function from an app without hooking anything from the app.

#

From my tweak

#

It gets loaded by the binary, should i make it get loaded from the dylib where the function is inisde?

radiant idol
#

the pings 💀

olive peak
#

I dont really understand what your asking me

radiant idol
#

He's asking you where your tweak injects, what process

#

You're saying it doesn't inject into the app

#

So where does it inject

olive peak
#

It injects into the app

#

So a process you mean the entire app running right

#

I tried calling the function using a pointer, but it crashes except when i call it from a hook of the app

#

But it works inside of the hook

#

One minute

#

I will try to call it again from where i declared the pointer

#

Theres no header

#

Idk how to explain it

#

How do i do backticks on mobile

olive peak
#

After didFinishLaunching i call pointers. This_ is a valid instance of the class too, i just didnt include the pointer chain to it as its too long. Yes i am sure that its valid and works because i changed field offsets of the class and it showed.


void(*msg)(void *this_, monoString *msg, bool boolOne, monoString *string);

void pointer() {
    msg = (void(*)(void *, monoString *, bool, monoString *))getASLR(0x40CB570);
    msg(this_, createMonoString("Hi"), false, createMonoString(""));
}
#

The back ticks didnt even work…

tardy sky
#

hello, for the devs here, how long was it until you made your first tweak

#

or project

slender glade
#

After didFinishLaunching i call pointers. This is a valid instance of the class too, i just didnt include the pointer chain to it as its too long. Yes i am sure that its valid and works because i changed field offsets of the class and it showed.*

void(*msg)(void *this_, monoString *msg, bool boolOne, monoString *string);

void pointer() {
    msg = (void(*)(void *, monoString *, bool, monoString *))getASLR(0x40CB570);
    msg(this_, createMonoString("Hi"), false, createMonoString(""));
}
#

WTF

#

Why doesn’t it work

#

@olive peak fixed it

slender glade
#

2 months to start making something serious

slender glade
#

after u learned how to do iOS dev or tweak dev

radiant idol
#

oh

hexed knot
#

but thats cuz i had a 2 year break

#

bc ios dev is 💩

slender glade
#

But u use Linux

hexed knot
#

yeah

#

its fire on macs

slender glade
#

get a mac bro

hexed knot
#

inshallah the joe money will get me a mac

slender glade
olive peak
#

I got my mac for 500, it works i guess

hexed knot
#

m1 512gb 16gb ram

hexed knot
#

mac mini

olive peak
#

256 gb

#

I dont need that much space

hexed knot
#

me neither

#

8gb ram 256gb is really cheap

#

well

#

for a new mac

#

Hi

olive peak
#

Header?

#

Theres no .h file for the function

#

Yes i am 100% sure

#

App store

#

Uhh i dont have one currently, i will need to update the offsets and all and then test again, i will ping you when i did it, okay?

#

It will take some time as i need to make a bypass for detections first.

#

The offset was right

#

But only in the older version

#

Yes i will ping you when i got it.

tepid olive
#

open source community moment

timid briar
#

That’s a lot of percents

granite frigate
slender glade
#

Yeah

#

It does

#

It’s not that it gets easier but u get more accustomed to it

granite frigate
#

depression

tardy sky
#

i will make something, so basic

indigo peak
granite frigate
#

why is Odyssey refusing to build? it has 2 broken headers

steady nest
#

gonna lean on

#

the symlink is broken

granite frigate
#

ohh

slender glade
steady nest
#

it's just that the symlink is broken there

wicked summit
#

To make your first "serious" project, it largely depends on your existing knowledge of programming and iOS development

#

I would not recommend to begin learning programming through jailbreak development

#

Nor iOS development

radiant idol
granite frigate
#

i tried copying the xpc from iOS headers into my sdk and it's still erroring

olive peak
#

Is there any way i can know at which line my tweak crashes?

granite frigate
#

i got it

#

thanks i was being stupid 💀

#

i copy pasted into macOS sdk instead of the iOS one

#

bruh

slender glade
#

😭

steady nest
#

you don't need to copy anything bruv

#

you just need to rename xcode to xcode.app

granite frigate
#

i checked the iOS sdk it didn't have any xpc folder

steady nest
#

so

#

the symlink points to the os x sdk

granite frigate
#

oh .... oops

#

aight i get it

#

ofc the offsets are broke 💀 damn

visual meadow
#

might as well stick here too

#

Hello,

I am trying to get the kfd Taurine fork to work on my arm64e iPad, on iOS 14.4, But when it tries to bypass amfi, it seemingly doesn't work, I know this because when it tries to run prep_bootstrap.sh, it fails with ERR_JAILBREAK, I tried spawning programs using Filza in TrollStore, but got this error (https://cdn.discordapp.com/attachments/1139719650549190667/1139719990942109847/image.png), I originally thought this offset was changed in the kernel, (https://github.com/Odyssey-Team/Taurine/blob/825424a24cb22da81644724067e3c2a2fea3a2d2/Taurine/post-exploit/utils/offsets.swift#L106). After spending 2 hours, and coming to realize it was the exact same as before, It was not changed. It's just weird how arm64 works just fine on 14.4, Would anyone know how this could be fixed? Because i'm lost, I also tried bindiffing 14.4 and 14.3 kernel in ida but it just errored.

pine holly
#

^^

tepid olive
#

@visual meadow look at task_flags

#

and bsdinfo

visual meadow
#

but idk about task_flags

#

@tepid olive is task_flags flags

#

let flags = isArm64e() ? UInt64(0x3F4) : UInt64(0x3D8) //0x54 diff on arm64e, 0x48 diff on arm64

#

if so

#

thats the same

visual meadow
#

they're the exact same

#

cryptic helped me find jop and he did the rest

#

(those 2)

#

so

#

im lost Shrug

#

so annoying

#

Im thinking of going to 16.5

#

because I hate u0 with a passion

pine holly
#

No

#

Push through bruh

#

You gonna figure this out

visual meadow
#

brooooo 😭 😭 😭

pine holly
#

Also being on 16.5 is still worse

#

14 jb’s are probably gonna be the last true jb

#

Why would you pass on that opportunity

#

Also who knows, someone else may figure out arm64e shit

#

Doesn’t have to be you 🤷‍♀️

#

Also you could try re messaging CS

#

You never know

visual meadow
#

@tepid olive ..

#

could uh

#

this be uh it

#

i think they pac'd it

#

and that could prob be why it works on 14.4 lol

tepid olive
visual meadow
#

I think?

#

I mean it probably could be why it works on arm64 but not arm64e

#

@frank fossil pointed me to file in xnu and i found that

tepid olive
#

taurine has no pac bypass

visual meadow
#

@tepid olive possible to implement fugu pac bypass into it?

unkempt magnet
#

but 14.4 has root:xnu-7195.80.35~2/RELEASE_ARM64

visual meadow
unkempt magnet
visual meadow
#

Ah

#

What coukd it be?

#

Could

unkempt magnet
#

And no csb_entitlements_blob_signature until 14.5

visual meadow
#

Ah

pine holly
#

wh1te do you have an arm64e test device?

unkempt magnet
#

No

pine holly
#

Damn

#

I’m confused then, originally what was the issue Nathan?

#

Like back to the beginning

visual meadow
#

Amfi

pine holly
#

And you have checked offsets and shit

visual meadow
#

ughhh

pine holly
#

Real

visual meadow
#
LoadLibrary(C:\Users\Nathan\Downloads\IDA7.7\plugins\idapython3_64.dll) error: The specified module could not be found.
C:\Users\Nathan\Downloads\IDA7.7\plugins\idapython3_64.dll: can't load file```
#

yea idk

#

its there

faint timber
#

then obviously it has a dep you are missing

#

windows will be cryptic with stuff like that you need to do some recon

pine holly
#

I have had that issue before. I think I ended up finding a new IDA cause the one I had wasn’t the best

visual meadow
pine holly
#

Wait what

#

Did it actually

primal perch
#

letting the malware run as admin

#

🔥

pine holly
#

💀

topaz yew
primal perch
#

its pretty based

#

more secure

pine holly
#

On IDA

visual meadow
#

no\

pine holly
pine holly
#

In console

visual meadow
#

way too long

pine holly
#

Keep it in background

faint timber
#

maybe don't use a corrupted ida

pine holly
#

Dead

primal perch
#

cryptic ida

#

thanks capt

faint timber
#

never was mine

primal perch
#

pensive

pine holly
#

_Cryptic is crazy

#

Didn’t you just have that shit being hosted on one of your servers for a lil 💀

faint timber
#

Don't know what you are talking about

unkempt magnet
#

Nice ida

faint timber
#

doesn't ring any bells

pine holly
#

This guy 🤣

tepid olive
#

imagine not having legit ida

#

🤣

faint timber
#

honestly never hosted anything on servers other than .a files

pine holly
faint timber
#

one small payment of 1400

pine holly
#

I don’t care how financially free I am in life, I will never buy IDA

#

Same with winter

#

*winrar

tepid olive
pine holly
tepid olive
#

IDA 8.3 macOS :))))

pine holly
#

That’s actually crazy

#

Must be some person to be just called “a friend”

tepid olive
#

Well I can't name them

pine holly
#

Yeh

#

@visual meadow how is shit going

hexed knot
faint timber
tepid olive
#

Many people forget IDA home has an arm64 decompiler for 365$

#

And it's way better than Binja

faint timber
#

what features does it lack

tepid olive
#

Tfw I got Binja for free from @grave sparrow, IDA for free from someone, and hopper for free for @grim sparrow

faint timber
#

two ida sources

tepid olive
#

Did I

#

Idgaf haven't used hopper in YEARS

#

It's garbage

grim sparrow
#

I bought it and then Andrew bought it 2 years after

faint timber
#

lets start off saying ida 7.2, 7.3, 7.6 are terribly broken only the docker 7.7 works

grim sparrow
#

All I got was depression

faint timber
#

the original 7.7 had broken stuff

tepid olive
#

No Swift support

#

Lol

#

I can reverse taurine jbd so easily with IDA 8.3

faint timber
#

I ain't need swift stuff I reverse roms my friend

tepid olive
#

i see

faint timber
#

reversing a15 roms is really fun actually

tepid olive
#

that sounds bad

faint timber
#

how? its really easy

tepid olive
#

just get help

faint timber
#

I've been reversing since ~2015/16 started rom stuff in 2019

tepid olive
#

what's the point of it

#

what are u looking for

#

there are no bootrom bugs lol

#

you have better odds of finding CPU bugs

faint timber
#

I'm looking for hardware flaws not software @tepid olive

tepid olive
#

yeah ok

faint timber
#

I already spent my fuck you money I'm not gonna get ida home

steady nest
#

who the fuck needs to reverse swift

#

ida 7.0 supremacy

faint timber
#

I ain't using 7.0 I need long_night

native orbit
#

7.7 is king

indigo peak
#

ida7.7.zst from cryptics hosting service is great

faint timber
#

don't know what you mean

#

text files are pretty boring

visual meadow
#

@tepid olive so idk what to do

#

You know

#

I asked them what I should do

faint timber
#

get good thats what

visual meadow
#

they said to use chatgpt

faint timber
#

your ida is trash

#

they left discord for a long time I'm not sure if they are back yet

faint timber
#

how would you know?

visual meadow
#

thats how

faint timber
#

oh

indigo peak
#

axi0mx [redacted] [redacted] [redacted] [redacted] [redacted]
axi0mx is fucking capt's whore mother

faint timber
#

can I put dm'ed xerub on my resume

indigo peak
#

can i put blocked my revulate on mine

#

or blocked by sbingner actually

faint timber
#

sbingner saurik2™️

indigo peak
#

i think sbingner blocked me bc i made fun of elu as a joke 2 years ago 💀

#

i am not making vertical scrolling

visual meadow
#

wait wait

#

lemme guess

#

vertical scrolling

native dune
#

why is the filter here

indigo peak
#

he is filter

visual meadow
#

wait was geoballs filtered

#

W

indigo peak
#

geolocation - location

native dune
#

this mf

indigo peak
#

i have ideas

#

but im lazy

indigo peak
elder scaffold
indigo peak
#

@grave sparrow youre lucky, my jb phone was on 1%

#

so i can try vertical scroll

native dune
#

capt what's with you and the vertical scroll

indigo peak
steady nest
native dune
#

bruh

visual meadow
#

Whers macos 14 b6

blazing warren
#

He has me blocked for calling him clickbaiter, and I challenged him not to monetize any of his videos if he was really looking to "help" the community

indigo peak
#

lemme see

#

show code

pine holly
night rover
#

RootHide bypasses Jailbreak Detection In All Apps and Games With Amazing Results! iOS 14.0-17.0 and it's FREE and Open Source

faint stag
primal perch
torn oriole
night rover
vivid dew
#

it's freeee

hasty marsh
#

very sex and good

hexed knot
#

this is not development

topaz yew
#

mfw unity

hasty ruin
hexed knot
#

nope cancelled

hasty ruin
hexed knot
#

nah jk

#

but dock icons really doesnt wanna be set to 1

#

safe mode if set to 1

#

i have a fix but its not good

hasty ruin
#

it set itself to one for me

hexed knot
#

wym

hasty ruin
#

bc the default value used to be 1

#

and it was conflicting with my atria dock

hexed knot
#

default value is not 1

#

its 4

cloud yacht
#

Question have you considered hooking whatever this is and just making it have all the apps in the order you want?

granite frigate
#

how does Starfish do the vertical scroll then

indigo peak
#

buggy as hell I heard

faint timber
#

A jailbreak tweak being buggy? Nah

#

Can’t believe that

primal perch
#

crazeware

faint timber
hasty ruin
olive peak
#

Does mshook also work on all rootless jailbreaks? Or is it different for every rootless jailbreak?

unkempt magnet
#

Well, At times, I use Dobby which is developed by jmpews when Ellekit hooks don't work and cause crashes.

#

It works like charm in rootless environment.

#

I used to use Dobby hook framework when I made FlyJB.

olive peak
tepid olive
#

don’t do this

olive peak
#

I dont have any other tweaks

#

Only mine

#

So what should i do instead?

#

I am never working with other people on a tweak ever again. My friend wants to put all my hooks, pointers, patches in a header

unkempt magnet
tepid olive
olive peak
tepid olive
#

yes

olive peak
#

That wont happen

unkempt magnet
tepid olive
#

if you want to hook svc 80 dobby is fine

#

don’t use it for function hooks

olive peak
#

What else should i use then?

#

Also to include dobby, i created a folder in the lib folder of the theos folder. Then added the header and the dylib, do i also add the .a and what do i need to do to use it in my tweak?

olive peak
#

I figured that the header goes into the includes folder of theos.

olive peak
#

I have both in the folder, but want to dynamically link it, not statically. Do i need to add anything else than to add dobby to the tweak libraries?

#

I did

#

Just want to make sure its dynamic, but incase i need it sometime how would i tell it to link statically?

granite frigate
#

hi so i can't figure out what this error means, do I just need correct offsets or is something else broken

granite frigate
#
kr = IOConnectCallMethod(conn, 6, 0,0, args, 0x20, NULL, NULL, output, &output_cnt);
#

guess this is br okd

naive kraken
granite frigate
#

oh

#

bummer

naive kraken
granite frigate
#

ngl i have no idea how this iosurface thing works but i'll try

granite frigate
#

rip

steady nest
#

even before

#

it’s been selector 6 since at least iOS 10

naive kraken
#

hmm then idk

granite frigate
#

conn seems to be a normal uint though 44581

placid kraken
#

is it possible to write to /private/var/containers/Bundle/Application/xxx-xxx/file with objc and without root or krw?

#

i want to write to the app container and overwrite some files from within the app itself

indigo peak
#

im 99% sure the files are codesigned

placid kraken
#

ah

granite frigate
#

so that's L

indigo peak
#

you guys just dont know how to do fonts for discord properly

granite frigate
#

i copy pasted some fonts from twitter

#

it's dm sans.woff or smth idk

placid kraken
#

ive already gotten fonts to work but its done by modifiying the ipa not dynamically

#

the fonts need to be patched by modifying the meta name to be gg sans so that its recognized by wherever its imported from

granite frigate
#

rosiecord moment

placid kraken
#

ok but what does it involve

indigo peak
#

idk that was last year LOL

placid kraken
#

because if it needs to take advantage of root or some exploit then i cant

#

it needs to be pure

#

i should probably inject flex back into the ipa for a little while so i can examine the bundle and stuff

indigo peak
#

no it doesnt

#

lemme test it out

placid kraken
#

if flex can read the bundle then doesnt that mean that the bundle is also writeable?

#

surely apple wouldnt make the bundle read only

indigo peak
#

uh

#

no idewa

#

i think you can

#

probabvly?

#

ino idea

#

where is enmity

placid kraken
#

/private/var/containers/Bundle/Application/ for bundle

#

/var/mobile/Containers/Data/Application/ for data

indigo peak
#

@placid kraken does enmity latest build work on latest discord

placid kraken
#

yeah

indigo peak
#

okay

#

brb

placid kraken
#

rosiecord 192

#

or enmity 190

indigo peak
#

okay

#

ty

#

@placid kraken depending on if i go out today or not i should have a somewhat working dynamic font build by the end of the day

placid kraken
#

ok lol

#

would it be possible to tell me your plan or like your mental mindmap of how it would work so i can try to implement it myself?

indigo peak
#

@placid kraken btw i was wrong, you can write to your apps bundle

#

i thought you meant writting to another bundle

#

the bundle you can write to

#

but you cant overwrite files i think?

placid kraken
#

ah i see

#

wait so still i dont know how you overwrote the font files because i need to do it from the js side skulley

#

and its possible to write to files because theyre exporting a custom FileManager as a NativeModule in RN

#

but ofc if i try to write there it fails

indigo peak
#

its a little buggy

#

but

#

yeah

#

you get the idea

placid kraken
#

HOW

granite frigate
#

rosiecord eating good soon™️

placid kraken
#

not really

#

because i need to then make this work for android aswell

granite frigate
#

ah

olive peak
#

Is there any hooking method which works with jit only?

olive peak
#

Also theres an app where i want to bypass detection of loaded libs. But it only seems to detect libs that are codesigned

#

What could it use to detect that?

native dune
#

lol

hasty ruin
native dune
#

always online drm hyperixa style

hasty ruin
native dune
#

sounds like a great idea

hasty ruin
hasty marsh
#

:3

hasty ruin
#

@hasty marsh discord reply fail

hasty marsh
#

skulley

placid kraken
#

i doubt it would even launch in enmity anymore

native dune
#

I've switched to vendetta since then troll

placid kraken
#

great

safe laurel
#

@placid kraken fixed the bug

#

lmao

#

I’m on my alt acc

placid kraken
#

what bug lmao

indigo peak
#

there was a bug where if you restarted the app with the theme + font applied the font wouldn’t be applied when it reopened

tepid olive
#

imagine using discord enough to need those

indigo peak
#

true

#

all I need is pure dark mode and I’m good

native dune
#

literally

pine holly
pine holly
placid kraken
#

but you still havent said how it works

#

:3

placid kraken
#

we know

indigo peak
#

it’s a test font

#

it was the first one on the font website, and also easy to tell if active

indigo peak
placid kraken
#

ok ty

hasty marsh
pine holly
#

POV: Painting with chocolate outside u0

primal perch
#

captware 🔥

primal perch
#

yeah true

safe laurel
gentle grove
#

actually thats more to do with the choice of white text on white background

lime pivot
#

using a title font as a body font 👌

placid kraken
#

can someone tell me why objc syntax is so absolutely disgusting

#
void SwizzleFromDict(NSString *kind, Class class) {   
    NSDictionary *dict = getThemeMap(kind);

    for (NSString *colorName in dict) {
        NSString *originalMethodName = colorName;
        SEL originalSelector = NSSelectorFromString(originalMethodName);
        IMP originalImplementation = method_getImplementation(class_getClassMethod(class, originalSelector));

        // cast the IMP to return an id
        id (*getOriginalColor)(Class, SEL) = (id (*)(Class, SEL))originalImplementation;

        MSHookMessageEx(class, originalSelector, (IMP)imp_implementationWithBlock(^UIColor *(id self) {
            id color = getColor(colorName, kind);

            if (color) {
                return color;
            }

            return getOriginalColor(class, originalSelector);
        }), NULL);
    }
}

%ctor {
    SwizzleFromDict(@"semantic", object_getClass(NSClassFromString(@"DCDThemeColor")));
    SwizzleFromDict(@"raw", object_getClass(NSClassFromString(@"UIColor")));
}
#

some parts are fine but id (*getOriginalColor)(Class, SEL) = (id (*)(Class, SEL))originalImplementation; is insane

pine holly
#

Yeah I went from python to this

#

How do you think I feel

#

I was secluded in the perfect python world

placid kraken
#

objc syntax makes me think raw js with no static types is feasable to make websites with

pine holly
#

Then hit eith reality

blazing warren
pine holly
#

Disc0ver

indigo peak
indigo peak
#

That’s just regular casting

#

with objc variables

hasty ruin
#

that's the first time i've ever seen someone use imp_implementationWithBlock

placid kraken
#

wouldve made that 100x easier

indigo peak
#

technically you can

severe stream
#

so good fr

ocean raptor
indigo peak
#

so true

primal perch
#

alderis is malware

faint timber
#

devel ment

primal perch
#

based

primal perch
faint timber
#

this is actually spyware ironically

hasty ruin
indigo peak
lime pivot
#

yeah I know

placid kraken
hasty ruin
lime pivot
#

hurry up and become 18 already

hasty ruin
#

kirb got too used to british laws when he was here

lime pivot
#

I feel like I shouldn't be joking about that any more after recent events

faint timber
#

what's the requirements for voting in UK

primal perch
#

first kirb wants feet now this

#

slippery slope

lime pivot
#

bro

hasty ruin
#

first it was arms

ocean raptor
#

What has been going on?

faint timber
#

are you a teeth kinda guy?

primal perch
#

fingernails

hasty ruin
#

Couldn’t find the arms screenshot but found this

faint timber
#

1/10 chance one of us is being serious

ocean raptor
pine holly
faint timber
indigo peak
#

Trust

placid kraken
#

lol okie

indigo peak
placid kraken
indigo peak
#

@placid kraken are you like head dev for enmity now

granite frigate
#

she’s doing rosiecord innit

hasty ruin
#

init

indigo peak
olive peak
vivid dew
lime pivot
#

.

#

happy birthday big man!

vivid dew
olive peak
#

Ok so, i was trying to use dobby for hooks a few days ago, but just couldnt get it to work. In app it tells me „Unable to find load 248“, which i think is because of dobby.
What i did was:
1 add a dobby folder with the dylib to the lib folder of theos
2 add the header to the include folder of theos
3 add the ldflag -L$(THEOS)/lib/dobby
4 add dobby to the tweak libraries in the makefile
I didnt get any errors compiling and it seems to link to the right dylib. Just when launching the app it doesnt seem to work. Giving the said alert but not crashing.

olive peak
#

I think its best to use another hooking library in this case? Are there any others that work with rootless and rootful?

placid kraken
placid kraken
#

well im helping eternal but weve both made lots of progress ^^^

indigo peak
#

@placid kraken im pretty sure fonts are 100% working, ttf, otf and woff fonts work, ill dm you the code now

granite frigate
#

i got the offset from time_waste it was 0xdd0

#

now i have another error woe.

tepid olive
#

that error you’re getting is an iosurface related failure being passed as an argument

#

i think your ioconnect is wrong

granite frigate
#

the usecount selector is probably wrong

#

it's 16 on iOS 15/16

slender glade
granite frigate
#

i checked time_waste it seems to be 15

granite frigate
slender glade
#

I’m joking.. half

granite frigate
#

😭

#

got damn

slender glade
#

Try it ig

granite frigate
#

i did

#

it just paniced with no error now

slender glade
granite frigate
#

oh it's another kfd panic

#

so it silently errored woohoo

tepid olive
#

why are u doing this odyssey is fine as it is

slender glade
tepid olive
#

tardy0n is great

primal perch
tepid olive
#

seek help

granite frigate
#

true

granite frigate
#

happened to me so many times

slender glade
#

Same

#

💔

#

Oh what I can delete and pin messages here now

granite frigate
#

developer role things

granite frigate
slender glade
#

Brother stop doing this

#

This is a new low of boredom

granite frigate
#

i have no school for 2 months

#

if i dont get odyssey working by today i'll just copy u0 source and add kfd to it

#

my 5s no longer has to suffer

slender glade
granite frigate
#

True .........

hexed knot
#

Donate an arm64e ios 15 device and iphone x to @hexed knot he really needs it

hexed knot
#

I am not poor

visual meadow
#

@tepid olive what sb bypass did u find and hows it work

#

Maybe i shoulda stayed on 16.0.3

granite frigate
#

it's probably another thing

#

and idk which

hasty ruin
#

blame capt

granite frigate
#

project zero writeup

steady nest
#

dude if you're doing it for 13 just check oob timestamp please lol

granite frigate
#

i am

#

i copied the code 😭

steady nest
slender glade
hasty ruin
slender glade
#

Wtf

#

I don’t even check that

#

Lemme remove it

hexed knot
#

i leave the default because i dont give a fuck

slender glade
#

It’s cool sometimes

#

Also general is like 20x worse than jailbreak

hexed knot
#

tbh jb is pretty lax

#

capt when he realizes rjb is a support server

slender glade
#

They’re more bearable than some of the mfs in general

pine holly
#

Can’t even fit that shit

hexed knot
#

how this dude got staff channel

slender glade
pine holly
slender glade
pine holly
pine holly
slender glade
#

every week someone would get banned from the sub for the most minuscule shit and they’d complain in #subreddit and it was always pj who banned them lol

pine holly
#

Gonna be me

#

Speed run getting banned

hexed knot
#

everybody hated pj lol

slender glade
#

She instagram herself like bad bitch alert, he instagram himself like mad rich alert

granite frigate
#

omg pj

#

havent heard that name in years

#

the subreddit's no 1 enemy

#

i think i figured out why im panicing

slender glade
slender glade
granite frigate
#

fr

#

im dumb as hell

slender glade
#

What

#

Is this still the odyssey thing

granite frigate
#

yes

#

it is

slender glade
#

Okay well have some shame

granite frigate
#

ok

#

wait its unrelated what am i even saying

pine holly
#

Not judging just curious

naive kraken
#

@granite frigate just put the kernel into IDA and find the offsets

granite frigate
#

there's 0 point im just bored

pine holly
#

Just wanted a new exploit? Odyssey’s wasn’t that bad right

slender glade
pine holly
#

Couldn’t you bump version too? Odyssey was restricted by exploit I think

#

Lemme check GitHub hold

granite frigate
#

odyssey supports 13.x

pine holly
#

Nvm I’m stupid

granite frigate
#

i should try using kfd on iOS 12 instead because chimera is ass

pine holly
#

Yeah do that, odyssey has 3 usable exploits 2 of which overlap all versions

slender glade
#

Chimera is ass because of the 50 different core animation functions being called every second

#

I’m joking that’s not why

#

But it’s still ass

pine holly
#

So kinda pointless, not stopping you, do it if you want lol

slender glade
#

The animation shit probably contributes

granite frigate
#

chimera is gorgeous

#

i want to recreate the ui to practice

slender glade
#

@granite frigate I have something to tell u brother

pine holly
granite frigate
#

yes

slender glade
#

Chimera isn’t open source

granite frigate
slender glade
#

For some reason

granite frigate
pine holly
granite frigate
#

i'm probably gonna yoink unc0ver source and replace the exploit

#

for kfd

granite frigate
pine holly
#

Opa you still lurking here? I got a question

slender glade
pine holly
granite frigate
#

ooo

pine holly
#

Don’t think anyone has ngl

granite frigate
#

true

pine holly
#

And 8

#

Just for the fuck of it

#

It might be more fun that what you are trying

#

Prolly learn more too

granite frigate
#

Yeah

#

good idea

pine holly
#

More issues = more fun

slender glade
#

It’s not going to work

pine holly
slender glade
#

It is not going to work

pine holly
#

Probably not

#

Be they will have fun trying

#

And if it does work, it would be very cool

granite frigate
#

Why would it not work

pine holly
#

Idk, lemme check kfd GitHub

granite frigate
pine holly
#

I actually have zero clue how far back it will go, it’s a kernel exploit so it’s like it’s easy to find when said but was introduced

hexed knot
#

Ok(())

slender glade
#

lol

wicked summit
#

O(k)

primal perch
#

Ok(k)

visual meadow
#

Ok(Ok(Ok))

olive peak
#

So what should i use for function hooking on rootless and rootful jailbreaks? Dobby doesnt seem to work

ocean raptor
#

Ellekit

visual meadow
#

Give the sauce

#

Bro

#

Us, 16.4 and below Citizens want this

tepid olive
visual meadow
#

☠️☠️☠️☠️☠️☠️☠️

slender glade
visual meadow
#

Crazy

#

Like

#

Whats the point

pine holly
#

She on that CS shit 💀

visual meadow
#

Exactly

pine holly
slender glade
#

nah it’s not the same imo

pine holly
#

I’m just making a joke

steady nest
visual meadow
pine holly
#

Bro is just curious and bored

steady nest
#

figure out what

pine holly
#

Let the mf have his fun 😭

visual meadow
#

What degrades when you tell me how it works

steady nest
#

how will you use a bug

#

lol

visual meadow
#

It's already patched so what money are you getting

pine holly
#

#1 fs

steady nest
#

because it's not patched

#

it's just different on 16.5

visual meadow
#

Why wont they look at it

tepid olive
#

Coz idgaf

visual meadow
#

If it works on newer versions ☠️☠️☠️

slender glade
#

Nathan

#

what does the bzero function do

steady nest
#

yeah bro

#

if you want 14.4 arm64e

tepid olive
#

I don’t owe u anything 🤭😘

steady nest
#

what about you look for offsets and debug

visual meadow
steady nest
#

instead of asking everyone for shit

pine holly
#

God damn 🤣

visual meadow
#

Im new

pine holly
#

This got heated for no reason

steady nest
#

yeah bro

slender glade
visual meadow
#

Use

steady nest
#

and you think we spent how much

slender glade
#

We saw that…

pine holly
tepid olive
#

no you didn’t

pine holly
#

It be hard to just “learn”

visual meadow
#

Lol why y'all have to be dicks

steady nest
#

was it run or rn

visual meadow
#

Im starting to see why cs left

slender glade
pine holly
#

That’s what I’m saying Nathan

steady nest
#

that you wanted to say

slender glade
#

🗿

visual meadow
#

Same same bro

steady nest
slender glade
#

Ok Nathan let me tell u something bro

#

Nvm I’m on 599wp

#

otherwise I’d have typed out the paragraph

visual meadow
#

Tell me in dms

slender glade
#

no

steady nest
#

"bro but i spent 2h breastfeed me plzzz"

visual meadow
#

Yes

slender glade
pine holly
steady nest
#

titsssssss

indigo peak
indigo peak
#

hi iosrouter how are you

tepid olive
pine holly
#

I’m solid, how are you?

tepid olive
#

😭

indigo peak
#

good

slender glade
pine holly
#

That’s good. Life been treating you right?

visual meadow
#

I just would like to be as good as you guys but idk where I should start

indigo peak
slender glade
#

Ok Nathan here’s the issue

#

All of us here are at diff levels but we got to where we are bc we eventually would research the stuff ourselves

#

And then we’d figure out and learn

#

You have a habit of just asking for THE thing

pine holly
tepid olive
#

tomorrow i’m deactivating my twitter, monday i’m deactivating discord btw

slender glade
#

I’m saying this to be helpful bc I don’t want anyone to be aggressive to u anymore

pine holly
tepid olive
#

school starts

slender glade
#

You can’t just do that rn bruh

tepid olive
tepid olive
slender glade
steady nest
tepid olive
#

i did tcload and handoff

pine holly
tepid olive
#

it almost works just ask mineek to fix it up

pine holly
slender glade
steady nest
#

try to patch stuff manually

visual meadow
visual meadow
steady nest
#

then check how that leads to a jailbreak

steady nest
#

check every patch

visual meadow
#

I worked on palera1n v1

steady nest
#

what's it for

slender glade
#

And there are many other open source jbs/tools

indigo peak
pine holly
#

*of you

steady nest
slender glade
pine holly
#

*of you

slender glade
#

nvm he’s not

steady nest
#

20x

visual meadow
#

Adhd is hard

#

I remember nothing

indigo peak
#

tbh

steady nest
#

I can't do half the shit he's able to

indigo peak
#

nah but heres the thing
everyone is more capable in different aspects of development

pearl sail
pine holly
#

Ok sorry I’m done

pine holly
#

@steady nest what was your starting place

primal perch
#

youve put yourself on the low ground for some reason

slender glade
indigo peak
pine holly
#

He got gang degraded, just scroll up

visual meadow
#

I've spent ages trying to find this one ipv6 bug too

#

That was patched in like 16.6 i think

steady nest
pine holly
primal perch
#

go read the holy trinity by levin

steady nest
#

starting in like 6

visual meadow
#

This

pine holly
steady nest
#

focusing on userland bugs instead of kernel bugs because they were too hard

pine holly
#

ahh alright

primal perch
#

in the words of shia lebouf

#

just do it

steady nest
#

then i grabbed dora's work on pangu's untether stuff

#

read on the info online

pine holly
#

Last thing I read was tihmstars presentation and the one him and CS did

steady nest
#

and improved it

visual meadow
#

Its hard to diff the kernel when bindiff isnt working either

pine holly
#

Can’t afford to bootloop

steady nest
#

a 5 is the best dev device

pine holly
#

Like IPhone 5?

steady nest
#

yes

primal perch
visual meadow
#

I just want a jailbroken main phone again

pine holly
#

What’s latest signed

steady nest
#

10

#

8 signed too

#

has coolbooter

pine holly
steady nest
#

vulnerable to checkm8

#

lightning

pine holly
# steady nest 8 signed too

Actually that is true, it’s a solid device but anything I learn would be old methods. By the time I figure my shot out everybody is scratching their heads at 17 and I’m still on 12

#

*iOS version

#

Meaning like figuring out new security features and such

steady nest
pine holly
#

Howd you test?

steady nest
#

ida

pine holly
#

You have a Mac?

steady nest
#

very recently

primal perch
#

why are you doing it tho fr do you crave relevance or do you actually like hacking

#

you gotta want to do it

pine holly
#

Ahh, I only have windows and don’t wanna bite the bullet and buy a Mac

pine holly
#

And I have very little level here, I don’t care if I’m known

#

I do shit for me

#

No offense Nathan but same reason I’m invested in kfd taurine

#

So my main is more stable

pearl sail
#

But you get paid for recognition/relevance sadly

pine holly
#

Not here for the money

#

I’m legit in high school

#

Broke bitch era

pearl sail
#

Future investment kind of a thing

pine holly
#

No offense but I hope I’m not in the jb scene in 4 years

#

I know this shit “temporary”

#

Cause if my job after college is so boring I have time for this then I’m doing something wrong

#

Nothing is wrong with that it’s just not how I want my life to be

primal perch
#

rjb dev not do computer science challenge

pine holly
#

Not with a 10 foot pile

#

*pole

#

Obj c is homo

slender glade
pine holly
#

Swift is modernly gay

#

And yeah

visual meadow
#

I just want to learn but its just hard to focus

#

Always get sidetracked

primal perch
#

fix yourself then

#

meth lite/therapy

#

nothing more important than fixing yourself

pine holly
#

Nathan being dead serious how old are you

visual meadow
#

16

slender glade
#

Age doesn’t really matter in terms of dev tho

tepid olive
#

?

primal perch
#

yea theres chinese kids that are 14 that know more than everyone here

primal perch
#

not capt

visual meadow
primal perch
#

yeah

slender glade
#

I’m turning 17 next month and my dms w Nathan are like 3k messages of him asking me on how to do dev stuff lol

tepid olive
#

14 mentally

slender glade
#

So it’s not abt age

crisp frost
#

WTF is happening here and why does my phone auto capitalise WTF

slender glade
#

Idk u just need to get urself off the foot ground or however u say it

visual meadow
primal perch
#

that or go join another scene

visual meadow
primal perch
#

go find a 3ds userland vuln theres far less safeguards

#

ios is the most secure platform in the world ofc its hard to get into

visual meadow
#

I sold my 2ds xl

pine holly
# slender glade Age doesn’t really matter in terms of dev tho

Nah my point is that he is still young enough that not having the ability to sit down and put your mind to a task can be changed. It’s just like study habits and shit, you just need to learn. Just cause you can’t sit down rn and stare at the same screen for 12 hours doesn’t mean you can’t learn. Your brain just needs more stimulation than others. Because your 16... nothing wrong it’s just a fact

pine holly