#development
1 messages Ā· Page 11 of 1
Me with a cannagar
yeha i have no clue what to do
seisoba ā Today at 7:49 PM
help me write bobashare instead š§
I donāt remember off the top of my head but I think I had a similar issue making relocateme, I think I added an entitlement, those are public on my GitHub I think? If not I can find it for you if youād like. That looks really good though! Nice job
you check for sandbox-deny and not for the app name
furryporn.zip
furryporn.zip
furryporn.zip
furryporn.zip
furryporn.zip
interesting. should we be avoiding it? better to use it or not use it?
that's what my assumption was
it's not that it's optional, we need it for the binary to run at all
and in cases where it's not there, the jb's amfi hooks are injecting it
am I wrong?
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
ok
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
coom
fr
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
didn't you ask this a few days ago
One message removed from a suspended account.
One message removed from a suspended account.
abstract the problem and articulate a question from it
stackoverflow will be super helpful
One message removed from a suspended account.
giving you code rn will do nothing in terms of learning if you didn't pay attention in class ig
One message removed from a suspended account.
you either have a cake or eat a cakeš
One message removed from a suspended account.
One message removed from a suspended account.
@primal perch yay or no to no nut november
One message removed from a suspended account.
One message removed from a suspended account.
Teacher will be more appreciative if you ask them for help rather than copying off stack overflow
One message removed from a suspended account.
One message removed from a suspended account.
š
One message removed from a suspended account.
One message removed from a suspended account.
Personally I wouldnāt do it
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
Yeah I donāt know Python so I canāt help tbh
One message removed from a suspended account.
GL
One message removed from a suspended account.
yay
fun challenge
youāre a coomer if u reject it imo
really not the greatest answer a teacher could give, but I'd still strongly recommend you try to figure out as much as you can on your own. I suppose the thing is you haven't given us a specific question, and even then of course we can only really give you pointers
One message removed from a suspended account.
I think the idea is it's broken code, and you need to figure out what's broken and fix it?
One message removed from a suspended account.
unclear from your screenshot
One message removed from a suspended account.
import collections
def main():
numbers = collections.Counter([9, 23, 5, 23, 78, 9, 6]).items()
duplicates = [x for x, y in numbers if y > 1]
sum_duplicates = sum(duplicates)
uniques = [x for x, y in numbers if y != x]
sum_uniques = sum(uniques)
print(duplicates)
print(uniques)
print(sum_duplicates)
print(sum_uniques)
if __name__ == "__main__":
main()
``` or write it better
One message removed from a suspended account.

I did and got nothing
your app is not going to be a platform binary, not even with that entitlement
you don't need it for apps at least, for helper binaries I think you do
ah I remember this
not needed if directly spawned by launchd
shouldn't it be y == 1 for the uniques?
No
No nut november is stupid
No nut year >>>>
No nut ever even better
Incel behavior
That only includes jacking off and porn
Do whatever u want with a girl
Or guy if u swing that way
How
Incel behavior still bro
Jacking off is normal and healthy
Until you realize many people are addicted to it and porn
Yeah ofc getting addicted to anything is not healthy
If you are normal and you Jack off a normal amount then you are fine.
Yeah
Like only 2-3 times a day

True
Unfortunate
If only Logos was open source
kek

Yah thatās it, let me go see if Iām missing something.
anyone here know how to write to the framebuffer on iOS
in a ramdisk
like restored_external, and ramrod does
(mobile_obliterator and springboard/backboard do in regular ios too)
it crashed when i use those entitlements
either RE the targets which already can or have a look at the (fairly recent) iomfb exploit. you should find the necessary calls there
ye i have no idea lol
I think one of them may be illegal in iOS 15, I'm working on mine as well, I'll let you know when I find it if youd like
im gonna try by adding every entitlment that the maps app uses
ok that didnt work lmfao
worth a shot lol
Itās impossible to recover after being in this server more than a day
Reddit reduces the time to a few hours 
Twitter + discord + Reddit = no chance of recovery at all

:ncraze:

anyone here wanna make a tweak for me and ill pay you let me open source it <3
you got this eric. way to be confident.
lmfao, its just a remake of an existing tweak, but, i wanna opensource it... but idk how to code
So i wanna pay someone https://cdn.discordapp.com/emojis/693723538552782888.webp?size=48&quality=lossless&size=40
What is the tweak though
what is the tweak though
Wait you want someone else to make it and youāre buying credit to open source it but you didnāt even come up with the idea
Does xcode just not include arm slices anymore when you specify them? I dont remember any ridiculous bugs like that as of lately. but ever since i updated from xcode v11.4.1 to v13.3 ive been having weird issues with architectures in tweaks
i'll do it for $500,000 usd
Iāll do it for $499,999
Arm64e slices in clang12+ donāt work on 13- but clang11- works on 12+
so tldr keep an xcode11 tool chain for making release builds
Not good enough. $499,998
@grim sparrow thanks for that info! āNote: On macOS Monterey (12.0) and newer, Xcode 11.7 will have a no-sign š« displayed on top of its icon, and when you double-click it, the error message āIn order to use āXcode-11.7.appā, you need to update to the latest version.ā That should be updated cuz I was able to get Xcode11 to work on Monterey
I figured. I just ran āopen Xcode.app/Xcodeā and the š« went away
How do i make my images scale according to the parent element size? Now the image literally just zooms in if the parent element gets smaller
In a UIImageView?
html/css, forgot to mention
background-size: contain;
Bingo, thanks.
$.13, take it or leave it
Yeah I canāt beat that sorry
nah full credit to the coder. I just want to open source it so others can use it and update it later
tweak for soundcloud
Pretty much i want to pay for the dev to release it and make it open sourced lmfao
Not take credit for it
what do you want it to do
and how much are you going to pay
@naive kraken so when i add the com.apple.private.security.container-required entitlement and make it false, the map doesn't load, but if i remove the entitlement entirely, the map loads but doesn't set location
yeah the entitlement is true by default I think
maybe try the no-sandbox one idk
so i dont think it has anything to do with platform-application
your app should not have platform-application tho because it's not needed
and it only complicates things afaik
only root helpers should have it
com.apple.private.security.no-sandbox makes the map grey again
what do you even need to do to set the location
so you just want an open sourced soundcloud tweak?
you want to use that as a helper binary?
no, i just made a GUI for it
so i put the main.m code in a app
so i copied the 3 entitlements it has, and they dont work
well you definitely don't need platform-application as I mentioned
that's only needed to make it possible to spawn a binary from a process that's not launchd
(it's completely unrelated to platformization also)
maybe that tool needs root tho
in which case your best bet would be to make it a helper binary
and give your main app the required entitlements to spawn it
i dont think it does, bc when the maps wasnt loading, i could still place a pin
and get the lat and long
and when i spoofed
it actually set my location
so you just have to figure out how to get the map to load when the app is not sandboxed
or you need to figure out how to do the location change when the app is sandboxed
I think the latter is easier, just check syslog for anything sandbox related when the app tries to change the location
and then use entitlements to give the app the sandbox exception it needs
Sep 26 10:23:13 iPhone kernel(Sandbox)[0] <Error>: 7 duplicate reports for Sandbox: locsim(17360) deny(1) mach-lookup com.apple.locationd.simulation
Sep 26 10:23:13 iPhone kernel(Sandbox)[0] <Error>: Sandbox: locsim(17361) deny(2) file-test-existence /private/etc/.mdns_debug
Sep 26 10:23:24 iPhone kernel(Sandbox)[0] <Error>: Sandbox: locsim(17361) deny(1) mach-lookup com.apple.locationd.simulation
so id need to add com.apple.locationd.simulation
^
i added only this, and now i get nothing sandbox related in the syslog
but the map still doesn't work?
I mean setting the location
setting no
Sep 26 10:27:57 iPhone locsim(CoreLocation)[17387] <Notice>: {"msg":"getDaemonProxy called"}
Sep 26 10:27:57 iPhone locsim(CoreLocation)[17387] <Notice>: {"msg":"no existing connection, trying to get one"}
Sep 26 10:27:57 iPhone locsim(CoreLocation)[17387] <Notice>: {"msg":"Do we have a proxy?", "proxy":"<__NSXPCInterfaceProxy_CLSimulationXPCServerInterface: 0x28199f700>", "connection":"<NSXPCConnection: 0x280b9c8c0> connection to service named com.apple.locationd.simulation"}
Sep 26 10:27:57 iPhone locsim(CoreLocation)[17387] <Notice>: {"msg":"getDaemonProxy called"}
Sep 26 10:27:57 iPhone locsim(CoreLocation)[17387] <Notice>: {"msg":"Do we have a proxy?", "proxy":"<__NSXPCInterfaceProxy_CLSimulationXPCServerInterface: 0x28199ce10>", "connection":"<NSXPCConnection: 0x280b9c8c0> connection to service named com.apple.locationd.simulation"}
Sep 26 10:27:57 iPhone locsim(CoreLocation)[17387] <Notice>: {"msg":"getDaemonProxy called"}
Sep 26 10:27:57 iPhone locsim(CoreLocation)[17387] <Notice>: {"msg":"Do we have a proxy?", "proxy":"<__NSXPCInterfaceProxy_CLSimulationXPCServerInterface: 0x28199d400>", "connection":"<NSXPCConnection: 0x280b9c8c0> connection to service named com.apple.locationd.simulation"}
Sep 26 10:27:57 iPhone locsim(CoreLocation)[17387] <Error>: this SPI is obsolete and will be removed in the future
Sep 26 10:27:57 iPhone locsim(CoreLocation)[17387] <Notice>: {"msg":"getDaemonProxy called"}
Sep 26 10:27:57 iPhone locsim(CoreLocation)[17387] <Notice>: {"msg":"Do we have a proxy?", "proxy":"<__NSXPCInterfaceProxy_CLSimulationXPCServerInterface: 0x28199cf50>", "connection":"<NSXPCConnection: 0x280b9c8c0> connection to service named com.apple.locationd.simulation"}
Sep 26 10:27:57 iPhone locsim(CoreLocation)[17387] <Notice>: Simulation connection interrupted
i honestly believe it has to do with this
to spawn a binary you also need entitlements that probably cause the map to not load
yeah i have 0 idea why this doesnt work
maybe reversing whatever provides the map could yield some answers
or reversing com.apple.locationd.simulation to figure out when it allows to set a location
my sources say the entitlement starts with com.apple
Wrong. Starts with c

i have 0 idea how i would even go about this
or this
of what, my app, or the maps app
the daemon
locationd?

this is stupid


i want someone to ghost write a tweak for me for free, but it will go under my name, youāll get no credit ādeveloperā.
(tweak must jailbreak 16.0) (real)
yeah real
(real)
you should use
instead
@naive kraken is it possible at all for an app installed with trollstore to basically serve as a tweak
or is that like
not how that works
the question does not make sense
Imagine

ios
intjtroll
Hello, the whole Snapchat tweak community is very sad and is looking for a new iOS developer/engineer to reproduce the tweak called SnapBreak which lasted more than 3 years without any ban, and with a lot of features (upload media, spoof views, fake username, screenshot detection, see message deleted, save video in chat and stories.....) Unfortunately the creator of the tweak left almost 2 years ago now (we don't really know the cause; either because his tweak was cracked and he didn't like it because the license was 50$ basic, or as he said he was threatened to be sued by Snapchat which I think is certainly not true because after his tweak was cracked, he gave it to everyone, renamed it DeadTweak) but it's a very big loss because he was the only one who could make something that solid, in other words: Snapbreak 1 - 0 Snapchat, but since a few weeks things are intensifying because all users being on the old versions (10. xx.xx.x) are forced to update their application. No more developer is on the road of Snapchat whether it is Wraith, SCOthman, Phantom, Snap++ and so on. There is no one left š¦ I'm ready to contribute with a friend 1500$ and I'm sure we'll manage to reach much more if the whole community does its part. I remind you that there are quite a few of us who use Snapchat and want a solid functional tweak with lots of options! So I understand that it's not easy to bypass the DRM of Snapchat, it's very solid and they have a good security team too but nothing is impossible, the proof is SnapBreak. It's a shame it's not open-source, it would have made it much easier.
I think I found the Fugu15 install method 
But will have to try tomorrow
(I really hope this isn't it tho because it'd be obnoxious)
the satisfaction of getting async code to run correctly in rust šš¦
ffs that took way longer than i'd like to admit
What did you do
just built out a service class to pull some data for sports betting things
in js would have taken like seconds lol
what service class
tokio is wholesome
yeah i was just nesting #[tokio::main] all over the place thinking that was the right way to do things lol
Wha
I didn't realize every time you use that decorator it tries to create a new runtime lol
yeah I kind of jumped into it before I read much into it
Marks async function to be executed by the selected runtime. This macro helps set up a Runtime without requiring the user to use Runtime or Builder directly.
just shit you take for granted not having to think about often if at all using js
yeah exactly
If you used the single threaded runtime it would possibly be a lot simpler
But also not much reason to
Since you wouldn't have to worry about Send and Sync
And thread safett
yeah I think I am getting a handle on this finally
I'm making handles in bobashare
bobashare... what dat
bro just make your own ios at this point
your repo
hey why not haha
no reason for me to get paid
first time i have ever heard that haha unless you rich
because I don't do anything
if you get paid you could do things haha
just be like any of the billionaires that didn't even finish school ... fuck it haha
Nyo
tokio is both awesome and horrendous
haha i don't think I have enough familiarity to comment, but I will say my rust skills are horrendous š... i'll get there
I've never seen that before
haven't made a new org in a while but usually it's just like ok give us a username and display name and that's all
its done this for years afaik
it isn't
fr
i tried searching
and searching
and searching
i couldnt find anything conclusive
you gotta search harder 
40 open tabs and none of them answer my question directly
this is silly
how do you create an array of strings in C
and then print them out as a table
and how do i append a string to this array
wait
hmm
brb
Update: no
standard 15:22:19.126820+0200 installd 0x16fc67000 -[MIInstallableBundle performVerificationWithError:]: 1285: Attempted to install a deletable system app with incorrect install type.
š¦
wholesome
you use c++
it outputs this all the time, even though the x and y values are not pre-defined and entered by keyboard
t2 = 0.000000```
@grave sparrow That has been known for sometime pass her around more than a joint
@zenith hatch @turbid fjord @digital helm @tepid olive mass ping (plea for help)
show the whole code
^
idk try initializing the variables to 0 first
also uh you've declared them as floats but are reading an int with scanf
that didnt do anything
o
could also be a rounding error within the calculation, division might create very small values
@crude swallow i think semvis is right, when i changed all my %f to %.2f, it gave me real numbers
i think youd have to limit the amount of decimal places
idk what numbers are ment to be produced
or the formula is incorrectly converted to cpp, the cos in t2 looks odd to me
t1 = 0.05
t2 = -nan```
printf("t1 = %.2f\n", t1);
printf("t2 = %.2f\n", t2);```
t2 = (sin(a*x)/(2*a*(1+cos(2*x)/2))+(1/2*a)*log(tan(a*x)/2));
what could be wrong hm
this part i think (1+cos(2*x)/2)
changed floats to double, now it shows
t1 = 0.054555
t2 = 0.000000 ```
what is it supposed to show?
that borked it again
wait
Input x, y > 4.2 10.6
t1 = 0.055
t2 = 0.000```

