#development

1 messages · Page 596 of 1

zenith hatch
#

building removal is just a gamemode isk

#

idk

#

other gamemodes still have building

#

like creative

#

i dont play it so idk what tf goin on

#

probably not

#

oke

#

sideloading wen

vivid dew
#

...

indigo peak
#

||no||

primal perch
#

|| ntwerk ||

signal sedge
#

nooo

vivid dew
celest quiver
#

lol

faint timber
#

||@grave sparrow joe||

ocean raptor
#

@restive ether ||balls?||

#

@restive ether ||wen eta advanced dev?||

restive ether
#

i said when 🙄🙄

ocean raptor
#

you know full well I will never finish rootless procursus

#

@restive ether my college classes end April 21, after that I will have lots of time to work on Procursus stuff and will probably be not burnt out. If CS has a beta for me I can probably make fast progress

restive ether
#

but as a collective body of work i feel the same

ocean raptor
#

well Procursus stuff includes libiosexec

restive ether
#

yeah i know

primal perch
restive ether
#

.

untold river
#

yt-dlp and ffmpeg

#

.

#

maybe

#

ffmpeg takes urls too

#

no need for curling

lime pivot
#

use iterm2 shell integration’s imgcat 🙃

#

ur nasty

primal perch
lime pivot
tardy narwhal
#

@lime pivot i think i found something you might've done already

lime pivot
zenith hatch
#

polar bear

weary heath
untold river
zenith hatch
#

he can piss beer

tepid olive
#

yes

gentle grove
#

That's a dog

primal perch
#

cop some bitches

gentle grove
#

Why not male dogs

primal perch
tepid olive
misty cradle
#

fr

primal perch
#

find god

tepid olive
#

Anyone know why theo jailed might fail at codesigning w/
iPhone Developer: xx@gmail.com (....): no identity found
but security find-identity gives out my apple id fine =

hasty ruin
#

L

vivid dew
#

why is he in jail?

tepid olive
hasty ruin
#

siuuu

stuck wyvern
#

SO TRUE

#

Who needs a proper documentation or guides, just look at open source tweaks OMEGALUL

#

That's mostly how I learned some stuff

tepid olive
#

.

#

stop reminding me this exists

#

i was much happier when i forgot about it

#

im going to ban you

#

Technically nothing is stopping me from giving you 1 million warn points

#

Well, maybe Aaron.

#

whatever the integer limit in python is afaik i don’t think there’s a hard coded number

primal perch
#

its bigger

tepid olive
#

Python 2 has two integer types: int, which is a signed integer whose size equals your machine's word size (but is always at least 32 bits), and long, which is unlimited in size.

Python 3 has only one integer type, which is called int but is equivalent to a Python 2 long.

primal perch
#

long

tepid olive
#

my dick

primal perch
tepid olive
#

anyone know how to make theos compile for a apple tv

vivid dew
#

step 1: become racist

tepid olive
#

package architecture (iphoneos-arm) does not match system (appletvos-arm64)
Errors were encountered while processing:

#

hlep

#

@lime pivot do you know how to compile for apple tv in theos

untold river
tepid olive
#

where can I find patched atv sdks

#

nvm

untold river
#

you can also make your own

tepid olive
#

ik but 12.4

untold river
#

i think

tepid olive
#

that never worked for me anyways

untold river
#

if you have a fairly recent xcode installation

#

or just find something on the interwebs

primal perch
restive ether
#

thanks white jesus

lime pivot
#

cop 👮

lime pivot
vivid dew
lyric trail
#

I am just replying to this because I am scared to use the direct ping for what your nickname is. Anyways, could you DM me? I was referred to you for some advice and knowledge. I tried to DM you but your DMs are closed.

restive ether
#

@grave sparrow bozo

lyric trail
#

DRM for a tweak.

gentle grove
#

i only know DRM kernel modesetting

lyric trail
#

I just need something like a UDID check or a license check. Anything of that nature.

#

Something for auth

ocean raptor
#

advice on doing your mom

lyric trail
#

Fair enough, thanks for the answer anyways.

#

what kind of DRM did that have?

restive ether
#

UDID drm ain’t gonna get you far

#

that’s only gonna work if no one buys your tweak which means no one bothered to pirate it in the first place either

untold river
#

you'd need to really engineer your DRM hard if you want to put it in tweaks

#

considering tweaks can hook other tweaks

#

heck tweaks can hook libhooker

#

coolstar drm though fr

lyric trail
#

Interesting. I will figure it out. If you happen to know what tweak I am working on, then you'll understand why. But I wont say it publicly because I will get ridiculed.

gentle grove
untold river
#

ventana classicfolders etc

#

it hasnt been cracked (yet)

gentle grove
untold river
#

oh so that's why coolstar tweaks need a libhooker shim to work on substrate/substitute?

#

lol

untold river
gentle grove
untold river
#

just dont have DRM
.

#

pull a QuickActions

#

that sounds like sparkdev tweaks

#

on a higher level

#

always-online tweaks tr

#

that sounds uhh

#

i mean people are already online like 24/7

#

massive Ls in places where internet is unstable though

#

only one i know is like a-bypass for something something livepatch update

gentle grove
#

GOD NO WEB 3

#

NO

