#development

1 messages · Page 105 of 1

proper reef
#

(just __asm__("brk 0x1") in ctor)

young meteor
#

ah well yeah, nexus doesn't simulate it

visual meadow
indigo peak
#

go into the frameworks folder probably

visual meadow
indigo peak
#

usually people put tweaks in there

visual meadow
#

💀

indigo peak
#

my bad

visual meadow
indigo peak
#

I won’t try to help next time

#

Instant bootloop

visual meadow
#

no bro

indigo peak
#

what does it do

visual meadow
#

patches app store youtube for no ads

indigo peak
#

seems to have worked

#

@visual meadow patch it to remove shorts :D

granite frigate
sonic totem
#

I think it patches app store youtube for no ads

young meteor
#

what does it do

indigo peak
#

I think it patches app store youtube for no ads

zenith compass
#

what does it do

lean ermine
visual meadow
#

very funny

lean ermine
#

sorry lol

#

im in denial

indigo peak
#

i signed discord with get-task-allow, installed with trollstore, switched to user registration, tried system as well, and this happens in the instruments app

#

i also tried adding JIT enabling code in the ctor and got the same error

#

maybe also unsandbox?

grim sparrow
#

You joke

slender glade
#

Everytime I see this library it’s just so pathetic

indigo peak
#

wtf

proper reef
#

why is springboard refusing to not work

indigo peak
#

@grave sparrow i tried also with task_for_pid-allow

#

but nothin

native orbit
#

CS_GET_TASK_ALLOW intjpray

cloud yacht
#

just turn off SIP

#

ez ios jailbreak

sonic totem
topaz yew
#

procursus is nice trol

indigo peak
#

how I do that

native orbit
#

watch apple rewrite console.app in swiftui

rigid glen
#

@sonic totem now they’re turned off....

sonic totem
#

Oh, hold on

#

Okay you’re good now

visual meadow
#

how

#

@torn oriole bot is being mentally deficient !!!!

#

nvbm

#

nvm

#

wtf

#

that took like a whole ass minute to delete

torn oriole
#

aaron had to step in trol

indigo peak
#

@grave sparrow

bool ent = SecTaskCopyValueForEntitlement(SecTaskCreateFromSelf(NULL), CFSTR("get-task-allow"), &err);
NSLog(@"[spoof] get-task-allow: %@", ent ? @"true" : @"false");

Discord [spoof] get-task-allow: true

#

real

pine holly
#

ow: %@", ent ? @"true" : @"false");
ow: %d", ent);

#

why not just ^

#

does that not work 😭

indigo peak
#

bc %d will be 0 or 1

#

and i like seeing true or false

pine holly
#

im dead

indigo peak
#

so if i have a r word moment and flip 0 and 1 in my head

pine holly
#

💀

#

fair

#

just funny to me, it legit makes 0 difference

#

its your preference but

#

did you get it working tho, read some of the messages above

pine holly
#

😭

#

L

native orbit
pine holly
#

fiore what happens if you do %@ with bool

indigo peak
#

itll error

pine holly
#

does it print True or compiler error

#

ahh

#

you sure tho 👀

#

jk

indigo peak
#

compiler error because %@ is for object and %d is for int

#

and underthe hood bool is int

#

so

pine holly
#

fair

indigo peak
#

if i do @() around the bool itll work

pine holly
#

the more you knwo

pine holly
indigo peak
#

error: format specifies type 'id' but the argument has type 'bool' [-Werror,-Wformat]
NSLog(@"[spoof] get-task-allow: %@", ent);

pine holly
#

fiore you use IDA 7.7 right?

#

has your IDA ever crashed just trying to load any ios binary

indigo peak
pine holly
#

also take this

#

i know you have messed with calculator in the past so

indigo peak
#

when you can just swipe

#

lmao

pine holly
#

button is so much easier 😭

#

also the code for that tweak is ass

#

stupid swift i hate it

indigo peak
#

why did you use swift

#

what for

pine holly
#

requires me to do so much extra shit, i have no idea if what i did was even good practive but

pine holly
#

calculator app is in swift

indigo peak
#

yeah im aware

pine holly
#

that was the annoying part

indigo peak
#

¯_(ツ)_/¯

#

shit dev i guess

pine holly
#

couldnt even find the function for deleting 😭

indigo peak
#

💀

pine holly
#

the app simulates a swipe by just passing the recognizer with "state=Ended"

#

💀

#

but like it works

pine holly
# indigo peak 💀
CalculatorController *parent = (CalculatorController *)sender.superview;
ControllerClass *controller = (ControllerClass *)parent.rootViewController;
DispViewController *display = (DispViewController *)[controller accessibilityDisplayController];
DispView *dispView = (DispView *) display.viewIfLoaded;
NSMutableArray *gestureRecognizers = [dispView._gestureRecognizers mutableCopy];
UISwipeGestureRecognizer *swipe = gestureRecognizers[0];
swipe.state = UIGestureRecognizerStateEnded;
#