i also changed your t2
t2 = sinf(a * x) / 2 * a * powf(cosf(x), 2) + (1 / 2 * a) * logf(tanf((a * x) / 2));
if its producing nan for t2 that means that your if for t2 isnt being reached
i think
i don't think you need to square it, it was correctly converted using some math rule i think
idk i dont actually know how to code
No one does
Watchtube is just hacked together with hopes and prayers and a bit of stack overflow 
Canāt help sorry idk any of this
what was it
fixed it. i inputted a larger value
i tried checking the second one but photomath just couldnt recognize it
and im too lazy to insert it myself
real
i dont actually know how to code
same
~~@gentle grove What is the equivalent of a JS object in Rust?
I was going to use HashMap but I hate that you can't set default values when you generate it.~~
~~there might not be one tbh but figured id ask. i just hate the look of:
let mut hashmap = HashMap::new();
hashmap.insert("key",val);
hashmap.insert("key1",val1);
hashmap.insert("key2",val2);~~
nevermind, i don't think it is possible
HashMap::from_iter([(key,val),(k2,v2)]) ;
The correct way would be to make a struct to represent whatever you're trying to store
Then its statically typwd
HashMap::from([
(String::from("key1"), val1)
])
but usually a struct is the correct option
gotcha ty
can't use a string literal as a key since it won't be stored anywehre
Unless its a constant
But from user input you'll have to get a String
or use some other type like an enum as the key
BLIZZARD ABUSE WOMENā¢ļø
I'd rather take heroin than play ow2
yeah I had constants I was using but that makes sense
Yeah if you have constants you probably want struct or enum anyways
wtf
Nooooooooo that's too hard
hey guys anyone here knows about any open source project that hooks mgcopyanswer on arm64e
so real for that
Did Apple mess up their doc?
https://developer.apple.com/documentation/gamecontroller/gccontroller/1458883-extendedgamepad is marked as available starting from iOS/tvOS 16.1, while before it was 9 (or 7?)
When ryzen gets past 9000 series its gonna get shit
looks like the getter is new
not necessarily the class
idfk how to do that
MSHookMemory
ive read somewhere that you had to hook mgcopyanswer internal is that still necessary
otherwise it would crash
thx i will look it up
int32_t calculated_branch_offset = aarch64_shit(*MGCopyAnswer);
void *func_addr = MGCopyAnswer + calculated_branch_offset```

always do it
yea no shit
why we need rust
did that making shitty gb emulator
for hours i was like wtf why is the graphics corrupt
was doing math on int16* and not int8*

me to myself
me showing spiderman google maps so he can find his way home
TRUE
where is this ever true
get clanged
common non apple win
man
kinda cringe
but if its standard compliant it doesnt matter
so sounds like u were just goofing
nah thats why we got calloc

if im gonna fill it with 69 across 4MiB why waste all those cycles zeroing it
the real solution is writing in a safer language
RUST

yea
asm!
the macro
msvc has the best known to man
and then they made it x86 (32 bit) only
int main()
{
int cock = 40;
__asm {
mov eax, cock
ret
}
}```
so wholesome
Hello nerds, I have discovered an interesting issue