#

NO

untold river
#

Web3 fr

gentle grove
#

ok

#

yeah but does it scale

#

also how would oyu integrate that

#

without people just bypassing the ownership check

untold river
#
%hook DRM
+ (void)isLegitCopy {
  return true;
}
%end
#

idk

restive ether
#

idk bro

#

that shit hurts my brain

untold river
#

something something fairplay

restive ether
#

classic

#

stupid ass package

#

it worked pretty good until they added ios “support”

#

been a mess since

#

love it

untold river
#

weird shit

#

so somehow

#

ipatool didnt encrypt it

#

tr

#

it should be encrypted

#

but for your case it wasnt?

#

somehow?

#

ipatool can purchase stuff now?

#

cool

#

maybe it's the M1 idk

#

i should try downloading

#

what's a small app i can download

restive ether
#

i’d try something like twitter

lime pivot
#

it is possible ARM has the magic superpower of decrypting binaries even if they aren't supposed to run on that platform

ocean raptor
lime pivot
#

which does feel like a bit of a design oversight but hey nobody has to tell them that

ocean raptor
lime pivot
#

that seems perhaps an over complicated way to do it? idk

#

I feel like the ideal method is to pass in a fd that'll get stuff sent to it when user action is needed

#

but that I feel might need a bunch of refactoring to make conffiles not so hardcoded as a text-based deal

ocean raptor
#

yeah, I thought executing a helper program would best fit into how it's currently setup

primal perch
#

🐒

restive ether
#

about to break the users brain with a conffile prompt

lime pivot
#

yeah that's true, cause it's just, yuck

#

it's like the only place where dpkg needs user interaction and can't get away with forcing apt to deal with that part of it

#

and just like the rest of dpkg it's all hardcoded to work one way and one way only

untold river
#

the debian way™️

lime pivot
#

nah

#

more like the guillemj way

restive ether
#

auto answering yes on conffile as is probably better in the jailbreak context anyways

#

the less user interacting the better

lime pivot
#

apt and dpkg you'd think would be very similar projects in terms of structure, but they're really not

#

apt is C++ and like literally every part of it has config flags you can customise

#

dpkg is C and everything is hardcoded

#