the code in question

indigo peak
#

[Calculator.DisplayViewController swipe:]

#

💀

pine holly
#

i use that

#

nvm

#

i used to

#

idk how to manually trigger swipe by calling that

#

i used IDA

#

to decomp function

#

it checks for the property of state

#

so i just change "state" to ended

#

and it works

#

i used to pass the recognizer to the swipe: function but it was doing it twice since it already waits for the state to change

indigo peak
#

Calculator.CalculatorKeypadView deleteBackward

#

maybe?

#

no idea

pine holly
#

thats what im saying, that function deletes the entire numb

#

thats why i said that, legit i couldnt find the delete func

#

deleteBackward sounds like it should be it

proper reef
#

@grave sparrow made a proof of concept version

pine holly
#

where at

proper reef
#

my bad for the misunderstanding

pine holly
#

thought it was Poom smarts post?

#

or did he also have the same idea

proper reef
#

the springboard scrolling one?

pine holly
#

nvm 😭

#

my b my b

proper reef
#

whats this other one

pine holly
#

nah i thought you were talking about what me and fiore were talking about, just some calculator delete button

proper reef
#

ah ok

hasty ruin
#

Why’d you hijack that binary? Just because it’s the smallest in size?

topaz yew
proper reef
#

this thing i made is cursed

frank fossil
#

You need to use Filza’s fish

topaz yew
#

okay 👍

proper reef
#

this, despite how it looks, is not 1 springboard page

hasty ruin
proper reef
hasty ruin
visual meadow
#

Cant modify main binary

indigo peak
#
@import Foundation;

%hook NSString

