#development
1 messages Ā· Page 587 of 1
Yeah
trying to patch an app to work on iOS 13 and getting KERN_INVALID_ADDRESS with substrate being the only non-internal dylib
ok thanks
no i think its malware
reply
we commit small amounts of tomfoolery
truly
real
actually seems to be something different
inb4 actual malware
nah, jumping to the address in question, it's a little past a framework it loads
AppAuth
though it's calling some awfully low-level libraries that are nowhere in the SDK...
std::chrono::this_dick::duration_cst
oh god
š
python3 -m pip install --upgrade k2l
run it again

if windows native py10 doesn't have curses idk how it's possible to make the curses bit work
WSL version should work fine
i mean i found pip install windows-curses
which idk if its like "legit"
ok well
i installed it
and then the ui pops up
for less than a second
and then this error
weird af
cant manually repro
@indigo peak download this and run python3 -m pip install <that filename^>
then ktool --no-mmap open Discord
what on earth
it looks like my gui is trying to draw a hidden window over stuff but that makes no sense
my favorite apex character
@silver rampart this happens if i use my mouses scroll wheel
well dont use your mouse's scroll wheel
there's no cross platform curses impleentation that supports scroll wheel
š
i'd have to implement it seperately for every system and there's not even a way to on my machine
Oh dear
trole
also i'm confused does it not render anything in that central box no matter what?
huh are you sure? that sucks
I would have thought it would just send a bunch of arrow key commands
nah it sends very specific escapes depending on terminal
and win terminal doesn't send scroll-up escapes
nerd
even
linux mfs be like
@ocean raptor
I use BSD smh
whats that

i dont know flags
oh tahts japana?
the japanese empire flag yea
oh
or rather just the imperial army / navy flag
theyve had the current flag since 1870
This is me 
I actually like windows except the fact it sucks
It has so much potential
Its like they are going forward and backwards at the same exact time
Whoever thought it was a great idea to add in that new right click context menu is a fucking redacted

i like the ui but yea damn they removed options
so is stupid
and you gotta add a registry tweak to fix that
let alone the taskbar has been nerfed so much
basically 0 options now
Even if i use a registry tweak for a small taskbar. It fucks up my clock area which is a known bug i guess for some people for the past 4 updates

But yea thats what i get for using registry tweaks
I just used thisiswin11 and i am pretty hppy with the result
Don't you hate it when everything works perfectly fine but the tests are still failing
Just wished there wasnāt so much unnecessary shit preinstalled. And the ui was unified instead of having 3 different UIās
And they fired mfers who gave ideas like that right click context menu or at least give us options to change it
Personally i think windows 11 looks/performs hella incomplete. It feels like a windows 11 early alpha lmao
based and valid opinions pilled
i mean that's microsoft
release incomplete shit then fix it down the line
Simple solution
mald
skill issue
@grave sparrow what was that change you did to openssh?
git diff -- makefiles/openssh.mk
how do i use rust without losing half my brain cells
whats wrong with pcre2?
actually, not a strapproject, don't care
If apt.procurs.us is slow for anyone, this is why
MEMO_TARGET=iphoneos-arm64-rootless MEMO_CFVER=1800 SSH_STRAP=1 gmake bootstrap
no
I do everything on the mac stadium
which also hosts the repo
not the best situation
my priorities right now are fixing libiosexec and then writing the worst dpkg patch ever
I don't want to make CS wait on me too long