an app in /var/jb/Applications just gets CLAuthorizationStatus.restricted when trying to get location permissions
so now I must decipher whether a magic entitlement will fix this
but you are ugly 
@grave sparrow listen here fucker


these are the first characters of ur token right capt ?
im tryna do a little trolling
oh.

true
always grinding 
base64 of user id
ched
do you happen to know the epoch time when your token was last reset?
also the encryption hmac
if so, please send ASAP
thanks š
DN
ask Serena 
Omw
GceM_M.wwawncZXPuuS8Pa6P3KnN8UTM4FONhr9ADVzDQ
Hope this helps
Thanks
I sometimes see people on reddit leak their info due to uploading xcode project with some sensitive stuff. What exactly should i put in .gitignore so it doesnt happen?
Would you even go as far as to say, you'd ignore it
real
my favorite
windows probably sadly
works under wine
i just use hopper on mac
looks good to me
I donāt think you want to ignore swiftpm?
also be careful, thereās a default xcuserdata you want to preserve because it has your schemes in it
stupid I know
oh good
I think swiftpm contains Package.resolved?
which is supposed to be version controlled, thatās the purpose of the file
works yea
nice
Trying to add a new label to a cell in a userās Instagram following list
@grave sparrow
send dp to your prof
no balls
yea
that would be funny
all shaft no balls
based