and apt tries to be user-friendly (not the best but it's gotten way better starting with apt in 2.0) while dpkg tries to not have to prompt for anything ever

#

really you're supposed to do apt install ./blah.deb not dpkg -i blah.deb, dpkg is supposed to be more of a direct interface you only use when you need slightly more control, but everyone uses dpkg directly anyway

untold river
#

dpkg -i is shorter

#

and you dont have to remember to add ./

#

tr

faint stag
#

where (full) dependency resolver tr
which is why you use apt instead

lime pivot
#

yeah the real downside of it is it has to differentiate a package legitimately called "blah.deb" with a file in cwd called blah.deb

#

ya also all dpkg can do is tell you there's a dependency failure, you're supposed to fix it yourself or through apt

#

or you can just use apt in the first place so it resolves deps and bails if it can't

#

I also really dislike that if there's a dep issue, dpkg bails after installing the package

#

so you have something installed that isn't supposed to work

untold river
#

@grave sparrow would you mind if i dm an ipa downloaded from an x86 mac
i want to know if it's m1 being weird or ipatool downloads decrypted ipas

lime pivot
#

also leaving apt in a state where it wants you to fix the broken deps before you can do anything else

#

make sure your filter is correct (com.apple.springboard), and try filtering the console to dyld to see if there are any errors loading your dylib

#

make sure you're watching syslog using macOS Console.app, or idevicesyslog, or oslog on device

restive ether
#

mmm oslog

lone bronze
#

so does that %hook/%end lets you inject some of your code before executing the existing method at %orig?

#

i have minimal swift/tweak knowledge so just curious

ocean raptor
#

%hook just says what Class you are hooking

#

then each method declaration inside of that block will replace the existing definitions already in that class

#

and %orig will just call the original method

lone bronze
#

ah got it! neat

#

thank you

untold river
#

sent

ocean raptor
#

@lime pivot when is Chariz gonna acquire SaurikIT?

untold river
#

lmaooooooooooooooo

restive ether
#

it’s supposed to work with SIP so it should be fine no matter the config

#

it should be fine on or off shouldn’t it

#

yeah but if it works with it on why would it being off make a difference

#

oh

#

understandable

#

kind of annoying but i get it

#

still annoyed they use shell scripts instead of a simple makefile

#

doesn’t make sense to me

pearl sail
untold river
#

ipatool is on homebrew

#

not sure about appdecrypt

#

you also need to login with ipatool first

#

ipatool auth login

#

i know just sayin

#

(if you have homebrew, just do brew install majd/tap/ipatool)

#

add that ig lol

#

i will add it to my newly created tap

stuck wyvern
#

thanks capt

untold river
#

very nice tutorial

primal perch
#

jk

restive ether
#

proud of you

primal perch
#

now put it on the iphone wiki

#

lest it be lost to this channel

hasty ruin
#

Bfdecrypt cringe. flexdecrypt superior

faint timber
#

not an argument since only the single mach-o in encrypted anyway

#

?

#

since when are rpath framworks encrypted?

#

no clue

#

wait

#

that doesn't make any sense

#

that's rpath

#

it's never been encrypted

#

only main bin is

#

always has

#

apple project manager: "encryption? ah that sounds secure, lets keep that shit"

#

flexdecrypt user: literally runs one command

#

nope

#

remember

#

fucking great

#

discord bug

#

auto-jumps to present when Im tryna scroll through old messages

weary heath
#

Was wondering how to do this yesterday on M1, thx

tepid olive
ocean raptor
#

@grave sparrow you ever done stuff with db(3)?

ocean raptor
#

wanna try and help me get rootless procursus anyways?

#

that's the actual line that it fails

#
  1. libiosexec just wraps various functions that need fixing on jailbreaks, it started just for exec(3) so that shell scripts will work, now it also wraps getpw* and getgr* so that they will check the rootless databases
  2. yes, the issue is in ie_getpwent not ie_getpwuid (which works perfectly fine)
#

I am using the getpw* from OpenBSD

#

I have a free trial of corellium now so I may actually be able to debug it myself, but I thought getting a fresh set of eyes would probably help

reef fiber
#

hallo. Is anyone familiar what the paths will be on rootless? So one can start prepping tweak modifications. Or would it be possible to dynamically discover these things or smh..

ocean raptor
#

We actually decided on /var/jb

#

Which will be a symlink

#

That way I don't have to rebuild the strap is preboot is locked

hasty ruin
#

good boy

tepid olive
#

is there no way to patch that even if you got a kernel and AMFI exploit

#

also maybe they will forget about /cores troll

ocean raptor
#

It's a symlink

hasty ruin
#

locked rfs is also gonna help nuke jb detection troll

ocean raptor
#

/var can't be locked

tepid olive
#

they could check specifically for /var/jb though

hasty ruin
#

Wen /var2

tepid olive
#

just to do a little trolling

ocean raptor
#

Yep

#

Preferences will stay in the same place

naive kraken
#

even if prefs were in /var/jb the app devs would just need to update paths

#

hi

naive kraken
#

I think defeating jb detection with rootless is just cat and mouse

#

unless you somehow give the user the ability to pick what path the files should be stored in

#

(but then apps could just get that path the same way as tweaks lol)

tepid olive
#

it would avoid the worst pain of apps detecting JB even after that

restive ether
tepid olive
#

especially since stuff like prefs persist to iCloud backups

#

I nuked a ton of JB-related files in /var from my device before restoring rootfs and games using LIAPP still detected JB

restive ether
naive kraken
#

check console.app on iOS 15

#

every sandbox access deny is logged

tepid olive
naive kraken
tepid olive
#

there were barely any file-test-existence lines, none of those existed anymore

naive kraken
#

that's weird

reef fiber
#

allright, I was kinda suspecting this, thanks @grave sparrow . So I guess like /etc stuff is also under that et al.

#

But what about packaging, I mean I can kinda imagine dpkg could be changed a bit so it'd just unpack everything under the new path so lotsa tweaks wouldn't even need to be updated themselves (if eg. they only do some hooking and maybe user prefs).

tepid olive
#

only difference deleting some files and restoring rootfs made is that it changed from "[7002] threat detected" to "[8002] threat detected"

naive kraken
naive kraken
#

yep then they use one of their home brewed, heavily obfuscated, dyld reimplementations to find some libhooker/substitute/substrate symbols and you're out of luck again

#

or use a gadget instruction to do a codesign check syscall

hasty ruin
#

Just run every app using a corellium instance 🧠

main apex
#

How would you get other jbs besides stars to change the directories so heavily though and be the exact same? I don't think unc0ver will ever move off of Sams bootstrap.

ocean raptor
#

It's kinda ridiculous

main apex
hasty ruin
#

Pwncursus

#

👍

ocean raptor
#

Tbh I doubt u0 will ever support 15

hasty ruin
#

🙏

main apex
restive ether
#

wow capt is actually smart

#

say big words

tepid olive
zenith hatch
gentle grove
#

Cat

reef fiber
tepid olive
#

full of SUSPICION

zenith hatch
#

anyways back to tom stanton

reef fiber
#

uuh ok let me check, this is iOS 14 still right?

#

sht you're right

#

$ cat /path/to/cat
_
|
| |
| |
|\ | |
/, ~\ / /
X `-.....-------./ /
~-. ~ ~ |
\ / |
\ /_ \ /
| /\ ~~~~~ \ |
| | \ || |
| |\ \ || )
(
/(
/ ((
/

gentle grove
#

First name Tom last name Foolery

gentle grove
hasty ruin
#

if (spo || iler)

primal perch
pearl sail
uneven cape
#

is using this better than bfdecrypt?

uneven cape
#

👍

thin valley
#

Longest tut ever

uneven cape
#

gotcha 👍

thin valley
#

I don’t blame you my guy. Grateful for everything geniuses do

gentle grove
solid condor
#

"git commit abuse" lmao

#

how do i add an image asset into a tweak

#

via theos

reef fiber
#

put it in the Resources folder?

solid condor
#

example tweak? im dumb

reef fiber
#

I guess it depends on where you need to use given image... if it's some bundle then theos picks it up from Resources. If you want it to be somewhere in the system in the end I guess you can make that path in the layout/ so it'll be unpacked as is on the target

solid condor
#

hm okay idk how bundles work im new to UI development ill figure it out probably

ashen birch
#

hi losers

indigo peak
#

wont work on rootless iOS 15 i think

#

because of how the jb is

#

but

#

¯_(ツ)_/¯

solid condor
#

perfect thanks

ocean raptor
restive ether
#

lol

indigo peak
ocean raptor
#

are you overwriting system files?

indigo peak
#

overwriting, no

#

adding a file to /Library/Application Support, yes

lethal kayak
#

You should always overwrite system files

#

Never hook things

#

Just overwrite files

indigo peak
restive ether
primal perch
#

TRUE

restive ether
#

substrate is a resource hog

ocean raptor
indigo peak
#

yeah, cs was telling me in vc around christmas time

reef fiber
ocean raptor
#

like I was telling @grave sparrow

#

all tweaks should just be binary patches

lethal kayak
#

hook dlopen and patch the binary in memory

#

soon we will return to the usual hooking

primal perch
#

shit has been taken

reef fiber
#

so to make things backward compatible for new tweaks should we just ln -s / /var/jb on <=14 devices?

reef fiber
#

🙂

ocean raptor
#

all tweaks should just check their paths

reef fiber
#

ofc

ocean raptor
#

go ahead, run realpath(3) on it

#

it's the manpage section...

#

do you even manpage bro

#

cause that's how you refer to functions...

reef fiber
#

exactly, 1st thought this would be a mess, but then, well, i've seen things like that in a zillion softw packages

restive ether
#

not far enough

ocean raptor
#

how do you find documentation for libc functions than....

restive ether
#

@grave sparrow write proper error logging for ldid

#

that’s a yea

ocean raptor
#

my goal is for ldid to be assert-less

restive ether
#

do it capt

#

go ahead

#

should ask the guy who tried replacing ldid

ocean raptor
#

Zhlynn?

primal perch
#

Kabir? Saadat? Conan? or someone else?

restive ether
#

saadat

ocean raptor
#

can't wait for supersign ldid

restive ether
ocean raptor
restive ether
#

poor kabir

#

busy guy

ocean raptor
#

for every line of code in ldid there are three asserts

restive ether
#

that’s cursed

ocean raptor
#

/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/

main apex
#

Question, is it possible to have multiple xm files for a tweak and %ctor for each file? Or is that not possible via Theos.

primal perch
#

multiple ctors is

#

iirc you just cant reference a group from another file

untold river
#

you just can't reference a group from another file

main apex
#

Its just running nsuserdefault checks to load features, so order doesn't matter to me, thank you for the help ( @untold river too)

primal perch
#

if your code relies on %ctor timings anyway u probably need to refactor

tepid olive
#

/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb/var/jb

untold river
#

/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb

primal perch
#

/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb

tidal jungle
#

/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb/vaw/jb

lime pivot
#

yeah

tidal jungle
#

whoever ghost pinged me, don’t care.

main apex
#

True, I just want to move some yt reborn functions to another xm cause the main xm is getting overcrowded af.

#

Should I leave all the functions that ctor in the main file and just move the non ctor functions to the other files? So that way there is only 1 ctor file?

#

%ctor {
@autoreleasepool {if ([[NSUserDefaults standardUserDefaults] boolForKey:@"kEnableNoVideoAds"] == YES) %init(gNoVideoAds);
}
}

On mobile so i can't format properly, sorry.

#

Thank you, will just move my non-ctor stuff to another xm file.

#

I am? The theos docs was a sorta confusing on that part.

#

Would I need %group groupname in the xmi file?

lime pivot
#

compiling more code into one file will mean more work every time you want to make, meaning a slower iteration process for you

#

make can't optimise the build to do the minimum required that way

main apex
lime pivot
#

man I wouldn't be able to stand that, hah

misty cradle
#

.

torpid beacon
#

So, U0 has a cool console scroll view thing that spits out console logs.

How do I make something like that in swiftUI?

primal perch
#

stackoverflow

high citrus
torpid beacon
#

ah, thats what its called

#

thanks!

high citrus
torpid beacon
torpid beacon
lethal kayak
#

you’re gonna have to figure out how to search stuff up on your own

#

no you can’t use objective c in swift files

torpid beacon
#

lol, im sorry. ive been looking. i dont know what to look for

lethal kayak
#

it’s ok I’m just saying

torpid beacon
high citrus
torpid beacon
#

NSText view doesnt exist in newer swift versions

high citrus
#

Use uitextfield

torpid beacon
#

actually NS anything doesnt

#

ah

#

thanks

hasty ruin
primal perch
#

@restive ether

lime pivot
torpid beacon
#

ah

lime pivot
#

you'd likely need to use a Text (or a series of them) wrapped in a ScrollView. and you'd have to read up on how you might be able to scroll a ScrollView from your SwiftUI view

#

once you have that, should be trivial to then wrap it in a withAnimation() block

zenith hatch
lime pivot
weary heath
#

Is there a way to download a custom version of an app with ipatool

faint stag
untold river
#

so eta son i guess?

#

without an API the best ipatool can do is provide an --external-version-id flag anyway

#

it's been an open issue since may last year

weary heath
#

Yeah just the external version ID would suffice

restive ether
viral linden
#

Hi

high citrus
#

Hi

viral linden
#

void setup() {

UIScrollView* firstSection = [menu getScrollView];
UIButton* firstSectionButton = [menu addSectionButton:firstSection text:@"Radar"];

[menu activateScrollView:firstSectionButton];

switches addOffsetSwitch:@"Radar"
description:@"Enemy will die instantly"
offsets:{0x194C4A0}
bytes:{"0x200080D2C0035FD6"}];

}

#

Who help me

tidal jungle
#

void setup() {




  UIScrollView* firstSection = [menu getScrollView];
  UIButton* firstSectionButton = [menu addSectionButton:firstSection text:@"Radar"];
  
 
  
  [menu activateScrollView:firstSectionButton];
 

switches addOffsetSwitch:@"Radar"
            description:@"Enemy will die instantly"
              offsets:{0x194C4A0}
                bytes:{"0x200080D2C0035FD6"}];



}
#

fixed it for you

viral linden
#

Mod menu bro

#

Look

#

all may menu template include this

#

it won't work without it

#

I want to do Aim, Movment, Other categories

#

I have no idea

#

see the error in the console maybe you'll know what's going on

#

:/

#

Yup critical ops

#

Yes

#

Its funty

#

Funy

tidal jungle
#

Funty

viral linden
#

I am depressed and it takes me time and I don't think about bad things

zenith hatch
#

all i want is a cheat to change my game’s fps cap

#

smh

high citrus
viral linden
#

help someone or not

high citrus
ocean raptor
zenith hatch
#

lmao

high citrus
#

wait this isn't the we fix your code channel

zenith hatch
#

actually it is

ocean raptor
high citrus
#

what design pattern should i use to avoid this

ocean raptor
zenith hatch
#

wtf

ocean raptor
#

help pls I have tried nothing and it still didn't work woeis

command not found: cc
#

why don't you c is you can c some bitches

#

[[bitches]]

#

HYI

zenith hatch
#

no bitches

#

pirate some bitches

ocean raptor
zenith hatch
#

well now you’re just

#

maidenless

zenith hatch
#

true

zenith hatch
#

cock control*

#

true

ocean raptor
#

git rm balls

#

CPT more like CBT

zenith hatch
#

git rm bootstrap\ guy

#

who is shit and why is he a dev

ocean raptor
#

NOOOO!!!!!

#

I'll ask hayden to do it KEKW

zenith hatch
#

cocaine15

#

thermal paste application

ocean raptor
zenith hatch
#

me when hayden

ocean raptor
#

@grave sparrow wanna add libkrw compat to libkernrw?

restive ether
#

true

zenith hatch
#

did hayden delete his discord acc?

restive ether
#

yes

ocean raptor
zenith hatch
#

anyways

ocean raptor
#

smh

zenith hatch
#

fr

restive ether
#

truth

zenith hatch
ocean raptor
#

as you can see, he wants everyone to call him

zenith hatch
#

woe

tepid olive
#

does anyone have any ideas for a starter tweak i could try to make

zenith hatch
#

no

ocean raptor
faint lionBOT
#
Jumper

Jump into an application straight from the lockscreen. Jumper replaces the flashlight and camera lockscreen quick actions with custom applications. Supports iPhones running iOS 11.1.0 and up.

Author

Neo Ighodaro

Version

2.1.1

Price

$0.99

Repo
Bundle ID

com.tapsharp.jumper

zenith hatch
tepid olive
#

Pettiness

ocean raptor
#

cause siguza is a dork

tepid olive
#

No

#

libkrw came first bro

#

Sorry

ocean raptor
restive ether
tepid olive
ocean raptor
#

depends, have I already fixed them in the rootless bug fix branch?

zenith hatch
#

colin furze added central heating to his bunker

restive ether
#

my man

ocean raptor
#

I literally fixed the majority of your issues in that branch

#

smh

#

uikittools one?

restive ether
#

the uikit trollin

ocean raptor
#

haven't been able to test it yet

restive ether
#

i still say you accept amy’s

#

skill issue that the loader is stupid

ocean raptor
#

ik

#

the definitions one

restive ether
ocean raptor
#

which one androidskull

viral linden
# high citrus add `[` on line 4

void setup() {

  [UIScrollView* firstSection = [menu getScrollView];
  UIButton* firstSectionButton = [menu addSectionButton:firstSection text:@"Radar"];
  
 
  
  [menu activateScrollView:firstSectionButton];
 

switches addOffsetSwitch:@"Radar"
            description:@"Enemy will die instantly"
              offsets:{0x194C4A0}
                bytes:{"0x200080D2C0035FD6"}];



}
restive ether
#

could’ve just linked it fuck stick

viral linden
#

@high citrus

ocean raptor
viral linden
#

Im add [

#

Im need category not offset

#

Yes

#

Category
AIM:
• Aimbot
• hitbox

#

Menu.h , Macros.h

ocean raptor
#

no

#

I haven't reviewed anything in a while

#

WHEN I GET A JAILBROKEN DEVICE I WILL REVIEW STUFF OK?

#

he doesn't want proc stuff on his GH incase he wants to get an apple corp job

zenith hatch
#

cumbending

viral linden
#

:/

tidal jungle
#

it’s also supposed to be the 23rd

tepid olive
#

for macos -

#

what is the deal w task_for_pid

#

i'm trying to do something along the lines of this:

kern_return_t handle = task_for_pid(pid)
kern_return_t allocated_memory = mach_vm_allocate(...) 
kern_return_t written_memory = mach_vm_write(...) 
kern_return_t new_thread = thread_create(...)
kern_return_t func_thread = dlsym(...)
#

is task_for_pid problematic even if the process is a non system one

#

wasn't that in elcapitan or something

#
Before El Capitan (10.11), in order to call task_for_pid, the calling process must either be root, or a member of the procmod group, else the function will fail.

Since El Capitan's introduction of System Integrity Protection (SIP - aka rootless), calling task_for_pid is no longer possible for processes that are marked as part of SIP, which mostly are processes that are part of the operating system or provided by Apple.

In order to call task_for_pid under El Capitan, the calling process must be signed witha special entitlement in its certificate, which is currently only available to Apple and not to developers.

You can turn off SIP by booting into Recovery Mode, but this is not recommended for production code, as it disables multiple security systems, such as protection from running unsigned kernel extensions and modifying system files.
#

this is what i found

#

I mean I can try disabling SIP for myself but if I am to write a program using task_for_pid for production use then I don't think I can ask people to disable SIP

#

The only problem is the last time I did I realised I wouldn't be able to use iPhone/iPad apps anymore

#

ye

#

could just do #2 or #3

#

eitherway the end user would have to type in credentials

#

i think #2 is scarier

#

yea

#

"control over"

#

yea

#

so prob pass only

#

i couldn't find a lot of information on dylib injection on its own

#

there are only like 3 resources i found

#

the most reliable is inject.c

#

on that newosx site thing

#

fr

#

nice

#

is it open source

#

or priv

#

i'm gonna see if i can figure out how to make one

#

was it complex or what

#

yea

#

oh pain

#

did you have to reverse anything

#

or did you just

#

use code

#

okay cool

#

yea i am aware

#

i was going throw inject.c

#

paiiiiiiinnnn

#

why did it have to be so complicated

#

it's so much easier

#

on win

#

also

#

u could've just used r7 (but r7 is the most user unfriendly tool ever)

#

to convert c to shellcode

#

i swear i saw another tool

#

that's much more trivial to use

#

yeah never ending loops

#

my beloved

#

no thread exit no nothing

#

overengineered solution

#

i might go the dumb way

#

to do this

#

sleep

#

thread_terminate

#

alright tysm

#

if i got time then i think it'll be a good learning experience

#

i hate working with assembly

#

reading it is still fine

#

but writing assembly is absolute eternal pain

#

mfw all of the procursus work happens in some priv repo

#

public one last updated 29 days ago

#

and no rootless branch

#

getting what working

#

rootless support?

#

the patches u just made

#

ah

#

you better hope it does then..

#

or diatrus will be under your bed

#

or smth

#

procursus by cameron

#

real

#

one day before taurine15 drops

#

yeah fr

#

bloo

#

watch yo tone

#

buddy

#

i wish

#

taurine15 release date

#

release jailbreak

#

when will taurine15 release

#

yea say what i said

#

word for word

#

if slim added the whole phrase for some reason to the filter

misty cradle
#

When will taurine15 release

tepid olive
#

yeah u guys r immune

#

it won't release sorry bub

#

you made daddy angry

misty cradle
#

L

ocean raptor
misty cradle
#

Tr1Fecta has taken procursus over

#

It is now called

tepid olive
misty cradle
#

elucursus

#

ntwerk

tepid olive
#

taken over by yalu jailbreak

#

it is now called taurine15 amfid support is ready

lofty juniper
#

Y

misty cradle
#

@lofty juniper hello fa

lofty juniper
misty cradle
#

ntwerk

#

ntwerk

#

ntwerk

#

ntwerk

misty cradle
lofty juniper
#

no

misty cradle
#

sad!

#

wtf

ocean raptor
misty cradle
#

it was slash !!

misty cradle
tepid olive
#

what the fuck

#

why am i in that server

misty cradle
ocean raptor
#

I'll set that as my wallpaper dw

tepid olive
#
- (void)setXPCType:(xpc_type_t)type forSelector:(SEL)selector argumentIndex:(NSUInteger)index ofReply:(BOOL)ofReply API_AVAILABLE(ios(13.0));
                    ^
/home/nathan/theos/vendor/include/Foundation/NSXPCConnection.h:94:13: error: expected a type
- (nullable xpc_type_t)XPCTypeForSelector:(SEL)selector argumentIndex:(NSUInteger)index ofReply:(BOOL)ofReply API_AVAILABLE(ios(13.0));
            ^
/home/nathan/theos/vendor/include/Foundation/NSXPCConnection.h:110:13: error: expected a type
- (nullable xpc_object_t)decodeXPCObjectOfType:(xpc_type_t)type forKey:(NSString *)key API_AVAILABLE(ios(7.0));
            ^
/home/nathan/theos/vendor/include/Foundation/NSXPCConnection.h:110:49: error: expected a type
- (nullable xpc_object_t)decodeXPCObjectOfType:(xpc_type_t)type forKey:(NSString *)key API_AVAILABLE(ios(7.0));
                                                ^
/home/nathan/theos/vendor/include/Foundation/NSXPCConnection.h:111:26: error: expected a type
- (void)encodeXPCObject:(xpc_object_t)xpcObject forKey:(NSString *)key;
#

help

tepid olive
#

nopr

#

nope

high citrus
ocean raptor
#

@grave sparrow hayden actually fixed Perl uhh

#

I'll commit it soon

weary heath
#

Dump /app/app.appex/app fail, because of encrypted fail with Cannot allocate memory

#

Get this error with appdecrypt, there's enough memory available anyone know what the issue might be

restive ether
#

getting trolled by chinaware

weary heath
primal perch
high citrus
#

vscode is trying to figure out if it needs to write this file with a capital letter or not

#

It is with a capital letter in my filesystem

indigo peak
#

can you add cookies to a NSMutableURLRequest

#

not like a header

#

cookies

ocean raptor
#

Fix them yourself trolllaugh

high citrus
# indigo peak can you add cookies to a NSMutableURLRequest

this? https://blog.csdn.net/happysdh/article/details/51068789
(You will have to learn Chinese first though)

indigo peak
#

lol

ocean raptor
#

sounds like a skill issue

#

@everyone what's the ldid assert you encounter the most? I'll replace it with an error message

#

@grave sparrow pull main

vivid dew
#

_assert(false)

tepid olive
#

or it doesn’t exist

restive ether
#

you’re a binary

tepid olive
#

i am

restive ether
#

or are you a non binary

tepid olive
#

i’m binary yes

restive ether
#

wtf

#

10100011100?

tepid olive
#

no

restive ether
#

1?

#

0?

#

10?

#

01?

ocean raptor
tepid olive
#

01100101 01110110 01100101 01101100 01111001 01101110

restive ether
#

wait i fucked that up

#

01100111 01100001 01111001

tepid olive
restive ether
#

i see

zenith hatch
#

@digital helm happy birthday

ocean raptor
#

Say I have an enterprise signed app that's signature is about to expire. Is it possible to keep using it past that?

weary heath
#

Probably not without resigning it

#

Does AppStore++ disable app thinning still work

ocean raptor
primal perch
#

balls

misty cradle
#

Try it out

weary heath
#

How can I tell if it's thinned or not

weary heath
#

I'll redownload with thinning off and compare checksums

#

The binaries are different but the ~~non-~~thinned one is a few MB bigger thonk

tepid olive
#

yea makes sense

#

proby has like armv7 and arm64e slices now

weary heath
#

App Store apps don't have arm64e slices

#

Oh my bad I typed that wrong

#

The thinned one is bigger*

ocean raptor
#

Worked for me

#

What was the error?

#

No

#

Give me the useful lines

#

That's not the useful lines smh

#

You know what, figure it out yourself

#

Definitely not

primal perch
#

skill issue

torpid beacon
#

ok, so im trying to make a basic swift app (im a python dev please dont judge my shitcode), and im noticing in xcode, everytime i insert a text item, it basically adds a section of the screen that can only be used for that piece of text. how do i get around this?

silver rampart
#

yeah i wasn't responding to you my bad

torpid beacon
#

oh all good

#

sorry i was really confused for a sec lol

torpid beacon
#

uhhhhh a text widget ig?

#

idk

#

just text("text")

ocean raptor
#

@grave sparrow git pull

restive ether
#

W

ocean raptor
#

what is waterfox? Firefox fork?

restive ether
#

yes

gentle grove
#

icefox

tepid olive
#

I wonder
Is it possible to get a iOS app somewhat running (even without a GUI) on the Apple TV?

#

Or even just like in a ssh connection

#

Like ./blah

#

i dont see any reason why a mach-o binary made for ios wouldnt work on an apple tv

ocean raptor
#

that function specifically

#

but that's why vtool exists

tepid olive
#

But they can still technically still be run

#

In CPI

ocean raptor
#

you (probably) can run iOS binaries on tvOS

tepid olive
#

Cli

ocean raptor
tepid olive
#

Yeah that’s what I’m going for somewhat

#

But would it be possible to be run in GUI? Or is it too different

ocean raptor
tepid olive
ocean raptor
tepid olive
#

what does vtool do

ocean raptor
#

vtool — Mach-O version number utility

#

literally tells you in the first line smh

tepid olive
#

Does it like change basically iPhoneos to appletvos

#

Like that

#

Like you are able to with it

ocean raptor
#

I've used it to run arm64 iOS simulator binaries on iOS

tepid olive
#

Oh

#

Ok that makes since ty

restive ether
tepid olive
gentle grove
ocean raptor
#

If a developer responds to your question by sending documentation, read the documentation before asking more questions.

ocean raptor
#

@grave sparrow perl, vim, and tmux should all be fixed

primal perch
#

did you remove them all

ocean raptor
#

Hayden is on it 🙃

restive ether
#

yeah dumbass

ocean raptor
#

took him 5 min

#

nvm, screen is not fixed

#

gettext and xar are fine

#

you just need to get good

#

then stop racing

restive ether
#

real

ocean raptor
#

THEN STOP RACING

primal perch
#

yea slow down bruh

tepid olive
#

Or else kindly mute yourself

lime pivot
#

the one whose icon is literally a badger

#

sorry, racoon

tidal jungle
#

Badger

lime pivot
#

not exactly animals I frequent particularly often in Australia

#

fake XP aero theme moment

tidal jungle
#

Adapted for Windows XP and 2003

#

Oh no.

lime pivot
#

oh yes.

#

oh yes.

#

best part (not really) is because it was forked from Pale Moon, and the dev is Russian and doesn't speak English well, the Pale Moon guy harassed the Mypal guy about a nonexistent license violation until he gave up on the project

restive ether
restive ether
lime pivot
#

at any rate he apparently successfully ported Firefox Quantum to XP, which is kinda cool

restive ether
#

lftp actually bit the dust in part because of the war

lime pivot
#

so no longer a fork of a fork, now just a fork

restive ether
#

oh wow

lime pivot
#

there's something beautiful about how cursed it is to see modern Firefox UI under Windows Classic

restive ether
#

that’s impressive

restive ether
lime pivot
#

such as Chrome?

tepid olive
lime pivot
#

lmao I'm being harsh

#

but I still absolutely cannot love the more squared off tabs

#

the mountain shaped tabs were better

restive ether
lime pivot
#

thank god the last version of Chrome for XP was pre-Material redesign

tidal jungle
restive ether
#

finally

#

i’m sure they’ll finish that transition in 2025

lime pivot
#

it just looks like redesigned chrome, none of the features seem useful??

restive ether
#

idk man, some of the opera guys went there

#

and opera is already pretty useless

#

seems to just be double trouble

lime pivot
#

with the sole exception of the tab sidebar but looking at it on google images, it literally looks identical to the Edge vertical tabs

#

yeah the new tab page "speed dial" and bottom status bar looks extremely Opera

stuck wyvern
#

old opera was cool at the time

lime pivot
#

I mean Opera before they trashed it and became just differently styled Chrome

stuck wyvern
#

yeah

#

I used opera back then

tepid olive
restive ether
#

Starting with version 2.10, Vivaldi changed its user agent string to mimic a generic build of Chromium, which results in it not being recorded as a unique browser and causing a decrease in its recorded market share.

#

wtf lol

stuck wyvern
#

it was cozy

lime pivot
#

they at least still had their engineering team back then, some really great people, but then they got bought out by some chinese company who…

#

well now it's Chromium but G A M I N G

restive ether
#

been downhill ever since

lime pivot
#

everyone who worked for them either quit or was laid off

#

they're at Google/Microsoft now

#

this screenshot is absolutely cursed

#

did they… did they make tab bars for your tab bars

#

there's also my most favorite of them all, 360 Extreme Explorer™

#

E X T R E M E

#

Chinese Chromium fork backporting modern versions to XP

#

because China, of course they would

restive ether
#

that is disgusting

lime pivot
#

I forgot about this

#

somehow they engrished the Chromium localisation strings

restive ether
#

looks like a fake windows OS

lime pivot
#

Google has become Ggle

#

and "Import bookmarks now…" has become "Immediately import bookmarks…"

#

also obv has the weird Chinese fullwidth font thing going on

primal perch
#

engrish

lime pivot
#

it clearly says mother asterisk asterisk asterisk asterisk asterisk asterisk asterisk asterisk

main apex
primal perch
#

hawwt

pliant fossil
lime pivot
#

it makes sense I guess, it’s been 8 years and China still just can’t help itself stop using XP

pliant fossil
#

true

weary heath
#

I’m clicking but it’s not working

lime pivot
tepid olive
#

arrow in your heart

#

windows forks are balls

#

someone reverse macos and fork it

#

macos but it runs out of the box on hardware that isn't made by apple too

#

impossible

tepid olive
#

yoo

#

it looks like macOS

lime pivot
# tepid olive macos but it runs out of the box on hardware that isn't made by apple too

Power Computing Corporation (often referred to as Power Computing) was the first company selected by Apple Inc to create Macintosh-compatible computers ("Mac clones"). Stephen “Steve” Kahng, a computer engineer best known for his design of the Leading Edge Model D, founded the company in November 1993. Power Computing started out with financia...

ocean raptor
tepid olive
#

translation and shit

#

cool stuff

#

i'll try it out

#

but i was talking more in terms of like

lime pivot
#

built with our core technologies of Cocoa, Qt,
oh no not Qt

tepid olive
#

react os

#

or whatever it's called

#

yea reactos

lime pivot
#

have a look at darling

tepid olive
lime pivot
#

no clue if it still works but it at least used to be able to run the xcode toolchain

tepid olive
#

another translation layer

#

i see

lime pivot
#

sounds promising that airyx is reimplementing Cocoa

tepid olive
#

no arm

#

😦

pliant fossil
#

stellaris your name is very familiar

tepid olive
#

obv not troll

pliant fossil
#

do you have an ipad 7

tepid olive
#

yes

#

I have an iPad 7

pliant fossil
#

ohh yea

tepid olive
#

yea

lime pivot
#

would be super cool if they can reimplement the kernel too but that thing has become an absolute behemoth since they started making half of it closed-source

tepid olive
#

reactos moment