- (NSString *)initWithBytes:(const void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding {
    NSString *ret = %orig;
    NSLog(@"[calc] %@", ret);

    return ret;
}

%end

%ctor {
    NSLog(@"[calc] Loaded");
}
#

bruh

#

i know the method is called 😭

cloud yacht
#

ret

indigo peak
#

bruh

#

i hooked both cStringUsingEncoding & initWithBytes:length:encoding: and neither worked

proper reef
#

you sure its a NSString and not a NSString subclass which overrides those things for some god-awful reason

indigo peak
indigo peak
#

calculate framework simple example:

int (*CalculatePerformExpression)(char *, int, int, char *);
void *handle = dlopen("/System/Library/PrivateFrameworks/Calculate.framework/Calculate", RTLD_LAZY);
CalculatePerformExpression = dlsym(handle, "CalculatePerformExpression");

char buffer[1024];
CalculatePerformExpression("6+(8*2)", 1, 0, buffer);
proper reef
indigo peak
#

yup

proper reef
#

just checked the header

#

also

#

iphone dev wiki page LIES

#

@indigo peak who can fix iphone dev wiki

indigo peak
#

no idea

proper reef
#

ok bc it says calculate has 1 function

#

but it got 4

#

CalculatePerformExpression, CalculateExpression, CalculateInternationalExpression, CalculateExpressionError

indigo peak
proper reef
#

objc classes?

#

spring board scroll

#

yes

#

i need to fix a few issues

#

major issues

#

(it dies when folders exist)

#

alr

#

one moment

indigo peak
#

@proper reef the way CalculatePerformExpression handles some functions is so weird

#

like it makes sense

#

but its weird

#

9EE1 = pow(10,1)*(9) = 90

proper reef
#

for some reason it takes forever to open apps atm but it does eventually do it

hasty ruin
#

@grave sparrow if zefram is so good, release it

native orbit
#

who tf uses launchpad

proper reef
#

macos launch pad?

native orbit
#

just cmd + search for an app

proper reef
#

i use it

pine holly
proper reef
#

known bugs with it that i have to fix before i release it:
apps wont open until you scroll
folders just don't work
you respring when exiting edit home screen

torn oriole
indigo peak
native orbit
#

you ever just hook a C func by racing a thread's PC uhhsweat

torn oriole
#

You ever just

hasty ruin
native orbit
#

it hooks like 10% of the time literallyfrcoal

torn oriole
#

Saturnware

hasty ruin
proper reef
#

i have hooked functions in an even worse way though

native orbit
#

oh dear

hasty ruin
#

GET OUTTA HERE YOUR NAME ISNT ORANGE

proper reef
#

writing bytes to the function and then just ignoring all of the signals ever

radiant idol
pine holly
hasty ruin
#

GET OUTTA HERE YOURE NIGHTWIND

pine holly
#

OMG you would be so proud of me

proper reef
pine holly
#

@radiant idol

radiant idol
#

OH NO

pine holly
#

I DID A TWEAK!

#

😭

radiant idol
#

yay

pine holly
#

first thing in a couple months that hasnt been a jb detection bypass

radiant idol
#

ok it looks good

#

but

pine holly
#

waiting for PoomSmarts validation

#

it looks ass

#

😭

radiant idol
#

that button is way too big

hasty ruin
#

WTF

#

censorship

pine holly
#

lol

radiant idol
#

Make it like the Apple Watch one

pine holly
#

yeah..

hasty ruin
#

gir said the gif link had n word in it

#

🗿🗿🗿

pine holly
#

but i refuse to make the text box smaller than it is

hasty ruin
#

it was on tenor 😭

#

mods don’t ban 🙏

native orbit
kind herald
#

swiftui

hasty ruin
#

fr

native orbit
torn oriole
#

Someone dismissed the fuck out of it

#

So

hasty ruin
#

🙏🙏

hasty ruin
#

man ldid

#

mandoc: /opt/procursus/share/man/man1/ldid.1.zst:7:1478: UNSUPP: unsupported control character: 0x1

hasty ruin
#

indeed

ocean raptor
#

.zst /opt/procursus/bin/zstd -dc

#

I think

timid furnace
#

Why are man pages compressed

hasty ruin
ocean raptor
proper reef
#

@grave sparrow now it just has the folder issue it seems

#

and the scroll one

#

me crying because i gotta extract a dyld shared cache

#

hopefully dyld_shared_cache_util will work

#

NVM no need 🙂

lime pivot
indigo peak
#

@lime pivot figured out how to hook CalculatePerformExpression

#

im just ret lol

hasty ruin
#

i had problems too when i tried

what i tried was: the apps are a UIScrollView. UIScrollView has a height+width, for example:

if your phone screen is 100 wide and 300 tall......then a horizontal scroll with 4 pages would be 400 wide and 300 tall. a vertical scroll with 4 pages would be 100 wide and 400 tall

so i tried to hook the scroll view to use this strategy......but it just glitches. it doesn't properly scroll to the next page, and the apps disappear sometimes. it just glitches. and i hate my life

#

there used to be a tweak to do this on like ios 4, but i forgot what it was called and idk where to download it

#

might be helpful to look at that old tweak, but apple has probably changed shit since then

#

and idk where to find said old tweak

proper reef
#

is - (BOOL)openApplicationWithBundleID:(NSString *)bundleID supposed to take 20 seconds (LSApplicationWorkspace)

hasty ruin
#

It’s probably trying to stop the icon from “animating” or something

#

Then eventually times out and just opens it

proper reef
#

my bad i forgot to say what the class was LOL

hasty ruin
#

frcoal that’s weird then

#

uhh

#

blame it on zefram

frail cedar
#

if the app launches in time, you can interact with the app during the launch animation

#

it's probably trying and failing to do that repeatedly

visual meadow
#

Idk beo

#

Bro

granite frigate
#

hmm

visual meadow
#

I think springtomize?

#

Or lynx

restive ether
#

i’m old so i know this, the answer is mobius

proper reef
#

the only tweaks i can recognize by how they look are like

#

barrel and SBSettings

restive ether
proper reef
#

this is very strange - so iOS just waits until you scroll to open the app

#

infiniboard

native orbit
#

the inifini* tweaks were goated

indigo peak
proper reef
#

insert javascript meme here

native orbit
#

fmul moment

radiant idol
proper reef
#

OHHH

#

you want vertical paging?

#

ok that makes this slightly easier

#

rn it works like infiniboard but buggy

native orbit
#

you just want the anims to be veritical?

#

mf use cylinder

#

ah you want anim and gestures vertical

indigo peak
#

ok hook uigesture and replace left and right swipe with up and down

#

reAL

proper reef
#

problem is all the work i've done is for the infinboard style thing with tableview smooth scrolling.... aaaaaaaaa

native orbit
#

just flip phone 90 degrees trollformation

radiant idol
#

does capt even have a jb phone

proper reef
#

true

radiant idol
#

Nerd

native orbit
#

prolly a u0 user

proper reef
#

nah prob checkra1n

#

im just trying to figure out what about scrolling makes it open the apps

torn oriole
#

@grave sparrow wen

proper reef
#

but yeah rn i got two big issues:
the apps wont launch until you scroll
folders just don't work

#

the first issue is the only important one (who cares about folders???)

#
``` i love apple comments
#

welp ill work more tomorrow, my sleeping pills are starting to kick in

topaz yew
#

@cloud yacht Your tweak works after setting up a jb environment

daring grail
#

I will learn swift

topaz yew
#

also bolders works properly too

radiant idol
#

Nice

olive peak
#

other logs get logged like in ctor

slender glade
#

@silver rampart where did the syntax coloring on ur headers site go 🥺

silver rampart
#

good q! Might be a cross origin bug lemme take a look

slender glade
silver rampart
willow lance
granite frigate
#

that's fire ily

elder scaffold
#

meow

willow lance
#

thx!

random field
#

anyone here who knows how to show an custom UIWindow + UIViewController if the Device is in Locked State? If device is unlocked it works fine but not if it is locked.

urban moon
#

your UIWindow needs to has higher level than springboard's

lime pivot
#

you need to implement additional methods that mark it as a "secure" window

#

yeah, in addition to making sure the window level is high enough

#

but it's probably the secure thing that's the issue

urban moon
#

if not mistaken, you could set to 1080 (control center) or above

lime pivot
random field
random field
#

It’s not uiwindowlevel problem. It just hides the window if the phone is locked. If faceId or touchid unlocks the phone, the window shows up

urban moon
hasty ruin
#

Yeah you just need to subclass uiwindow and overwrite this

#

And this on any viewcontroller you want to show

#

@random field

lime pivot
hasty ruin
#

Oh real

random field
#

okay thx. gonna try it out.

#

these functions worked. thank you guys :)... That shit has already made me crazy

primal perch
#

when you quit using swiftUI

#

@turbid fjord @lament mica @hasty ruin @grave sparrow

turbid fjord
#

Hm

#

I think capt is too late to save

#

Everyone else tho

#

True

hasty ruin
primal perch
#

real asf

main apex
# hasty ruin

The android version of this is switching from jetpack material 3 to regular material ui

granite frigate
#

i wanted to learn jetpack compose

#

😭

#

is it worse than normal???

slender glade
#

qusetion

#

for a notif logger

#

where would u show the logged notifs

#

like in the UI

#

I'm actually so lost on this lol

proper reef
slender glade
#

i feel like this could be integrated somewhere into settings i just don't know where]

young meteor
#

Notifications trol

harsh junco
faint lionBOT
#
Versace Pink LS

A nice Versace Logo with Pink backround LockScreen. Works on both SD and HD iDevices.

Author

Kent & J

Version

3.1

Price

Free

Repo
Bundle ID

com.hackthatifone.versacepinkls

harsh junco
#

@faint lion die

young meteor
#

it's not on any repos afaik

harsh junco
young meteor
#

yeah but not any apt repos

proper reef
young meteor
#

this is what ve does

hasty ruin
slender glade
#

can you take a video of getting to that view in settings

#

or screenshots

hasty ruin
young meteor
#

yeah

hasty ruin
#

And then there’s a new cell called notification logs

young meteor
slender glade
#

I see

#

now i feel if i do this it'll count as copying

#

WHATEVER im gonna delude myself and do it anyways

proper reef
#

what happens if you turn off vertical scrolling

#

oh so it just reverts to normal iOS behavior?

hexed knot
#

Appreciate it dude

primal perch
#

@hexed knot HAPPPYYYYY BIRTHDAYYYYYY BIG MAN!!!!!!!!

hexed knot
#

Appreciate you

olive peak
#

no i mean when ctor is called

#

is it possible to only not work in a function

timid furnace
#

@granite frigate need a kcall primitive in order to mess with cr_label

#

i guess i'm doing the IOSurface userclient shenanigans

granite frigate
timid furnace
#

the code already exists in like 3 projects

#

so i think i'll be ok

#

my end goal is just ts install anyway so

#

i have no intention of writing an actual jailbreak lmao

native orbit
timid furnace
#

its ad supported

#

Unveil detects real-world iOS security threats with unprecedented methods and provides a customizable dashboard showing 100+ system details including device, system, CPU, memory, disk, network, Wi-Fi, cellular connection, and personal hotspot usage and specifications.

slender glade
#

with unprecedented methods

native orbit
#

what about phone rebel??

timid furnace
#

no need dbrand ad

torn oriole
#

Yeah but zefram does

drifting heron
#

do it anyways

slender glade
#

we ball void

drifting heron
#

you're good so it'll be the best notif logger 😎

proper reef
#

is infiniboard 2 a security threat?

cloud yacht
proper reef
cloud yacht
proper reef
cloud yacht
#

how often do you have to restore TrollFront

young meteor
#

5 times a day

proper reef
raw minnow
#

hey can someone help me injecting a popup into an ipa file? i think i should do it using dylibs but i cant find any docs online so im pretty confused

proper reef
#

gotta restore again

#

where is zefram customer support

cloud yacht
#

@grave sparrow dm's

radiant idol
#

@hexed knot happy birthday

hexed knot
left lantern
proper reef
#

now i must see if infiniboard works on ipad

#

ok it does but its cursed

native orbit
#

lets see infiniboard apple tv trol

proper reef
#

i dont have an Apple TV tho

#

(nor do I have an iPad that can run anything newer than iOS 5)

faint stag
#

zefram refrence????

proper reef
wide dune
#

I need a SBNotificationCenterController.h file if someone has a working one please send it

#

Where is this?

timid furnace
#

theos

wide dune
#

I realized I was searching with incorrect spelling for the last half an hour 🙂

native orbit
#

damn zefram just released

proper reef
#

mine doesn't have any SpringBoard stuff???

#

it has FrontBoard tho

proper reef
indigo peak
#

best headers site

wide dune
#

Now I can’t find CustomSpringBoarsModifications.h not even under theos

brazen timber
#

shoulda trademarked it while u had the chance

indigo peak
#

shoulda released it when he had the chance 🤣🤣

brazen timber
#

🤣🤣

hexed knot
#

Cant steal smth that dont exist

proper reef
#

alright infiniboard 2 (name pending) is functional now

faint stag
proper reef
#

shhhhhhhhhh

#

real

#

[] is my favorite

#

i hate spring board

#

why is it in 20 frameworks

primal perch
#

nerd

hasty ruin
#

nerd

#

fuck not this _ again

harsh junco
#

+_+

acoustic imp
#

How do I like bring the routing button view be like ontop of the transport controls view so I can click the rooting button ?

indigo peak
# acoustic imp

you can look at the color rectangle that’s around the box of the routing icon, click the invisible box, go to views and look for the corresponding color

#

🤷‍♂️🤷‍♂️

acoustic imp
#

huh no, not what im trying to do, like the routing button is behind the skip/pasue/skip and the taps don't register on the routing button. i want to move it like forward

visual meadow
#

anyone know how to hook Imessage bubble color

indigo peak
visual meadow
#

and only imessage bubble not sms

indigo peak
#

@visual meadow

%hook CKUITheme

- (NSArray<UIColor *> *)blue_balloonColors {
    UIColor *color = [UIColor colorWithRed:1.0 green:0.0 blue:0.0 alpha:1.0];
    return @[color, color];
}

%end
#

99% sure thatll work

visual meadow
#

ok sir

radiant idol
proper reef
radiant idol
#

i have not

zenith compass
#

could u pls fix woeis

granite frigate
#

what's the diff between %hook, %hookf, and @implementation funcname(hook)

radiant idol
#

read it sir

granite frigate
#

ok

#

thanks

native dune
radiant idol
#

@implementation hasn’t been used for hooking since like 2009 so

granite frigate
#

huh

#

wtf lol

radiant idol
#

@implementation is used for making new objects

#

for hooking existing objects you use %hook (MSHookMessageEx)

#

For hooking C functions, you use %hookf (MSHookFunction)

granite frigate
#

ooook

#

im gonna have to figure out this header

radiant idol
#

whatcha doin

timid furnace
#

isn't implementation objc class implementation

radiant idol
#

yes

timid furnace
#

wtf that gotta do with hooking

#

unless you're trying to do the funny methods

granite frigate
radiant idol
granite frigate
#

like the uh Confidential & Propietary. Call ......

radiant idol
#

Before the MS* API showed up

radiant idol
#

What’s the point

timid furnace
#

method swizzling is still being used today

radiant idol
#

Well yeah in some apps and whatnot

timid furnace
#

idk if substrate uses it as the backend for MSHookMessage, but ellekit definitely uses it

radiant idol
#

But I mean in tweaks

#

I see

#

Well I meant more as in directly using swizzling instead of using the MS API

timid furnace
#

ah

#

i still write swizzling code, but that's because i'm on macOS

radiant idol
#

no one really does that anymore for iOS

#

yah

timid furnace
#

omw to make theos use swizzling

radiant idol
#

%config(generator=internal) moment

visual meadow
granite frigate
#

now that I have an actual device with tweaks i'm pretty curious in learning how to write tweaks for myself

#

uh how do I get syntax highlighting for .x files in xcode

radiant idol
#

You don’t

#

You use VSC instead

granite frigate
#

true

radiant idol
#

Xcode won’t let you use .x/.xm/.xi/.xmi

#

You can take a look at my GH for some open source tweaks

granite frigate
#

yeah thanks

frail cedar
#

but not x

#

my macbook dead though so i cant double check

radiant idol
#

since when

granite frigate
#

wow I got neonboard to build

#

the lengths the dev went to support iOS 7 is insane

radiant idol
#

Lol

next wadi
#

weep

#

capt when it isnt 1969 anymore

topaz yew
slender glade
#

can you display a notif from a tweak with the traditional UserNotifications API?

#

(from sb that is)

granite frigate
#

i wonder how Velvet displays notifs

slender glade
granite frigate
#

unfortunately

#

just try asking noisyflake

granite frigate
#

it uses libbulletin like velvet

willow lance
granite frigate
#

that's awesome

topaz yew
#

fr thats epic

granite frigate
#

like im really impressed by it

willow lance
#

Since I’m not good at English, idk what I should say, but I’m glad to hear that!

granite frigate
#

bro what

#

😭

#

joever

willow lance
slender glade
willow lance
#

kopen is littel completely than original one. however using it is easy! you can use krw by including only libkfd.h

olive peak
#

no crash when abot

sonic totem
lime pivot
sonic totem
#

I'll just call it "Code signature" for now

lime pivot
#

but it's a copy of an ancient saurik blog post for some reason

sonic totem
#

I can edit that instead? Although I don't think that's the best title for the actual signature itself

lime pivot
#

yeah I would say a new article on the signature itself would be better

slender glade
#

this is an evil fucking way to write plists bro holy shit 😭

lime pivot
#

haha

#

hey if it works for them

#

I also strongly contest that copilot is anywhere near "55% faster"

slender glade
#

yeah idk what that garbage is doing there

sonic totem
timid furnace
#

Is that for a future post

sonic totem
#

Completely forgot about that

#

Amended blog post eta son

slender glade
#

You guys know how apps can include images in their notifs?

#

do you know of any which do the same but for audio/video?

#

apparently they can

sonic totem
wooden yarrow
slender glade
ocean raptor
slender glade
#

i don't mind it but it's funny as hell

ocean raptor
ocean raptor
#

Are you Serena?

slender glade
#

Yes

ocean raptor
#

You expect me to pay for that?

#

I’m the guy who always asks for money

#

What makes you think I’ll spend money

slender glade
restive ether
ocean raptor
#

Nobody wants to work anymore

#

What’s minimum wage in your country?

restive ether
ocean raptor
#

Ok, then I’ll give you $0.20/hr

#

I also have like 100 billion dollars

#

I could give you

#

But it’s all in Zimbabwe dollars

olive peak
#

are you sure it even hooks, no matter which objc method i hook from the dump i never get calls

#

its just the %hook

#

then classname

#

like i do with normal classes

ashen birch
#

gotta pull that 49 inch samsung one out for that

#

java users will now be able to fit half of a class name on a screen now

#

revolutionary work

olive peak
#

yes, no groups

#

same as in ida and the dump

#

but do i need to pick the name like i did or the comment

@property (readonly) NSString *appleAppID; // ivar: _appleAppID
cloud yacht
proper reef
slender glade
#

Yeah it’s just garbage to read

brazen timber
#

what the fuck

primal perch
#

bullying is ok

snow python
#

Wut

cloud yacht
#

Just write the binary plist directly

primal perch
#

gm

snow python
#

Gm

pine holly
#

Bro is still rocking the pfp

#

Hell yeah

radiant idol
pine holly
#

Prolly never

radiant idol
#

dang

pine holly
#

I got hella motivation for it but no time

#

And it’s just not a priority

radiant idol
#

L

#

no scamming then

#

:)

acoustic imp
#

@radiant idol idk if oop issue but i can set the cliptobounds fine but the cornerradius istn working

%hook artworkImagevView
    -(void)viewDidLoad{
        %orig;
        self.clipsToBounds=1;
        self.layer.cornerRadius = 10;
    }
%end```
```objc
@interface MRUArtworkView : UIView
    @property (nonatomic, assign, readwrite) CGRect frame;    
    @property (nonatomic,retain) UIView * iconView;
    @property (nonatomic,retain) UIView * iconShadowView;
    @property (nonatomic, assign) BOOL clipsToBounds;
    @property (nonatomic, strong) UIImageView *artworkImagevView;
@end

@interface artworkImagevView : UIImageView
@property(nonatomic, readwrite) CALayer *layer;
@property (nonatomic, assign) BOOL clipsToBounds;
@property (atomic, assign, readwrite) CGFloat cornerRadius;
@end```
#

should i try another method to hook ?

#

did move o widow?

radiant idol
#

the hell is artworkImagevView??

primal perch
#

if its a view you arent hooking anything

#

views dont have viewDidLoad

radiant idol
#

he doesnt know OOP

acoustic imp
#

oh

#

but i can set clip to bounds tho?

#

wait

#

thats dif

#

nvm

#

i think im doing it worng

#

when i do the self.whatever , thats to like chnage the data about the object?

harsh junco
#

Any Qemu nerds here

acoustic imp
radiant idol
#

its not just a "part of OOP"

#

you need to understand OOP itself

acoustic imp
#

well like there is a few different parts, encapsulation, inheritance, and polymorphism. right?

native orbit
radiant idol
#

😭

vale oxide
#

is it possible to create a dylib that intercepts a http request from react to insert my own url

brazen timber
#

probably simpler to just patch the url or proxy/redirect the request

#

but yes

vale oxide
#

but its codesigned

#

how would i resign it

brazen timber
#

idk I am a x86 desktop user

tepid olive
#

kill al

radiant idol
#

why does [@"usr/bin/chmod" stringByStandardizingPath] not add a forward leading slash?

#

weird

primal perch
radiant idol
#

it isnt?

faint stag
#

lol

radiant idol
#

huh

#

odd

primal perch
#

id say RTFM but apples docs are usually garbage so i cant blame one for assuming theres nothing

faint stag
radiant idol
#

yea ik

#

thats what im thinking

#

trying to do the logic of the converting is quite annoying

faint stag
radiant idol
#

ah okay I see now

cloud yacht
sonic totem
#

How do I fix this error when using .tbd files?

ld: warning: -multiply_defined is obsolete
ld: warning: ignoring duplicate libraries: '-lc++'
ld: tapi error: malformed file
/Volumes/Development/iOS/bootscreen/libs/IOMobileFramebuffer.tbd:163:1: error: unknown key '...'
...
^~~```
sonic totem
#

Fixed

lime pivot
#

oh it’s possible the rewritten ld probably doesn’t parse tapi v3

#

I don’t blame them honestly, they made a real mess of it

timid furnace
#

bruh

#

someone took my app id

slender glade
topaz yew
#

@frank fossil nice launchd hax

granite frigate
#

does NSFilemanager copy make intermediate directories

radiant idol
#

you can make the dir and then copy ig

#

idk

granite frigate
#

ok

#

thx

steady nest
granite frigate
#

man

#

oh sweet thx

#

!

frank fossil
topaz yew
frank fossil
# topaz yew ~~yes~~

You need to get source files from FBWrite (excluding main.m), then call initVerboseFramebuffer() in your launchd hook constructor
Also, make sure to also add entitlements from it to launchd.

cursive rampart
faint stag
#

lol

elfin quarry
#

how would one go about tweaking stage manager stuff

#

springboard?

#

i want to remove the window snapping

crisp frost
frank fossil
crisp frost
frank fossil
# crisp frost alright, thank you

Additionally, if you want to change Confidential & Proprietary message to something else, do

%hook CSStatusTextView
- (void)setInternalLegalText:(NSString *)string {
    %orig(@"SpringBoard tweak injection 101% legit");
}
%end
hasty ruin
#

Why does that show in the first place?

granite frigate
#

SpringBoard itself checks if it is a platform binary

#

That's why it's hooked first thing to ensure it even loads

#

If not you respring loop

hasty ruin
#

Ah

visual meadow
#

I just set the text to ""

native orbit
#

terminating because inserted dylib '/opt/procursus/lib/libfakeroot.dylib' could not be loaded: tried: '/opt/procursus/lib/libfakeroot.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need '')) bruh what, wtf needs a blank arch

twilit jungle
acoustic imp
#

@hasty ruin nexus causes a like sorta issue, so if you have nexus injceted into SB (like usual) and you have the treat every charger like magsafe charger on(in lynx) it doesn't work, But if you disabled nexus it works

warped sparrow
#

If not what tweak is it?

acoustic imp
#

um

#

im working on it

warped sparrow
#

PLEASE TELL ME

acoustic imp
#

its very bad

warped sparrow
#

OMG I WANT

acoustic imp
#

all like positioning is manual

#

so it might not work for u

warped sparrow
#

Ah

acoustic imp
#

or look wrong

warped sparrow
lyric heron
#

@crisp frost ok i'll ping you here

warped sparrow
#

i cant wait for the finished thing

acoustic imp
#

but idk objc/oop so its gona be bit

warped sparrow
indigo peak
#

HE DOESNT KNOW OOP

warped sparrow
#

Whats oop

acoustic imp
warped sparrow
#

idk anything about writing code

lyric heron
#

where do i change filza's language fe

harsh junco
radiant idol
#

OBJECT ORIENTED PROGRAMMING

warped sparrow
harsh junco
#

@radiant idol should I oop

warped sparrow
#

how have i never heard of that

harsh junco
acoustic imp
#

🤷‍♂️

harsh junco
#

Is eMacs oop

lyric heron
#

yo smart people

#

how do I set chmod in filza

acoustic imp
#

use term?

harsh junco
lyric heron
#

and then

#

its in fuckin german

#

i cant

acoustic imp
#

y ssh no work

lyric heron
acoustic imp
#

use like translomic + snapper 2 or sm

lyric heron
#

im not jailbroken

timid furnace
#

sticky bit
user
group
everyone

acoustic imp
#

@lyric heron its the thrid section down

lyric heron
#

and if i want to chmod 755 it

acoustic imp
#

idk chmod stuff

#

#go_to_english

sonic totem
acoustic imp
lyric heron
#

i never used filza man

#

i speak german but still have no clue

acoustic imp
#

oh

#

u get german

lyric heron
#

@sonic totem in you i trust

#

🙏🏽

acoustic imp
#

if u want 755, its read, execute

sonic totem
timid furnace
lyric heron
timid furnace
lyric heron
acoustic imp
#

755

lyric heron
#

so i just give everything read execute perms

acoustic imp
#

ig so

#

@sonic totem whats xina's new thing look like? kern r/w, ppl bypass?

sonic totem
#

PPL bypass

acoustic imp
#

does it mention an ios versions?

#

or jus kfd versions?

radiant idol
sonic totem
#

It’s 16.5.1 and below

radiant idol
#

so prob 16.5.1 and below

#

yeah

sonic totem
#

It’s the Kaspersky one

acoustic imp
#

can somone help me get ssh working?

#

ios 15.7.1 palera1n

#

i have open ssh installed but its not like working

#

do i need to like start the deamon ?

#

or enabled it?

torn cloud
acoustic imp
#

@warped sparrow if I used the media player tweak I made it would look sm like this

warped sparrow
#

im on an iPhone X

#

it might not be too bad

willow lance
#

i have no idea about FindPortAddress()...

shrewd smelt
#

meow

slender glade
#

hey

#

is there an animated equivalent for -[PSListController reloadSpecifiers]?

tepid olive
#

who know? how to build ipa file with github action without developer account?

unkempt magnet
timid furnace
#

nice

harsh junco
#

Can you use discord inside of emacs?

harsh junco
#

Extensible

#

eMacs is a gui app

#

gnu/linux

cloud yacht
#

You somehow found a worse ide

acoustic imp
harsh junco
#

Why

acoustic imp
#

mac os VM >

harsh junco
#

True but black screens for me :(

acoustic imp
#

and device

harsh junco
acoustic imp
#

works greatf for me fedora + KDE

harsh junco
acoustic imp
#

pov ur an arch user

faint stag
faint stag
tawny stag
#

what do you guys think about my sileo repo landing page?

radiant idol
#

looks neat

#

make the white buttons darker tho

sonic totem
#

Anyone ever dealt with malloc: Corruption of free object 0x142e05de0: msizes 49260/0 disagree?

timid furnace
#

are you double freeing

sonic totem
#

Mostly because I haven't gotten around to proper memory safety

hasty ruin
tawny stag
acoustic imp
radiant idol
acoustic imp
#

i was jus bouta say that

radiant idol
#

and for this

#

make the left-right padding the same as the top-bottom padding

acoustic imp
#

maybe you ad like a hint of the app icons color into the BG of the buttons

tawny stag
radiant idol
#

hmmm

#

sort of

#

but make the shadow darker

#

or outright remove it

timid furnace
radiant idol
tawny stag
#

how can i make the user clear that when they press on repo.roc4et.de it gets coppied to there clipboard. adding a text didnt look that goode

acoustic imp
#

@radiant idol rq, how do i like set the x,y fromt he center of the parent view instead of the top left for this

UIView *super = self;
    UIView *redRectangle = [[UIView alloc] initWithFrame:CGRectMake(0,0, super.bounds.size.width + 10, super.bounds.size.height + 10)];
    [redRectangle setBackgroundColor:[UIColor grayColor]];
    redRectangle.layer.cornerRadius = redRectangle.frame.size.width / 2.0;
    redRectangle.userInteractionEnabled=0;
    redRectangle.alpha=0;
    redRectangle.tag = 49857;
    //self.redRectangle = redRectangle;
    [self addSubview:redRectangle];```
radiant idol
#

add a clipboard icon next to it

acoustic imp
#

or at the top

#

with the title thing

radiant idol
#

what the hell is UIView *super = self

#

that is cursed

acoustic imp
#

idk i didnt feel like chnaging it

radiant idol
#

bro what

#

ok

#

use math

acoustic imp
#

but im useing trsform

#

so its odd

zenith kraken
#

is this a jailbreak development channel?

acoustic imp
acoustic imp
radiant idol
#

CGRectMake((self.bounds.size.width / 2) - (self.bounds.size.width + 10 / 2), (self.bounds.size.height / 2) - (self.bounds.size.height + 10 / 2), self.bounds.size.width + 10, self.bounds.size.height + 10)

zenith kraken
radiant idol
#

ok well i dont know

acoustic imp
#

omg, isnt there like CGRectCenter thing or sm

radiant idol
#

THATS LITERALLY WHAT I JUST SENT 😭

acoustic imp
#

what

#

no

radiant idol
#

READ what it says

acoustic imp
#

oh thats what that does?

radiant idol
#

get a piece of paper and work through it

#

I promise it's not that hard

acoustic imp
#

huh. but like i need to be like dynamic i think

#

idk

radiant idol
#

i give u

#

p

#

@hasty ruin take me away from this misery

hasty ruin
#

self.center

radiant idol
#

wat

hasty ruin
radiant idol
#

true

acoustic imp
#

well i set redrect.center = self.center

#

woudl that work?

hasty ruin
#

yes

acoustic imp
#

so i gota use auto layout or sm

#

w constraints

#

how do i set the xy of a view like form its center not its top left

#

CGPoint ?

#

this is swift tho, right?

native dune
#

no thats definitely objc

radiant idol
#

ok let me just show you something magical

#

oh

#

you cant change the lang

#

APPLE WHY

#

oh

#

WHY ARE YOU LOOKING AT SWIFTUI

vale oxide
#

Can i intercept the silent switch with these new “jailbreaks”

acoustic imp
vale oxide
acoustic imp
#

ik ik

#

freak swift

radiant idol
acoustic imp
#

IK

vale oxide
#

Savin that

acoustic imp
#

@radiant idol

#

show me ur magic

radiant idol
#

@acoustic imp

#

show me ur stupidity

vale oxide
acoustic imp
radiant idol
#

i know

native dune
faint stag
acoustic imp
#

lets ask chatgpt

radiant idol
#

not this again

acoustic imp
#

its actully help aot today

#

i found the cheet code

radiant idol
#

the what

vale oxide
#

Shit

radiant idol
#

lol

vale oxide
#

Ok hypothetically making a competitor to ding how would i do that

radiant idol
#

its literally open source

#

lol