#development

1 messages · Page 78 of 1

brazen timber
olive peak
#

Is there any hooking framework which works only using jit?

#

No jailbreak

ashen birch
#

what

#

do you mean like for sideloading a tweaked app

olive peak
#

For example yeah

granite frigate
#

not a hooking framework

olive peak
#

Yes but how do you hook

wind ravine
#

im getting a theos error "a sysroot cannot be found"

granite frigate
wind ravine
#

nvm i didnt have the 15.4 sdk

minor cargo
#

nobody needs jit

#

that’s so 2012

#

i use the big snake compiler

olive peak
#

Doesnt jitterbug or something do that

olive peak
granite frigate
#

sideload livecontainer and run it with JIT then you can run the ipa/app and tweak without signing those

placid kraken
#

i

lyric heron
#

or through a second i phone

#

well yeah

#

ive used it before

#

for UTM

#

installed jitterbugpair on phone and utm on ipad

unkempt magnet
wind ravine
#

how do i fix this error with cmake:

==> Compiling module interface (arm64e)…
error: emit-module command failed with exit code 1 (use -v to see invocation)
<unknown>:0: error: invalid argument '-std=c++14' not allowed with 'Objective-C'
<unknown>:0: error: clang importer creation failed

error: fatalError
wind ravine
#

but then it fails

snow python
#

Its failing right now

wind ravine
#

requires cmake tho

snow python
#

Are you writing in objc++?

wind ravine
#

yes

#

i didnt write this

#

im trying to compile it first then im gonna adapt the code

native dune
#

std

snow python
#

I dont remember off the top of my head, I think you are going to need to modify the cmake file further

wind ravine
#
#import <cstddef>
        ^~~~~~~~~