Guys can you check what format is your apple pay image format? It's /var/mobile/Library/Passes/Cards/some id/cardBackgroundCombined
Its for this https://github.com/cisc0disco/Cardio
yep, but it keeps crashing for people on reddit, one guy sent me a image of the directory
AND THERE IT WAS, FUCKING PDF
bro what the fuck
RBC Royal Bank, so americans crash and europeans don't lmao
Probably a west thing to use pdf as a damn background
Common America L
Yeah then some guy from Ohio will come and tell me his background is .iso and i'm gonna snap

Btw do you guys have idea why my app's AppIcon disappears when i respring the device?
I'm lost
do you have the persistence helper lol
yep "lol"
Just added it 
cum
cum
cum
real
cum
cum
real
cum
real
@grave sparrow listen u fuck
NTWERK
WHERE
HERE
NICE
REAL
FUCKED YOUR MOTHER LAST NIGHT
BASED
W
W
W
W
L
W
W
L
lwowowl
@grave sparrow listen fucker
donāt get me startedā¦
idk why apple lets banks use pdfs instead off pngs
good morning

true

works better for some card designs that are more vector shapes than something graphical
what is orange repo? mister orange repo exists
happy birthday @untold quiver
@untold quiver Happy Birthday!

@untold quiver happy birthday big man
@untold quiver happy birthday big man
Hey, anybody able to give me a quick rundown on what a cracked app binary is? Specifically what you can do with it VS non-cracked and how.
I tend to learn by doing so on a PC I just open every file I can in Notepad++ to see what I can tweak for fun n all that. But on ios I have Filza and just got a file created by a cracking tool but have no idea what I can do from here š
tldr apps are encrypted by default so they're practically useless to you for analysis, that's where tools such as flexdecrypt come in and decrypt/ remove FairPlay. Likewise in this context, instead of "cracked" you prolly mean "decrypted"
Here's the link to flexdecrypt with instructions and a follow-up to his linkedIn post:
https://github.com/JohnCoates/flexdecrypt
np
given the target app, you're better off using in-memory editors for writing game hacks
use bird poop source as an example