the main hold up will most likely be me writing the dpkg patch 
I have no motivation
and
spring break next week
spring break I will be on vacation
I refuse to do anything jailbreak stuff
while on vacation
I won't even bring my laptop
or my jailbroken phone
caches stuff i think
./configure --help | grep -- "-C"
-C, --config-cache alias for `--cache-file=config.cache'
development try not to talk about compiling code for 2 messages challenge
development finishing compiling code challenge
impossible
you first
At least itās consistent 
would help if the cloudflare caching actually worked
True
I think Conan wants to move it to his oracle VPs(?)
Hayden insisted he had it set up right, had cache everything enabled and all, but I'm not sure he didā¦
because whoever it was that ran a pro mirror had no perf issues
Quiprr
His mirror is super fast 
if configured to cache properly
Ask sun, he's the one that has access to cloudflare dash
it does have a size limit on what it'll edge cache, but effectively all of the packages most people will be installing will be covered just fine
think it's 10MB or something
lower for free plans than paid
I'm way off, it's 512MB
more than plenty
@grave sparrow
cp: cannot stat '/Users/cameron/Documents/Procursus/build_stage/iphoneos-arm64-rootless/1800/gettext//private/preboot/jb/usr/lib/libgettextlib.a': No such file or directory
gmake: *** [makefiles/gettext.mk:41: gettext-package] Error 1
troll
I can block physical button presses just fine by hooking [SpringBoard _handlePhysicalButtonEvent:event], however, on Touch ID devices, if the user has the "Rest finger to open" feature enabled (Accessibility -> Home Button), it doesn't work.
I see that the event comes in and although I'm blocking it, it still goes through. Is there any other method I should know of that would handle the finger rest event so I can block it properly?
yup, indeed
try causing a crash in that method and look at the symbolicated stack trace, maybe the thing that calls it does something additional if that setting is enabled
How?
Wdym? We will not be redirecting paths at run time
It's up to the tweak dev to update their tweaks to work on rootless
Dpkg will redirect paths when installing packages though
If it's DEB arch is iphoneos-arm
But not if it's iphoneos-arm64 or all
I agree, not that big a fan of it, but other people didn't like the idea of breaking old packages
However, when apple prevents us from using /p/p and we have to move stuff, everything will need to be updated again
I was fixing my friends code and he kept on getting seg faults š
It wasnāt my fault his logic was so fucking dumb
objective c
Are you people modeling /private/preboot/jb to be a / parallel, so paths can be merged?
Like hooking file lookups to search files in path and if not found try /private/preboot/jb/path
uicache can register apps from the preboot path
afaik
itās in the code
You can modify a launchd daemon using libxpc
Sorry, thought it was a key in the launchd daemon
/var/mobile/Library/Preferences/com.apple.springboard.plist
Wait, what's the issue with writing to there?
/var is writable on stock smh
Ever heard of loader.app
They don't have to be in /Applications to be uicached
it just has to be registered
Cause that key is still necessary
Because uicache registers apps as system apps
SpringBoard looks at ls cache and thinks
These are all marked as system apps:
Messages.app? Ok! That's default let's show it
Sileo.app? Hmmm not default but still system, lets not show it. Wait that pref is set, let's show it anyways
My question is why is CS not using defaults to write to the prefs file, smh
SpringBoard 2 is lanching tomorrow
You can modify defaults as another user if you're root
iirc
Wait, maybe not
I never use NSUserDefaults, I just use CFPreferences directly 
I'm happy just using CFPreferences*WithContainer
nicely
i hope that was unintentional
because it's a jailbreak app that literally escapes sandbox and does privilege escalation
and also because cfprefsd will get killed during the subsequent userspace reebot
dpkg-query 
springboard 2 written in pure rust
20% more bugs
for 20% more performance
No afaik, Theres a flag to set a custom admin work, that may work
@lime pivot how would you like to sponsor me?
what do you need
basically, you pay for readthemanual.info and then I host the best online manpage viewer and kill die.net
but the domain is great
sadly rtfm.com is taken
and all the other tlds are expensive
I would think so
2 letter domain
2 letter are honestly mostly either reserved by the TLD or already sucked up by scalpers
registered in 2003 idiot
I would try something along the lines of man.page
I knew it
Iām sure thatās taken though
I wanted to get manpages.gay but then I learned you aren't allowed to host anti-LGBTQ stuff on it

knew it
RIP
just make sure you donāt host the GCC docs written by Stallman and youāll be fine 
or was it libc
registered in 2018, I was about to say we just missed it then realized that 2018 was 6 years ago 
lolz
whenever you type a website that has a basic name itās safe to assume itās porn
ācheapā is premium loool
@gentle crescent go to sleep or else no jiggly skin
pretty sure buying man.forsale would get me on an FBI watchlist
Egg industries
I search mandoc and it recommened carldoc 
how is that 6 years
its not 2024
smh
@grave sparrow got 1.5k to spare?

yeah but Iām cooler
pandoc woeis me
Iām still legitimately so confused by why this scene exists in bee movie
pretty sure if you did that in an actual courtroom youād be tackled and arrested
the lack of realism is the bee movie is worrying
What is that scene about
shaking my head
the bee movie is just a fever dream
I don't rmeember
i feels like one when you watch it
Its been so long since I've seen the bee movie
capt doesnāt even have 5$ to spare
mans been too busy fixing m1 woes
i love how discord broke stickers without changing anything about them
thatās truly an impressive feat
legend says capt is still compiling gettext
truly amazing
damn
discord moment
IOS discord moment

lol yeah thatās true
who are you?
Works fine on android 
thereās some parts of the sticker where itās just the wolf itself
unironically going android next time
What
that would be awesome
when my 12 mini is poop
the battery already kinda is 
but the rest is good
Wtf
its good it just has a small ass 2200mah battery
capt go ahead
refactor procursus
and its at like 88% health
bruh youāre putting oslog into the strap too
I have 4725 mAh
might as well do locsim too
102% capacity
DrawInContext
what is the error tho you loser
aw yeah baby watching bee movie in 4K HDR
based
Isn't that the emoji movie anyways
If its habibi's emote
I remember him saying that
lmao, I figured cause I didnāt recognise it
I put emoji movie on my plex and subsequently never watched it
which is probably for the better
I don't have a Plex or jellyfin yet
the emoji movie is definitely the worst movie i have ever watched
itāll be fine, just needs new thermal paste and an SSD
pressure washer
pov last time birdpoop was updated
Whyis there dirt
That's not just dust
birdpoop development team hardware
i donāt see why youād do that instead of just using a profile
http://newosxbook.com/bonus/vol1ch16.html might be something useful in here
true
YO WTF
how
The
Fuck
minimal bootstrap challenge
Hi everyone, question for folks here. I don't claim to be a developer, I did major in CS several eons ago so i'm not illiterate, but it's been a while since I've actually done "real coding." - I have an app I use for work, that requires a jailbreak, because I use the "Flex" app to modify SEVERAL variables (mostly BOOLs and a couple of VARs). Every time the app is updated by the vendor, there's usually something that gets broken that requires me to go re-look at all the variables and hunt for what was changed and modify it. The crux is this, I'd really like to update my iPad Mini 5th gen to iOS 15 (it's on 13.6 jailbroken at the moment), but there's no gaurantee that by the time the 15.1 jailbreak comes out, the device will be supported..... which would mean I wouldn't be able to use Flex. I do have an Apple Developer account, but since I haven't actually done any Apple Development.... I wasn't sure if there would be a way to modify the app (without Flex or a jailbreak), and then sideload it somehow to an unjailbroken state. This way, I could give up relying on the jailbreak, and just sideload my changes in on an up to date iOS.
yeah, sideloadly can do it iirc
but i guess i could make a tutorial
so i guess the solution is just flex to theos, building it then sideloading the app
can't forget decrypting it though
bfdecrypt 
lol... š No profit! š
well yeah i guess
if sideloadly is still broken, then https://github.com/SignTools/SignTools
paid dev account 
it can inject tweaks too and that's the only alternative i know of that can lol
alright so bfdecrypt to get the decrypted ipa?
only suggested bfdecrypt since launching the app is a non-issue here
yeah
and supercharge, once thatās out in 2032
oh yeah i forgot about azule too
ā±ļø
what's up kabir
wow
i have 800 words to write before midnight and instead im lurking the r/jb discord
very
already drafting the papers to hand over supercharge to u
heheh, so you're pulling a me
hey because I want to make sure you're as distracted as possible (not really I just reminded myself)
jk but contributions to orion are very welcome
there's a slight inconvenience that Theos currently deletes libswiftConcurrency.dylib from xcodeproj output
which is actually needed for it to work on pre-15.0
i could argue that youāre pulling a me when you pull what you think is a you
What's your timezone?
š³
ET atm
yeah i expected that would happen, kinda structured the libswift package to support that use case but i simply havenāt got to updating it yet
good point maybe i should
smh waiting for it so I can add some stuff to proc
Tempted to add libswift to Procursus
I don't like it being provided by the jb
im still trying to figure out how to handle pre-ios 13 concurrency though
like, it simply doesnāt work but itās a bit of a pain to express that in terms of APT requirements
I was thinking it'd be fine to just redistribute whatever libswift dylibs are required per-app
active chat do any of you have any clue if swift concurrency backporting can be disabled
probably gonna make libswift a parent package with
Depends: firmware (>= 12.2) | org.swift.libswift.base, firmware (>= 15.0) | org.swift.libswift.concurrency
And concurrency can have
Depends: firmware (>= 13.0)
just need to make sure the stdlib isn't bundled
yeah itās one dylib tbf
how large is it?
yep exactly
thereās a flag iirc
14MB oh god
okay maybe we do need that package then
this might be a debug build, though
Oh shit, this is way easier than I thought it was going to be. Thanks @grave sparrow and @faint stag
of concurrency? Not sure why theyād ship one
Do you build the libswift yourself, or rip them from xcode?
The latter
libswift 5.5 š¤š»š¤š»
or are we on 5.6 these days
I've been really watching Zebra 2's package size because libapt-pkg being bundled adds quite some heft, sadly
5.6 is in dev
ah
just beg sbingner to update his apt 
trying to shave down other parts of Zebra as much as possible so the size difference from 1 to 2 isn't as bad
@lime pivot the dylib in Xcode appears to be 6.8 MB but itās only arm64
i donāt think itās that big of a deal, iām sure the reduction from amyās changes offsets it
the dylib I have actually is fat arm64/arm64e for some reason
so 14 MB is reasonable for arm64e + arm64
@nimble parcel how's the licensing of it? Are we allowed to redistribute it?
man i miss jb dev
i believe so
Zebra is of course only arm64 because shipping arm64e is just adding pointless amounts of pain
you shouldn't I hate it here
itās Apache licensed
good point
muh pointers!
i work around that by doing my own thing and dropping a big release every so often
pointless was an accidental pun 
I get sucked in with the Procursus push access then get 100+ PRs forced on me to review 
itās ok nick closed like 30
just reject them without saying why, embrace the chaotic energy
you havenāt seen how i review Theos PRs
painful but valid burn
lmao ouch
iām sure most of them are irrelevant now anyways
I do review them, like, every few months when I feel like I can brave it
cam just wants his fBSD support
I did triage almost all of the open stuff about a month ago
i saw that plist wrapper script PR, that was nice
so everything open is either still relevant, or I didn't feel like fixing it
didnāt realize ply was a thing until then
at that very moment
https://github.com/theos/theos/pull/592 @grave sparrow nice PR big man
% sudo dpkg --remove-architecture iphoneos-arm
dpkg: warning: cannot remove non-foreign architecture 'iphoneos-arm
NO!
make all the scripts posix compliant, go ahead
be a mad man
get those 3s theos performance improvements
dhowett still monitors theos stuff???
yeah thatās how i found ply
I had heard about ply a while ago while I was reading howett's blog
Which I started reading because he wrote some stuff about the framework laptop
which I want to get
but have no way to justify
are those things any good
since I already have 2 laptops
It looks AWESOME
https://gist.github.com/cxnder/9622415233caaae185b485166e32ca9e very satisfied with this code
as compared to my old very naive approach to virtual memory mapping for macho parsing which is like 200 lines long and 2x slower and horrible to try and read https://github.com/cxnder/ktool/blob/ad101250ad1927730732aac9fd5920562d4a8af5/src/ktool/macho.py#L176
I love knowing he's getting emails and can occasionally chime in with a solution, heheh
.man is a TLD
but it's owned by a german company š
How much does it cost to buy a TLD
or mdoc.us
mdoc.fans
@restive ether I am definitely a fan of mdoc
no
.docs is
but it's not supported by google domains
It's limited to doctors I think
im not going to a doctor who uses .docs
Itās good šš»
I have some feedback if I may
No. You are not going to a doctor. You are going to a Psychiatrist.
A psychiatrist is a doctor...

Yes. It is.
hit me
L17-19: could be placed in the else clause of the try so itās clear the exception can happen on L16 only
L24: raise an instance of the error, not the error class
L27: what happens if size < self.page_size?
L28: you could use a variable for (i * (self.page_size + 1)) in the for loop but it looks like (self.page_size + 1) is constant across loop so that could be one outside
Also types
Logic+readability looks šš»šš»
L24 was a standin till i actually implemented it (throws a valueerror with a custom msg)
L27: what happens if size < self.page_size?
then the mach-o you're trying to reverse is fucked
That's why you reverse it...
just cause it's totally broken doesn't mean that it won't run
I read a whole article recently about creating ELFs that run on Linux but that ghidra, ida, and objdump all don't recognize
if the size of a segment is smaller than the page size of the system there is no way (NONE) that dyld will load the binary
Good point
although in fairness dyldextractor does create pretty much that issue https://github.com/arandomdev/DyldExtractor/issues/31 š
but i use a separate (awful) workaround for that bc it's not standard
I mean, donāt do
raise AssertionError
do
raise AssertionError()
As a general tip
Should you warn about it?
I do, it yells very loudly when you try to map a misaligned segment
then manually maps the entire thing into the cache :p
Noice
here's the actual implemented version
nooo you shouldāve written it in C to save 0.03seconds!!!
and then it only wouldāve taken 12 months longer to make
hopefully obvious /s
currently writing basically a copied macho parser implementation in C++ and can confirm it takes much longer

string parsing in python is unmatched by anything
swift
if someone on macos could possibly drop /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Coherence.framework/Coherence they would be a v cool person
Coherence
thank you very much
np
hoi peepers
how do u check again which process you're currently in
need to check something in ctor
ok found
#define kProcessName (*(char ***)_NSGetArgv())[0]

then in your code:
char *argv = kProcessName;
NSProcessInfo?
this wont work in processes without bundle identifiers š
well i only need it to work in that process with a bundle id
Like apps and frameworks?
yup
Then yeah, that would be enough
wtf lol
Usually itās the other way around

why do you need to check the process id
i also gotta do something else in springboard
Just do two dylibs with diff filters
that works too
Tweak.xm:
%ctor { abort(); }
ong
true
@grim sparrow
hello tr1
Hey everyone, noob question.. I am a full stack dev and graphic designer getting into iOS dev and wondering where I might find info on how to use XCode to upload my icon set and make available to purchase in Cydia?
Ooh I know this!
Cause uicache
LSApplicationProxy *app =
[LSApplicationProxy applicationProxyForIdentifier:@"balls"];
return [app bundleURL].fileSystemRespresentation;
Sorry for the trash formatting, I'm on mobile
That should work all the way back to iOS 7
3 hour movie that is an hdcam because rips haven't come out yet
Can't wait to watch 480p, shaky Batman
I will wait
im gonna watch in cinema prolly
I don't want to get Covid right before my vacation
I thought it was coming out on the 2nd not the 22nd then got SUPER disappointed
3h hdcam of a video essay
hey i pay for my taco bell
did you have this on hand
Because you make no money from selling tweaks 
Aemulo made 4x what Akara made 

i do now
lovely
thank you for sharing that
i haven't, it was you actually 

what repos are you looking on
yeah thats probably why
Chariz has up to date stuff
Dynastic is relatively update but dead
yes
they have nothing for ios 13
and while ur at it
install zebra or sileo
self plug
A Useful Package Manager
it seems that a lot of tweaks wants you to use it
thanks iāll install zebra
also, please direct further questions to #jailbreak or #genius-bar rather than #development
also, please direct further questions to jailbreak or genius-bar rather than development
hi guys, i want to attach frida to com.apple.iapauthd (daemon) but he is not launched yet, idk how to do to attach frida to it when it launch, someone have an idea please ?
if you add -f you can set it to launch the daemon for you
mhh let me check
Frida is particularly useful for dynamic analysis on Android/iOS/Windows applications. It allows us to set up hooks on the target functions so that we can inspect/modify the parameters and return value. We can also alter the entire logic of the hooked function. This article shows the most useful code snippets for copy&paste to save time reading ...
Yes, then we helped him
Failed to spawn: unable to launch iOS app: The operation couldnāt be completed. Application info provider (FBSApplicationLibrary) returned nil for "com.apple.iapauthd"
wholesome
@grim sparrow thats seems to work for application but for daemon no, or maybe i'm doing something wrong
So is this why it doesn't work on macOS?
wtf
I showed this to my friend irl
He said "he he he ha"
Literally just leaked your name
š¤·āāļø
# Sample makefile for bash loadable builtin development
it's lib/bash/Makefile.inc
FreeBSD installs it too 
Don't care
we didn't debianize bash
@surreal mountain what crypto wallet do you recommend?
No
There's no other way to receive money online as a minor
Nah, I never had you blocked
Yes
They are asking for DoB and SSN
i have a paypal and it didnāt ask
well it asked for a DoB
just get āparental supervisionā
paypal asked me for a DoB so I just faked my age by a few years 
they literally asked me for my national ID number but didnt ask for an image of it
so
yo guys, does someone have some information how does FLEX works behind the scenes? how can he touch the heap objects and stuff, im really interested in that..
i figured, but not just that, how does it knows how to create the app hierarchy, how can he dynamically hook any property to be changed during runtime, etc
i know, i am familiar with flex up and down features i use that over a year, but i really want to understand how this tool works behind the scenes
wish i had some informative page about that
other than go over all its classes and figure this out
nuts
https://github.com/FLEXTool/FLEX/blob/master/Classes/Utility/FLEXHeapEnumerator.m
Do you mean this class?
Some of it, yeah. I want to understand how the tool does all he does, and I didnāt see any hooking anywhere
Hmm canāt help you with that, I wanted the same, but ended up ignoring it because it looked too complex for me at the time (and just went with hooking initializers, as that would have been way too overkill and slow probably for the tweak that I was gonna use it for).
I had a question, to my understanding the primary reason why Altstore needs either a computer or a jailbreak to refresh apps is the hook to get anisette data, correct? Besides this, it looks like altdaemon is used to install/uninstall signed apps/provisioning profiles but I think these things should be possible from a jailed app?
Would it be possible then to set up a VM as a server for anisette data⦠make it internet accessible⦠and then have Altstore just use this endpoint to fetch the anisette data and do everything else within the jailed Altstore app? Then you could install/renew sideloaded apps even when away from a computer and without a jailbreak.
The VM would just be a windows VM with iCloud client, a small web server that just returns the anisette data, and set up with cloudflare tunnel to make the web server port internet accessible. Could be hosted at home for only the cost of a domain that cloudflare requires
Wow, what an original idea, too bad it's already been implemented in AltStoreLinux and sideloadly
Isnāt sideloadly a computer app?
So where can I get a copy of altstore that will let me use a remote anisette server
Okay this project looks like it builds to a binary to run on Linux. But doesnāt seem to have an ipa?
So youād still need a modified AltStore app on the phone. I wanted to be able to refresh apps from a jailed device without a computer
True
Umm
dingus
This requires a jailbreak

I misread jailed as jailbroken 
I mean, it is possible to do on device, it just requires a jailbreak tweak
But my question is: it seems like the only reason the jailbreak is needed is to fetch anisette data, everything else is doable from a jailed app. So if that one step of anisette data were done remotely, why couldnāt we do the rest of it from a jailed device?
me when i browse 4chan
Because testut likes his patreon money
very true
Iām not sure how he would make less money this way
He could even make it a patreon only feature
Or Iād just try to edit it myself, in which case I just want to ask if thereās any reason why this wonāt work before I waste time on it
bro he only backported the altstore crash fix today
after like a whole month of it in beta
paywalling critical fixes

I guess this idea is still original? Lol
yes
make it
and share it with us
so we can sideload while being jailed
@nimble parcel sleepin on supersign...
mans getting 14k a month
id suck dick for that money

?
i heard you like one less app slot
i too like an app that waste space on my phone and provides nothing of value to me
@nimble parcel we neeeeed supersign 
true
as proven by programs like altstore patcher
We coulda had heaven if kabir continued super sign
mfw doesnāt even work
it exists for the sole purpose of selling you his other apps
too bad itās made by some sussy bois

Imagine having a burner paid dev acct
who said it was paid
Fr
serving anisette data via a windows vm is a lot harder than it seems due to rate limiting + privacy and security reasons
and arguably even more difficult than that is the installation aspect, which canāt trivially be done on-device
Iāve solved both of these issues with supercharge but I havenāt had enough time to make it work at a production scale yet
For real? I did enterprise distribution on my previous job and the implementation for it could have been done on a device I think
Also, did you hand in the 800 word essay?
C is the worldās most based language
true
yeah unfortunately traditional enterprise deployment requires a paid dev account
thankfully yes
Oh right
Now Iām wondering if an app that hosted itself via enterprise distribution could install itself
linux users when i donāt remember the 500 keybindings for 30 different programs

Won't load
sideloadly is cool
@grave sparrow I was able to build two bootstraps first try
ā git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: Makefile
deleted: build_info/base.conffiles.rootless
deleted: build_info/nginx-common.conffiles
deleted: build_info/profile
deleted: build_info/terminal.sh
deleted: build_info/zprofile
modified: build_misc/libiosexec/libiosexec.1.tbd
modified: build_misc/libiosexec/libiosexec.h
modified: build_misc/prep_bootstrap.sh
modified: makefiles/coreutils.mk
modified: makefiles/libiosexec.mk
modified: makefiles/openssh.mk
modified: makefiles/profile.d.mk
Untracked files:
(use "git add <file>..." to include in what will be committed)
build_misc/profile.d/
no changes added to commit (use "git add" and/or "git commit -a")
troll
why?
so true
although
I have to fix perl build sometime before electra 5 release
and literally every other package
cause I have to build the entire repo
back in the day we'd just use the old cfver
and replace with new debs as stuff was updated
but that won't work anymore š
he
add perl 6 
he
https://www.reddit.com/r/TweakBounty/comments/t3scj5/501441_50_for_the_hero_that_reverses_nordea_id/
18 votes and 3 comments so far on Reddit
digging through this and
- godlike string obfuscation
September 2010
ios 3.1 jailbreak
yeah their detection check is copy pasted from this https://medium.com/developerinsider/best-way-to-check-if-your-ios-app-is-running-on-a-jailbroken-phone-fb283d1aafc9
"added jailbreak detection boss"
that is libiosexec stuff
Add CFLAGS="$(CFLAGS) $(LDFLAGS)" to the make call to getent
that means their jailbreak detection can be triggered by installing an app off the appstore
uhh so if you spoof it to look like the ios simulator it thinks it isn't jailbroken
oh nvm isSimulator isn't default stuff and probably resolved at compile time
you could still hook it, although the compile most likely just optimizes that out
apple event more like crapple event gottem
you have created a funny
donate now at https://paypal.me/triangularservices
Go to paypal.me/triangularservices and type in the amount. Since itās PayPal, it's easy and secure. Donāt have a PayPal account? No worries.
start an OnlyFans /s
I'm owed $8k keep that in mind
i'm normal
i love both cis people and normal people
I don't even love myself


i am also opening up donations for a mac studio (10C + 24C + 32G + 1TB) model
please donate at https://paypal.me/DGhost
Go to paypal.me/DGhost and type in the amount. Since itās PayPal, it's easy and secure. Donāt have a PayPal account? No worries.

accidentally donated to shallow patel
so funny you should do stand up, but you seem a lot better when sitting
i will not get off my toilet
fair
thats bad for your ass
yea so is getting railed by your bf but we dont mind
can anyone help with a flex or permaflex patch?
Get off the toilet
hi
love the fundamental misunderstanding of how jb check bypasses work
it does at least do this
F- to an F+
then they embed it in the http headers
from what the person's rebbit post said, their server might blacklist your device entirely if you try to connect after it sees that
they for some reason have a built in MachO parser
reš ±ļøš ±ļøit šø
f
This is certified Java classic
wtf they removed hotboi
@terse grotto
oh god itās so real

Sums it up
sudo apt install man-db
not sure myself
man apt 
what are you setting for root?
oh
gl
I recommend not using man-db cause then it won't use Xcode manpages, I'll fix that eventually, but I recommend just adding .zst /opt/procursus/bin/zstd -dc to the bottom of /etc/man.conf
yes
name leak


@vivid dew can you buy me a 14" macbook pro
@ocean raptor knows better than I would
Yes
firmware-sbin shouldn't exists on rootless š
I may be wrong though
Oh...
Then it should be an empty package
Crap, I'll fix soon
Not sure how I didn't notice that on my rootless strap
yes queen
thanks bestie
@grave sparrow make sure to use the rootless-bugfixes branch
need to play monster hunter
Also, login, getent passwd, and password based ssh won't work
Yet
No
I'm focused on fixing getpwent
Well not at this exact moment, but that's what I'm working on
How much stuff did you change?
Copy system-cmds.control to system-cmds.control.rootless and remove the firmware-sbin dep
Yeah
It won't exist unless MEMO_PREFIX is empty
libarchive users in shambles stuck using xz
just use swiftZSTD
like Odyssey/Taurine
is there a good name to refer to both taurine and odyssey?
doesnāt that make the app like 30% larger lol
good point
Andy and Raif (Andy Samberg, Justin Timberlake) are two R&B singers who plan to have sex with each other's moms (Susan Sarandon, Patricia Clarkson) for Mother's Day in this "SNL Digital Short." [Season 34, 2009]
Subscribe to SNL: https://goo.gl/tUsXwM
Stream Current Full Episodes: http://www.nbc.com/saturday-night-live
WATCH PAST SNL SEASONS
...
true, use tmux
it's not GNU trashware
it's OpenBSD god-tier-ware
hey guys enjoy my bootstrap it has 3 multiplexers 4 text editors and 6 compression algos
???
where are YOUR bitches
minimal bootstrap with vim, emacs, and xorg
and qemu + docker linux image just in case you wanted to run containers
some might even call that the minimalist dream
shame capt you couldāve had emacs too but nathan and keto destroyed that makefile and it stopped working lol
add the poly package to llvm, go ahead
i didnāt either till i saw it in the binary releases for llvm
thats just a video of you
why do you know that 
just tried it is true
whoever made this is very pro aliasing
what in the cinnamon toast fuck is this
Bad file descriptor 
How come iphonedev.wiki's icon in the top right is different on some pages 
Main page it's a black iPhone 5(?), but on the updating extensions for 15 page it's a red ipod touch
The iPod touch Wiki
@restive ether when are you gonna write https://iphonedev.wiki/index.php/Sharing.framework ?
We've all been waiting
iām illiterate

@ocean raptor please write Sharing.framework and Updating extensions for iOS 15
just mark it as a stub
same
it trips when i do subprojects?
at least from my limited experience with theos
it's some weird bug with modern versions of make and bash
can be reproduced even with a pretty basic makefile
seems like GNU don't care because most makefiles use sh not bash

gm
gm
I've got two off blocks in a row. After I I finish some physics work I'll start work on either libiosexec to fix rootless stuff or write a page for sharing.framework
I decided to do neither of these and just watch tiktok for like an hour


LLC Incorporated