1 error generated.```
#

yeah i think i need std

silver rampart
silver rampart
#

do u know what toolchain you're using

slender glade
silver rampart
silver rampart
#

by hand or ur bad

wind ravine
slender glade
native dune
#

this is actually cool

wind ravine
#

where do i find the xcode sdks

#

i can only find the sdk for 17.0 even though i downloaded 15.0

olive peak
#

Ok good, but how can i hook using only jit?

silver rampart
#

for reference:

wind ravine
wind ravine
#

im using the make command

#

it says cmake not found

#

wait

#

it needs to be for obj c++ but i think its trying that argument for regular obj c

#

it compiles if i change CCFLAGS to CXXFLAGS but it still says error when importing cstddef

#

what do i do ae

native orbit
wind ravine
native orbit
#

what ur cxx flags?

wind ravine
#

CXXFLAGS += -std=c++14

#

i wonder if this would still work if i compiled it into an xcode app

native orbit
#

targeting ios?

wind ravine
#

ye

#

it uses theos tho

silver rampart
#

looking through the source does this even require c++?

wind ravine
#

it uses obj c++

silver rampart
#

it looks like the developer just made all the files objc++ because they could?

wind ravine
#

lol

#

i will change it to obj c then

native orbit
#

fr just rename to .m and remove c++ headers and see what happens

silver rampart
#

cstddef => stddef.h
cstdlib => stdlib.h

wind ravine
#

idk

#

i didnt write this

#

its inside a static function

native orbit
#

@wind ravine use this makefile, keep everything else in the tweaks stock

wind ravine
#

wait

#

is it missing a .h

native orbit
#

no its not

hasty ruin
native orbit
#

it doesnt have one

wind ravine
#

yes

#

i updated it this morning

slender glade
native orbit
#

what sdk u using with theos

#

wild that bro used Hikari on a oss tweak

wind ravine
#

14.5

native orbit
#

use 15.5+

wind ravine
#

i can only find the 17.0 sdk

#

in my xcode directory

native orbit
#

they used a few things that are 15.0+ in swift

wind ravine
#

ik

native orbit
#

not that but other errors after thats fixed prob

#

use visionOS sdk chad

wind ravine
#

how do i download a specific folder on the github

native orbit
#

you dont

wind ravine
#

bruh

silver rampart
#

does this even work for compilation

#

sick

wind ravine
#

its because i didnt have the sdk in the folder

#

i was trying the 15.0 sdk when i only have the 14.5 sdk

native orbit
#

setting TARGET correctly

#

ah

#

same shit

#

iphone:clang:latest:latest intjpray

primal perch
#

clang sux

native orbit
#

llvm is god

primal perch
#

yeah basically

#

even if its good

#

im gonna be contrarian

native orbit
#

mfs fav compiler is probably MS QuickC

wind ravine
#

idk how to put the sdk into theos

#

its not the correct folder

#

its just the frameworks

native orbit
#

nah they made rootful fugu uhh

wind ravine
#

ik the name

#

yeah putting them in there didnt work

timid furnace
#

Question

#

What's the point of not using the latest sdk

#

Like new sdks should have backwards compat based on the deployment target, so why use older ones?

#

This is unrelated I didn't read any context

silver rampart
#

generated private ones may be missing symbols in the tbds?

timid furnace
#

I guess

silver rampart
#

version pinning usually removes a bit of headache/guesswork w compiling

timid furnace
#

Ic

#

No point when only dealing with public/non jailbreak context, right

native orbit
#

just dont use 2 day old apis

#

use them ios 4 deprecated ones chad

silver rampart
timid furnace
#

Deployment target is different

wind ravine
#

it compiles past the previous issue now but i have this error

torn oriole
#

It doesn't, it's a Theos skill issue

#

I battled with this issue for AGES

#

I can't remember what you're supposed to do but it's that or manually change the platform from null to whatever is a valid platform (ios?)

#

@wind ravine find $THEOS/sdks -type f -name "*.tbd" -exec sed -i '' 's/platform: (null)/platform: ios/g' {} \;

native orbit
#

my favorite platform: (null)

torn oriole
#

ld used to let you away with not having a platform hm

torn oriole
#

Me when sdk's that are baked properly

primal perch
#

me when cock

#

🔥chingchong

native orbit
#

what ur target set as in the makefile

wind ravine
#

15.0

#

do u think i can put this into an xcode proj and do it without theos?

native orbit
#

try 15.5 sdk

#

maybe idk

wind ravine
#

i need it for 15.3.1

native orbit
#

you target for 15.0 using 15.5 sdk

#

you can build ios 9 stuff with the 15.5 sdk

primal perch
#

capt inc pornnfr

#

corn

indigo peak
#

I wanna rewrite calculatorhistory

wind ravine
#

im trying to put it into an xcode app and its not working

silver rampart
#

theos TARGET variable tearing it up today

wind ravine
#

i got it down to 2 errors

#

just undeclared NOTIFY_RELOAD_HUD and NOTIFY_LAUNCHED_HUD

hasty ruin
native orbit
hasty ruin
#

yeah true

wind ravine
#

what is notify reload hub

#

ae it no worke

#

do i really need theos for this?

silver rampart
#

dont go down that rabbit hole use theos lol

silver rampart
wind ravine
#

still wont work

#

xcode wont work

silver rampart
#

replace all instances of NOTIFY_RELOAD_HUD with "ch.xxtou.notification.hud.reload"

wind ravine
#

didnt end up having to after adding the cflags

#

linker errors tho

#

am i missing a private header?

visual meadow
#

framework

#

IOKit and something else

#

add it to private frameworks

silver rampart
#

iokit, springboard, springboardservices,

#

i think BKS is backboard something?

wind ravine
visual meadow
wind ravine
#

its not a makefile

#

its xcode

silver rampart
wind ravine
#

so just add the headers?

silver rampart
#

you need to add those to your linked libraries

#

^

wind ravine
#

for ui

native orbit
#

its a tweak...

wind ravine
#

no its an app

#

for trollstore

native orbit
#

oh

wind ravine
#

the person just based it off a tweak

silver rampart
#

aaand GSEventInitialize is GraphicServices

wind ravine
#

i think thats why its using theos

native orbit
#

build with theos for less pain

wind ravine
#

theos wasnt working

#

and if i do then i have to use uikit instead of swiftui

silver rampart
#

xcode isn't working either

#

lul

wind ravine
#

yes

radiant idol
wind ravine
#

long term yes

silver rampart
#

idk if it'd be worth trying to port a project from theos build to xcode if you aren't familiar with what that entails / the difference between make and cmake

#

maybe push through resolving the theos issues

wind ravine
#

can i build an xcode project with theos?

indigo peak
wind ravine
#

i still dk what it needs theos for

native orbit
#

for its build system...

indigo peak
#

@lime pivot should i make a modern tweak & more modern objc application template (remove old deprecated stuff)

native orbit
#

uikit >

hasty ruin
#

objc >

wind ravine
#

ok i finally got it to build

hasty ruin
#

inb4 crash on launch

wind ravine
#

where did it build to

indigo peak
#

which one should i prioritize

wind ravine
#

failed to sign app

#

i cant get this to build

indigo peak
#

dude idek what else would be in a modern tweak, besides changing the mobilesubstrate requirement to not have a specified version

#

also change target version to be like

#

iOS 13 or smth

wind ravine
#

i just need swiftui

#

im not making an app in uikit

vivid dew
#

there is literally nothing wrong with uikit

#

you're just stupid

wind ravine
#

takes longer to write

indigo peak
wind ravine
#

im gonna write it anyway for some stuff, i just want swiftui for the app's ui

indigo peak
#

this is legit you

#

why spend 2 hours writing uikit when you can spend 5 hours trying to compile swiftui

wind ravine
#

first i need to figure out where this builds to

indigo peak
#

mfw compiler is unable to type-check this expression in reasonable time

torn oriole
#

Fuck compiling

#

Assemble the code yourself

#

Miss a 0 and then fork bomb your entire pc

indigo peak
#

i wonder how the compiler even knows how its an "unreasonable amount of time"

faint stag
#

it's literally just how fast it can do calculations

wind ravine
#

i do make and i think its successful but where is the app compiled to

torn oriole
indigo peak
#

@torn oriole @compact swift i wrote code so bad xcode doesnt even know whats wrong with it:
Failed to produce diagnostic for expression; please submit a bug report (https://swift.org/contributing/#reporting-bugs)

torn oriole
#

holy shit

silver rampart
indigo peak
#

and then when it came time to put them down i realized

#

i dont have ideas

silver rampart
#

mood

hexed knot
hexed knot
#

any news?

blazing warren
#

any news?

oak sand
#

any news?

#

Anyway, is there any way to convert ipas to debs on pc? on linux or windows?

brazen timber
#

tfw ur compiler is so slow there's a timeout by default

hasty ruin
#

Fr

tepid olive
#

fr

brazen timber
hasty ruin
#

It was for colonising

brazen timber
#

oh

hasty ruin
#

🏴󠁧󠁢󠁥󠁮󠁧󠁿

primal perch
torn oriole
manic willow
tepid olive
#

Thats literally you

manic willow
#

Yeah but it's fake

tepid olive
#

How

torn oriole
#

"Proof?" Mfers when I show them the logging server

brazen timber
#

message logger :/

manic willow
#

message logger :/

torn oriole
#

Oh

#

You're a moron aren't you

#

Nice alt you have in the server

manic willow
#

?

#

OH THAT

brazen timber
#

(im the alt)

#

oh

manic willow
#

CHECK THE JOIN DATES

tepid olive
#

I saw that troll

#

But i forgot about it

manic willow
#

THATS AN IMPOSTER LMAO

tepid olive
#

Its you

manic willow
#

check their message history

#

It's literally not me

torn oriole
#

It's you

manic willow
#

it's not

#

lmao

brazen timber
#

ban both just to be safe

manic willow
#

bro 💀

torn oriole
#

No way that ain't you bruh

#

Askin the same stupid ahh questions

manic willow
#

it isn't me

tepid olive
#

Its you

tepid olive
#

just saying

torn oriole
#

Admit it or I'll ban both the accounts skulley

manic willow
#

no I'm serious that isn't me

lyric heron
#

ban everyone

manic willow
#

Search my message history with images and go to the ones talking to this mf

brazen timber
torn oriole
manic willow
#

and?

#

it isn't my account

#

Why would I talk to myself

torn oriole
#

Because you're schizo

manic willow
#

I'm lonely but not a schizo

tepid olive
#

To make it seem legit

#

Its you bro

manic willow
#

I would set up an account that looks like mine

#

Talk to it

tepid olive
#

Probably

manic willow
#

Even though it looks the exact same

#

And would very obviously be an alt account

tepid olive
#

Wait your right

#

Its not you

#

Wtf

manic willow
#

it isn't me

#

I've been telling you this lol

olive peak
#

You are NOT the king

primal perch
#

Artemis causes global cooling

chilly ocean
#

First post, first try messing with iPhone, forgive my insolence.

Attempting to bypass Certificate Pinning without jailbreaking, dumped an IPA, found an exploitable little loophole, want to patch-sign-and-load this hoe back onto my phone.

The Problem:
how the fuck do i resign my IPA? it was originally dumped from IPATool & doesn't contain an embedded.mobileprovision file
I have an Apple Developer account & paid my Apple Tax, need to generate an entitlements.plist file (so i can create my own provisioning profile) that is defined by embedded.mobileprovision, but as stated, its missing??

why?? does IPATool ignore this?? has i ever??

#

i have the raw IPA from both iMazing and IPATool and both are conviently missing by embedded.mobileprovision file, im really not sure why as all the docs i read say it should be impossible to upload without this

#

i just want my entitlements.plist 😭

torn oriole
#

But I think this is a difference between App Store signed apps and self signed apps

#

App Store apps of course not including it

#

You will also need a private key to be able to re-sign an app

chilly ocean
#

so when selecting certificate type

#

there is "iOS Distribution (AppStore / Ad Hoc)"

#

and you do need to sign it (with embedded) to publish to AppStore

#

so WHERES MY CERT sad

torn oriole
#

wait so

#

what are you trying to do again

#

run it by me

chilly ocean
#

OKAY SO

#

i have an unmodified IPA

#

i turn it into not that

#

and now its modified

#

now i want to resign it and load on to iphone

#

without jailbreak

#

idc if thats sideload or whatever

#

i have apple dev acc

#

how do i fucking do this im going insane

#

i need to sign bcus duh, hashes dont check out & i modified a resource file so _CodeSignature is fucky

#

& iOS fails to verify integrity, as it should

#

as i understand it, i should be able to generate a cert that allows me to ad-hoc an app that ruins my phone if i wanted

#

i just wanna ad-hoc a modified app back onto my phone

#

so how do i !!!

sly knoll
#

anyknow onw why?

#

im building cryptex manager

vivid dew
chilly ocean
#

hm you can probably extract the mobileprovision from the _CodeSignature

#

seeing as its based around that and the .cer

nimble parcel
manic willow
#

GUYS GUYS GUYS

#

DO ANY OF YOU HAVE A SECRET VERSION

#

OF TROLLSTORE

hasty ruin
#

i do

#

$828.82

manic willow
hasty ruin
#

I do!

blazing warren
#

I already bought it, I screwed you

tepid olive
#

How can I diff macOS 13.5.2 and 13.6 to see what changed in terms of security? I have ghirda as I don’t have enough money for ida pro

#

I know Apple has OSS on GitHub

fiery seal
#

average discord experience when you have 25 useful pins buried beneath 25 shitpost pins

manic willow
#

Bro don't start deleting my msgs

#

I've stopped trolling

chilly ocean
#

alright gaymers its time to test out signing my app again

#

rise and grind

tepid olive
#

How do I pirate a macOS kernel

#

💀

primal perch
#

ida

tepid olive
#

Oh you mean pi…. Ida

#

Yeah no

#

Ghirda is more than sufficient

chilly ocean
#

the fact ghidra is 1) written by the NSA and 2) written in fucking Java is absurd

timid briar
#

Java really said “System.out.println()”

pearl sail
slender glade
chilly ocean
#

the feds are in my walls the feds are in my walls the feds are in my walls the feds are in my walls the feds are in my walls the feds are in my walls the feds are in my walls

#

its just interesting that the NSA wrote it

cloud yacht
slender glade
#

find any way to not support them

chilly ocean
#

the NSA doesnt care if u evade taxes

slender glade
chilly ocean
#

the best way to troll the NSA

#

is just POST to https://whitehouse.gov with data like "i know what you are" a couple million times

The White House

President Biden and Vice President Harris promised to move quickly to deliver results for working families. That’s what they’ve done.

#

bcus then someone has to review it

#

or you get rate limited

slender glade
#

u and joe bidenmust be sharing those 3 same braincells

chilly ocean
#

yer

#

i am

#

boe jiden

#

ya just install a botnet on thousands of computers and make them post to the whitehouse with bungus data for fun

#

totally easy task to accomplish

#

should be doable in a couple minutes really

cloud yacht
#

just make a tweak that randomly sends garbage data to the whitehouse

chilly ocean
#

crack commerical software and instead of including a rat or something

#

just

#

make a little script that randomly pings the whitehouse

#

not even send data

#

just ping it

cloud yacht
silver rampart
silver rampart
#

products and services

slender glade
silver rampart
#

ur just mad that u dont have one

#

uncaffeinated scrub

slender glade
pearl sail
pearl sail
#

Shut your tax paying ass up

#

I got your SSN

#

Equifax is a bitch

primal perch
#

gotten

slender glade
primal perch
#

“healthy”

hasty ruin
lyric heron
manic willow
#

yo are havoc's download servers unreachable rn?

#

nvm they're back

pearl sail
hasty ruin
#

i will continue to bully capt like that

silver rampart
#

wjhats zefram

hasty ruin
# silver rampart wjhats zefram

Zefram is malicious software, commonly referred to as malware, that is specifically designed to hack Apple devices such as iPhones and Macs. This malware has the capability to compromise the security and privacy of Apple users by infiltrating their devices and extracting sensitive information. The purpose of Zefram is to gather sensitive information such as login credentials, financial information, and personal data, which can then be used for malicious purposes such as identity theft and financial fraud. Zefram uses various techniques to spread and infect Apple devices, such as phishing scams and software vulnerabilities. It is highly sophisticated and can evade traditional security measures, making it difficult for Apple users to protect themselves against this threat. To stay protected, Apple users should regularly update their devices and be cautious of suspicious links and emails. Additionally, it is recommended to use robust security software to detect and prevent attacks from Zefram and other similar threats.

silver rampart
#

oo is it on gh

#

oo retracted

hasty ruin
#

"private"

#

(doesn't exist)

silver rampart
#

leviathan will be released when Zefram is open source 👍

primal perch
#

no

#

cus i already applied

silver rampart
#

go where your heart leads you

#

I am unsure of the current hiring status or route to go about that and am also on leave currently so you may get better answers on the Slack

primal perch
restive ether
ashen birch
#

where can i find documentation on ios sideloading

#

e.g. the signing process needed for an IPA so that it can just be installed via ideviceinstaller

restive ether
#

hash agility

primal perch
#

basically buy an android

steady nest
primal perch
ashen birch
#

f

steady nest
#

says who

primal perch
#

fapt kink

chilly ocean
#

real question, i have an entitlements.plist file that declares the capabilites of an app, i want to generate a mobileprovision ad-hoc certificate

restive ether
chilly ocean
#

now the issue: how can i automate creation of an app identifer from a plist

restive ether
#

i know it breaks watchos for sure

#

so i assume it applies to any non-app type thing

chilly ocean
#

ie these

#

hm

#

okay thanks

#

will check docs

#

man

#

nobody fucking is it seems

#

i think like

#

everyone just lets xcode do it

#

💀

timid furnace
#

yup

manic willow
#

Is it worth it to hackintosh my laptop so that I could do iOS development easier?

#

My main rig is too modern for hackintoshing lmao

chilly ocean
#

get a used m1 mini from marketplace for like

#

100

manic willow
#

Why would I do that when my laptop is free cuz I already own it

chilly ocean
#

dont quote me but xcode requires a version of macos that doesnt run on anything besides apple silicon shit now

#

or am i just stupid

manic willow
#

The latter

chilly ocean
#

probably

manic willow
#

I have a macOS vm that runs Xcode fine

#

I say runs fine as in it works

#

The vm runs like shit lmao

indigo peak
#

??

manic willow
#

I want to get into this

#

So that I can actually help

#

Instead of being a troll

#

I've had a change of heart

visual meadow
#

First you reverse engineer the kernel and fuck with CMS blob
I'm not knowledgeable enough to do either but I do know how to diff and look arount the kenel in ida

#

you could probably look around pseudo c too

manic willow
#

that's it

#

I'm going to hackintosh my laptop

#

fuck it

#

why not

chilly ocean
#

like WHY

#

i signed it

#

i signed the single plugin too

#

the app like

#

loads??

manic willow
#

because you need the toilet too bruh, you aren't just pissing on the floor right

chilly ocean
#

but then its just mad bcus integrity

fiery seal
chilly ocean
#

like man

#

just start

#

u fucker

#

WHATS WRONG TOO

#

WHAT PART CANT BE VERIFIED

#

EAT MY TESTICLES

#

im gonna pop open console when i launch so it shows

native dune
#

fr

manic willow
torn oriole
#

and try install it

hasty ruin
manic willow
#

Yo icraze

#

what do you recommend I do

hasty ruin
manic willow
#

I meant in terms of iOS development

#

Something beginner pls

radiant idol
#

create trollstore v2

manic willow
#

I said beginner bruh

brazen timber
#

i think you need to do normal development first

manic willow
#

I have programming experience

radiant idol
#

with what

#

what lang

manic willow
#

a bunch of shit

#

mainly java lol

radiant idol
#

mk

hasty ruin
#

run this

#

sell for $90

#

hand warmer

radiant idol
#

well objc is similar to java in concept (OOP) but the syntax is very different

manic willow
hasty ruin
#

please never compare a goated language such as objc with java

manic willow
#

god that was a dumb idea

radiant idol
#

java took OOP too far

manic willow
#

why does everybody hate java bro

radiant idol
#

why does everything have to be an object

manic willow
hasty ruin
#

rude

manic willow
#

I wasn't like

#

targeting them

radiant idol
#

for once i agree with icraze

manic willow
#

I meant like

#

Java says fuck you

hasty ruin
manic willow
#

I'm sorry 😔

radiant idol
#

yeah so bad lang

manic willow
#

I've done C++ and C# as well

brazen timber
radiant idol
#

if apple sorted out some of objc's quirks, it would actually be a good lang

#

it's already pretty good

hasty ruin
#

🗿

radiant idol
#

but theres some parts of it that just irritate me

#

such as block syntax yes

hasty ruin
#

fucking block syntax

radiant idol
#

modern languages when you don't actually need optionals to program and they're just unnecessary overhead:

manic willow
#

how similar would it be to cpp

radiant idol
#

well

prime ingot
#

screw all programming languages go back to scratch

manic willow
#

We should all switch to something like brainfuck

hasty ruin
prime ingot
radiant idol
#

objc

@interface SomeClass : NSObject
@end

@implementation SomeClass

- (instancetype)init {
    self = [super init];
    
    if (self) {
        NSLog(@"in the constructor");
    }

    return self;
}

@end

c++

class SomeClass {
public:
  SomeClass();
  ~SomeClass();
};

SomeClass::SomeClass() {
    printf("in the constructor");
}
#

I think that's how C++ works??

#

I can't remember off the top of my head

manic willow
radiant idol
#

I was right

#

surprisingly

#

i've written very little cpp so

manic willow
#

alright

#

Shouldn't be too difficult to learn right

radiant idol
#

.

radiant idol
manic willow
#

Is it bad that java is my favorite language 😰

hasty ruin
#

very

manic willow
hasty ruin
#

read it quickly then

radiant idol
#

you're not going to be able to learn objc in one day

manic willow
radiant idol
#

common sense

radiant idol
#

thats who

#

icraze why

hasty marsh
#

1984

manic willow
#

I learned java in a month when I was 9 fr

radiant idol
#

good for you

manic willow
#

Ty

#

What if I learn objc in two days!

radiant idol
#

go ahead

#

no one's stopping you

manic willow
#

Yay

brazen timber
#

plus you don't need to define the constructor separately lol

radiant idol
#

yeah thats fair

manic willow
#

Oh is objc as strict about semi colons as java is lmao

radiant idol
#

yes

manic willow
#

Let's goo

radiant idol
#

every semicolon language is strict

hasty ruin
#

yeah

#

there's no in-between

radiant idol
#

javascript

#

.

hasty ruin
#

you either need them or don't

hasty ruin
#

so isnt strict at all

radiant idol
#

yeah thats the point

#

its an inbetween

hasty ruin
#

(bad)

#

it should force something

hasty marsh
#

this proves why swift is the best

hasty ruin
#

(should force semicolons)

radiant idol
#

js is pretty nice for quick things for me honestly

manic willow
#

It forces bad coding practices

brazen timber
#

eslint and most sane people use semi colons tho

hasty ruin
torn oriole
hasty ruin
#

any large JS project is uhh

radiant idol
#

yeah

hasty marsh
#

c sharp on top

manic willow
#

Java on top

torn oriole
hasty marsh
#

furries

hasty ruin
torn oriole
manic willow
torn oriole
#

C# is for babies

manic willow
#

Guys

brazen timber
hasty marsh
#

i love c#

manic willow
#

What programming language are programming languages coded in?

hasty ruin
hasty marsh
torn oriole
brazen timber
hasty marsh
manic willow
#

I would do that

torn oriole
manic willow
#

$20 is $20 my dude

torn oriole
hasty marsh
#

you guys are getting paid?

manic willow
#

Can we snipe that

hasty ruin
manic willow
#

Checkm8

#

(the chess term)

torn oriole
hasty ruin
manic willow
#

Ngl that was satisfying but at the same time it hurt my soul to see a phone being blended

radiant idol
manic willow
#

What if I create trollstore for iOS 16 troll

radiant idol
#

almost like thats what i said to do originally

manic willow
#

Oh right

#

would that be easy to do

radiant idol
#

you tell me

#

computer master elite haxor

manic willow
#

No I'm srs

radiant idol
#

no

#

no it wouldnt

manic willow
#

If it would be easy how come no one has done it fr

radiant idol
#

i still dont get all this weird jargon though

#

virtual, abstract, like what

radiant idol
#

i said it would be difficult

#

oh

#

wait

#

mb

manic willow
#

Ah

radiant idol
#

i refuse to learn cpp if i dont need to

brazen timber
#

same but with objc

radiant idol
#

we can agree to disagree then

hasty ruin
#

(for once i agree with nightwind)

visual meadow
#

anyone know where spotlight cache is?

#

spotlight on taurine 14.4 randomly started crashing this morning at 10

#

it only seems to happen while on the charger

#

crashes here

manic willow
#

@visual meadow I'm no longer annoying thumbs_up_mcc

visual meadow
#

Ok

#

this is so annoying man

#

it randomly started in the morning

#

I came home to over 500 notifications from cr4shed

#

I never checked if this was from jb or not

visual meadow
#

did my search db corrupt itself

gentle grove
#

or non virtual methods in general tbh

chilly ocean
#

i keep getting this

#

im gonna blast off with a 12 gauge

brazen timber
chilly ocean
#

i have an embedded.mobileprovision generated (ad hoc) to my device ID

brazen timber
#

🥱 troll

primal perch
#

not true

brazen timber
#

fr

#

static dispatch is faster

primal perch
#

c++ up top

#

boba when provided the option to make a faster app

manic willow
#

yogurtJB soon™️

chilly ocean
#

ok so

#

my app

#

is initially signed by fucking iOS itself?

#

"Apple iPhone OS Application Signing"

#

something funny going on

torn oriole
chilly ocean
#

what does this even mean

#

aka what should my next step be

primal perch
radiant idol
#

hand writing code is stupid

#

imagine someone writing java by hand

#

ew

chilly ocean
#

alright so

#

resigned it

#

just signing the original IPA

#

and

#

[-1] Now flagged as pending exit for reason: Bootstrap failed

#

what the FUCK

#

<invalid>> with error: <NSError: 0x28371e1c0; domain: RBSRequestErrorDomain; code: 5; reason: "Launch failed."> { NSUnderlyingError = <NSError: 0x28371c780; domain: NSPOSIXErrorDomain; code: 12>; }

#

unningboardd(RunningBoard)[31] <Error>: Process start failed with Error Domain=NSPOSIXErrorDomain Code=12 "Cannot allocate memory" UserInfo={NSLocalizedDescription=Launchd job spawn failed}

#

cannot allocate memory??

#

bootstrap failed??

#

why???

#

essentially, click on app, splashscreen shows, app died and closes instantly

timid furnace
#

Look at anything from AMFI

chilly ocean
#

okay so

#
<Notice>: AMFI: acquired profile with UUID: 477f4d30-80bf-43dd-ba32-c335ad681826
Oct  5 21:24:29 Liams-iPhone-14 kernel(AppleMobileFileIntegrity)[0] <Notice>: AMFI: device is provisioned
Oct  5 21:24:29 Liams-iPhone-14 kernel(AppleMobileFileIntegrity)[0] <Notice>: AMFI: profile has successfully validated all entitlements
Oct  5 21:24:29 Liams-iPhone-14 kernel(AppleMobileFileIntegrity)[0] <Notice>: AMFI: profile validated the code signature
#

it trusts the provisioning profile

#

and my UDID is found

#
"Client has neither application-identifier nor keychain-access-groups entitlements"
#

what the fuck is this seriously causing the app to crash

#

cryptic please help you had this issue over a year ago wtf did you do

chilly ocean
#

which it uh

#

does

#

😭

#

ah so

#

my mobileprovision is for

#

a different bundleid

#

and the entitlements are overwritten

#

if i -e on it

#

but if i dont

#

"(A valid provisioning profile for this executable was not found.)" jumpscare

#

hm

#

so its like

#

my uh

#

thingy

#

whats it called

#

my provision

#

is for MYTEAMID.my.domain.appname

#

and so if i sign it with this

#

my entitlements for the app (application-identifier = THEIRTEAMID.their.domain.appid)

#

disappear

#

so i need to mix both

#

i think

#

like i need their entitlements

#

with my cert

chilly ocean
#

ok so i get to choose

#

between

#

3 errors

#
  1. invalid provisioning profile
#
  1. could not verify plugin
#
  1. bad entitlements
#

i think 3 is the way to go

manic willow
#

Ye

faint timber
#

That’s why you read the manual

#

There’s a deep option

lime pivot
# hasty ruin

would be niec if they turned it off so they aren't burning out that CRT

gentle grove
#

inheritance is dumb anyways

chilly ocean
naive kraken
manic willow
#

yogurtJB eta s0n

clear iron
#

Does taurine on 14.4 arm64 load custom shared caches

#

All I need is to run an app with a specific shared cache

cursive rampart
chilly ocean
#

well actually

#

it would make no sense

#

its not a game

naive kraken
chilly ocean
#

nor is it sensitive data

naive kraken
#

all app store apps are fairplay encrypted

chilly ocean
#

it could be but it'd be very odd

#

ag

#

there we go

#

its that then

chilly ocean
manic willow
#

Imma make my JB later today :D

naive kraken
#

that highly depends on what device you're on

manic willow
#

opa I'm actually going to be helpful now

chilly ocean
#

no JB

manic willow
chilly ocean
#

i have a mac so

#

that helps sometimes

naive kraken
chilly ocean
#

erm

#

i could check for a

#

"cracked" ipa maybe

manic willow
chilly ocean
#

from decrypt.day

naive kraken
#

yea

manic willow
#

hey opa

#

Hru

#

Is opa334 ignoring me

lyric heron
#

he is

#

annoyed of you

manic willow
#

I'm not a troll anymore

hasty ruin
manic willow
#

It's specifically the trollstore logo

pearl sail
wooden yarrow
#

based

lime pivot
#

means the image becomes more dim and you might get burn in

hasty ruin
lime pivot
#

burn in is mainly a problem for security camera monitors tho

lime pivot
hasty ruin
#

homelessness would not be niec

lime pivot
#

squatting doesn't mean it's your home

cursive rampart
#

it straight up just stopped projecting a picture

#

it was off for like a week or 2

pearl sail
hasty ruin
pearl sail
indigo peak
#

do I need special entitlements/dev account to make a card for the wallet app in my app

grim sparrow
#

But it’s not any special ents

indigo peak
#

@grim sparrow

slender glade
#

I don't understand the uikit part of the image

#

am i missing smth

unkempt magnet
#

Then try removing uikit.

slender glade
indigo peak
#

pure swiftui os

slender glade
#

this is still crazy to me

indigo peak
#

nah i only fuck with HStack

slender glade
indigo peak
#

:(

unkempt magnet
indigo peak
#

rm -rf /System/Library/PrivateFrameworks/UIKitCore.framework

naive kraken
#

I think he meant to say uicache

#

but idk

slender glade
shut sundial
#

😅😅😅😂😂😂😂

naive kraken
#

and I'm not sure they're even part of that community anymore

primal perch
#

TROLLSTORE 2

unkempt magnet
#

It will be hard unless release any poc code..

slender glade
naive kraken
#

fairly sure it's a she though

slender glade
sweet tangle
#

anyone know why my crash reports are failing to generate? it says log limit exceeded, but idk what that means here

slender glade
sweet tangle
faint stag
drifting heron
#

oops

#

I do not support piracy

slender glade
drifting heron
#

where

slender glade
#

aheze's server?

drifting heron
#

oh probably

indigo peak
#

@hexed knot what should be the minimum version for a modern objc app template for theos

#

like 12/13/14

hexed knot
#

12 if you wanna be considerate to ppl on iphone 6

#

14 because its 2023

indigo peak
#

@lime pivot @grave sparrow what do you think

#

i think 14 personally

grave sparrow
#

no less than 14 tho

pearl sail
#

Nah bro y”all tripping balls soo hard it ain’t even funny. @indigo peak make sure that supports iOS 7

hasty ruin
#

no reason to not support ios 13+

native orbit
#

ios 13+ bad cuz swiftui animatedsad

cloud yacht
#

Webshade doesn't cause that's a lot of work and Eliza doesn't cause springboard change in iOS 11 I don't want to do with

manic willow
#

hey guys

#

what versions should yogurtJB support and on what devices

cloud yacht
#

All of them

manic willow
#

no like serious question

#

I wanna know where I should start

cloud yacht
#

Well idk much about jailbreak dev but generally I think the oldest iOS version on a device you own is probably a good bet. Older is generally easier to jailbreak

manic willow
#

True

#

I'll start with the lowest I have which is arm64e iOS 13 lmao

wind ravine
#

objc isnt too bad

manic willow
#

It isn't?

hexed knot
visual meadow
#

Bro

#

The searchd crashing is happeninf stovk

#

Stock

#

Maybe an app updated and its having trouble indexing...?

#

I was right

#

I think

#

Fing was ass anyways

#

cant believe it was so ass that it started crashing searchd

#

Its cashapp

#

Bro wgat

#

Yeah idk anymore man

manic willow
#

if I were to futurerestore an iphone 8 from ios 16 to ios 15 using no-sep and no-baseband what would happen

#

like fr question

torn oriole
#

it wouldnt work

manic willow
#

why tho

torn oriole
#

because you need sep

#

and you need baseband

manic willow
#

can't have sep and bb incompatibility if there is no sep and bb

#

damn

#

so you're saying it isn't possible

torn oriole
#

yes

#

i am

manic willow
#

so there is absolutely no way to downgrade from ios 16 to ios 15 with blobs

#

because of how unreliable orangera1ns guide is nowadays

torn oriole
#

correct

manic willow
#

whyyyy

#

is there no way to bypass the setup

#

like literally none at all

visual meadow
#

i reset the ipad and am restoring from icloud to see if fix

#

thats so weird how searchd just shat itself

manic willow
#

who uses searchd anyway smh

silver rampart
#

did u debug it

visual meadow
#

Idk how im supposed to debug

#

bro

#

its happening even after a reset

manic willow
#

ruh roh

visual meadow
#

maybe its reddit....?

#

nope

#

im thinking of going to 16.5.1 now

wind ravine
#

how do u read the cpu temp on ios?

#

i tried using smc but it only works for mac

primal perch
#

probably balls deep in private iokit code

visual meadow
#

Dude its minecraft

primal perch
#

minecraft

visual meadow
#

fuck it im done man

#

i have other jailbroken devices

hasty ruin