finally, bird poop

Yea, most of the tweaking I am interested in is server-sided. But I figure I would play around with the client stuff initially to get the hang of it. Maybe tweak the UI or something for starters. Not sure what all I can do yet. Depends on what I see haha.
Thanks again
you won't be able to mess with the server-side of things unless you found an incredible loophole
in most cases anyway
I have iGameGod but the memory editing is all āyea, gimme the address you wanna navigate toā so Iām just like ...uhhh... 7? How the hell am I supposed to know what address I am interested in lol.
inspecting binaries in disassemblers
Yea, agreed. But Iām always hoping I can send commands to the server to get goodies. In all of my programs, I have debug commands/Args for .. well, debugging. So if I can view a list of functions/methods contained in the server/client storage I might find something I can utilize for ..stuff.. I guess. Disassemblers you say... hmm..
My PC is not exactly modern now. So most of my development I do on my phone. Hopefully I can do most of this stuff via mobile. I havenāt found anything for Xcode on mobile yet. I get the feeling a google search of ādisassemblers for iOSā will point me to PC installs for sure haha. But either way, thanks for the info guys. Google just wasnāt understanding my question no matter how I phrased it š
it's usually not google but the user who can't "google" tbf; you could introspect entirely on mobile if you hate yourself (please don't go that route), using a pc with proper tooling will alleviate your workload.
https://github.com/NationalSecurityAgency/ghidra
procursus has ghidra
Ghidra is free and fairly decent
oh nice
itās 4.5
but i think latest is like 5.7 something
build wise probably hasnāt changed could be a simple version bump
Oooo, that looks sweet. Yea, Iām still running iOS 13.0 on my 11 pro max lol. So maybe itās time I get a new PC. Most of my coding I do via Pythonista but typically just tools for work and some automation my daughter can use for her lame Roblox games to be āsuper coolā and āflexā.
Also, mind explaining what you just recommended? š
that's a prime example of how to pick proper credentials for a tweak
BirdPoop was interesting, thought maybe it was a joke.. then I see ThePenisMan, now Iām like this is almost definitely a joke.
thatās a game mod
it's real
Hahah, well.. I canāt say Iām disappointed or surprised.
only real ones know the bird poop dev

should've named it after yourself 
Haha, memorable name though!
If I release code itāll prolly have my usual vague keywords.
All of my releases (mostly just at work and stuff for personal use) are for providing visibility of stuff and I make it as universal as possible. So far I have included the word āstuffā in all of my folders and file names š
That way I donāt have to rename anything when I add features/files. As long as itās related, name is still accurate. Iām lazy.
you underestimate the shittiness of roblox game devs
- someone who writes roblox cheats

What tool do you use for this? I assume you do this via PC. And I assume youāre fluent in LUA. Iām not, spent a few hours after work everyday for like a week trying to make my own server and got sick and tired of the syntax. Who the hell uses a non object oriented language for writing games that are PRIMARILY object oriented lol. So I gave up on LUA.
yeah i do it all on my pc
use synapse as the injector
lua is basically just pseudo code
definitely has its quirks
This always makes me crack up
Iāve heard of that. Man I am just adding to my todo list..
Yea, like table referencing. Wth is that? Lol.
Idk, Iāve written stuff in C#, Python, Java, Batch/CMD, TCL, SQL, Bash... but LUA was just annoying for some reason. All the others I could at least see why it was used lol.
Just the NSA right there
When he linked that I panicked for a second. Thought I was finally caught for my torrenting and random attempts at accessing source code for stuff.

I accessed your mother last night please tell her I am sorry for calling back
real

rust users when the linter suggests invalid code

i hope someone dies and goes to hell today.
@vivid dew happy birthday big woman
Hello there, I want to get more involved w/ IOS jailbreak development & pretty much know IOS foundations. I did some digging on what lang to learn first but Iām seeing different options to choose from. Which are C++ and Objc and C. Which one is recommended to learn? I have background on python pretty much doing data analysis. Any resources to lead me the way will be helpful. thanks š
i recommend dming @primal perch about that, he's a security researcher working at google
so true
I donāt want to be part of the flood of DMās that he possibly gets lol, but if itās fine then iāll DM.
learn c and objective c https://www.reddit.com/r/jailbreak/comments/5zzgmo/comment/df2ir0f/?utm_source=share&utm_medium=web2x&context=3
36 votes and 31 comments so far on Reddit
Oh lol
LEARN RUST š 
Sweet, thank you. I bought Kernaghans book on C. Thought it was the best choice.
this is a joke btw
it is a good book
I heard Rust is less verbose. Writing something as simple as adding dictionary<enum,function> and lookin up functions and calling them takes a lot of lines of code.
Thanks btw, glad to see the steps in order.
I don't really understand
thank siguza this is by far the best "i want to be leet hax0r" guide
which 99.9% of readers wont do (myself included)
Can I be a hacker
L
Fine I'll be a bobasharer
can i be a dolphin
buy levinās books on xnu when you get to that point
buy levinās books on xnu when you get to that point
buy levinās books on xnu when you get to that point
buy levinās books on xnu when you get to that point
buy levinās books on xnu when you get to that point
v
real
rust is cancer
actually the laptop is using 1800p
Thanks will do.
but downscales to 1600
ew you use the zoomed out one

1440x900 default is good on 2560x1600

Wait until you take Calc II (integration)
that might be next semester
idk
this class is BC
Find the shortest sequence of ARMv7 instructions that extracts bits 16 down to 11 from register R0 and uses the value of this field to replace bits 31 down to 26 in register R1 without changing the other 26 bits in register R1. While the values of R0 and R1 don't matter, you might consider R0 to be 0x00000000, and R1 to be 0xFFFFFFFF. Easy to do this in 4 or 5 instructions. BUT flexible operand 2 allows this in 3 instructions!
@grave sparrow solve this no balls
LOL!
bc(1) reference?


Love it. Have to check out that sub. Iāll ignore the undefined/out of scope variables for personality attributes. š
Fr
šæ
literally this
let expiry = match request.headers().get("Bobashare-Expiry") {
None => Some(state.default_expiry),
Some(e) => {
let expiry = e.to_str().map_err(|e| UploadError {
code: StatusCode::BAD_REQUEST,
message: format!("Error parsing Bobashare-Expiry header: {}", e),
})?.parse::<i64>().map_err(|e| UploadError {
code: StatusCode::BAD_REQUEST,
message: format!("Error parsing Bobashare-Expiry header: {}", e),
})?;
match expiry.cmp(&0) {
Ordering::Less => Some(state.default_expiry),
Ordering::Equal => None,
Ordering::Greater => Some(Duration::seconds(expiry)),
}
}
};
frcoal
ill make this better in a bit
still not quite sure the right structure for UploadError
why
i hate rust
then don't write rust
you don't have to use a stupid language
you say as you write all of your code in unsafe {} blocks
nfr
This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% safe Rust.
fake rust dev
axum is a web application framework that focuses on ergonomics and modularity.
ļæ¼ ļæ¼ ļæ¼
More information about this crate can be found in the crate documentation.
High level features
Route requests to handlers with a macro free API.
Declaratively parse requests using extractors.
Simple and predictable error handling model.
Generate responses with minimal boilerplate.
Take full advantage of the tower and tower-http ecosystem of middleware, services, and utilities.
In particular the last point is what sets axum apart from other frameworks. axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic.
ched
thought you were nick chan for a sec

šš
** **he will be missed
Does anyone here have app development experience
Tbf, I've not made an app before
who
What happened to shep?
š
Banned for posting a flac and Nintendo ROMs apparently
Well he got warned (for piracy) then gir banned him
trol
Ok but who's shep?
Oh the charmander guy
I loved it when he went its shepgoba time and shepgoba'ed everywhere
So if I say, made 2 tweaks, but was too lazy to make a release post for either of them, should I release one post with both of them, 2 right away, or one with a delay and then the other?
one post with both of them because you just said you are too lazy to create two posts
This is probably the best one with a delay and then the other
Yeah but I like it when people send posts saying how much they like my tweaks
I'm terrible at writing stuff
Like ah yes this explains everything
TODO: Write better descriptions
Make reddit posts
Yo wait shep got banned?
yes he linked nintendo roms 
pIrAcY
free shep

What happened?
ah, it looks similar to iosevka
Its just the default in blink shell
#FREE_SHEPGOBA
#FREE_SHEPGOBA
discord mods
and this is how you get your dev role removed
nooo dont unpin pixelomer
ur so boring now aaron
š
what happened
.
yes
yes
you have pin perms to pin educational stuff
not because you are butthurt about a ping once again
itās educational?
it shows what happens when u release tethered jailbreaks
good resource for future developers
you know what i mean, im not having this stupid argument.
I feel like educational stuff might work better on some kind of wikiā¦
like, an iPhone development wikiā¦
yeah if only one existed
million dollar idea right there
yeah we should put the brick count on the wiki @grave sparrow
gotta get on that kirb
future iphone developers learning the only resource on the api theyāre looking for was in a r/jailbreak channel that was wiped by someone in 2023
shoutout alex v2
@shut stag can you scan this qr code on your discord app

sure one sec
bet
Having a regularly up to date wiki is better
the clout goblin must return
It's gonna be hilarious, I have my popcorn ready
that's why I never release things
QuickActions 2? what's that?
pwn20wnd ā„ļøā„ļøā„ļø <3 š

release Procursus updates? what's that?
wings REAL
ill give it 48 hours
so true
New nick
hot
dark ra1n when though ?
lolā¦.
paul mccartney and wings
they have a total of 3 good songs
cameron? releasing something?
on it
.mtree is an mtree
.tc is a trustcache
ahaa
mtree is used to valid the hashes, owner, group, flags, perms and stuff of the whole tree
ah good to know
which is why I create it lol
idk, bsdtar may be able to, i'll check
basically here I generate an mtree, modify the uid/gid to be 0 then pack the tar using tar -caf binpack.tar @binpack.mtree to use the entries (and perms) from the mtree so that I don't have to use fakeroot
yes, bsdtar -caf test.mtree @input.tar
there are multiple formats for mtrees too
14.85 MB š²
I can make it smaller 
should bash be default? i think it should tbh
@grave sparrow how big do you think it will be if I remove terminfo, defaults, and a handful of extra programs
ok, let's see
I think ~7.5 MB
binpack
this is actually helpful
I added bash
L + no one cares
@native dune @crisp frost @tepid olive if you're gonna host procursus packages, don't leave our name as the maintainer, thank you
@grave sparrow how to keep the dock from randomly dying and taking the touchbar along with it
iām not hosting it thatās mineek
https://repo.palera.in/ hosts openssh, and python with Procursus Team <support@procurs.us> as the maintainer
you're welcome









