#development
1 messages · Page 120 of 1
to this day I cant find a way to fix it so i gave up
oh L
theres an bool ivar for move_white
more or less yeah
almost everything happens on client side
or can be overwritten on client side
do they even have their own server
Don’t believe so
wild
what was the bug again
i cant find the mesage
no the one i found
bru ion know
hook the volume buttons 👍
!


why am I having this error
you sent us the most useless part of the error
fr
good job 👍
fr
compiling jade:
too many errors generated
20+ errors
zane tutorials 👍
silencing
What do I do
@import UIKit; at the top
@import UIKit; at the top
UGH
r u using VScode?
what do you mean by 'plain'
change my mind
its still objc, vscode just doesnt like it for some reason
"for some reason"
install this
I did
u have to manually tell it lika a bozo
it doesnt have @import syntax for some reason
I havent figured out how to make it understand
#import <UIKit/UIKit.h> at the top
icraze i will leak nexus code
you dont
@tough shadow clcik this when ur on ur code
watch me
then search for objective-c or logos
look at all these imports with proper syntax highlighting
oh
you need to move that uicolor line into a block (so whatever method you're hooking)
you mean a mud
no
yes
windnight is going crazy
windnight is going crazy
border: white 2px solid; 
me when i see ur icon
this is how i felt reading the onesettings code
wait
i just realised...
??????????
what the fuck is wrong with you nightwind
holy fuck
i only just realised all the strings are exactly the same anyway
💀
LOL
int 1=0
MORE?
Average NW code....
github lags every time I try to go back to the commit before proper localizations
@sonic totem @hasty ruin @harsh junco

HUH
NULL;
💀
null is crazy
nil
nil
@kirb you let this guy on your repo??
this isn't the footy lad
Latest Achilles commit replaced this god-awful code
hey guys
how do I get this channel to always show in discord?
it's only present when clicking the # link
whitespace 💀
right click and add channel list
add to channel list
thanks
thanks as well
@tight carbon
Was gonna say @sudden heron, #jailbreak is not the place to ask questions about assembly 
at least you used terminators
no i dont think you get it
when i was starting off i always forgot semi colons
wait lets get icraze's reaction
@hasty ruin @hasty ruin @hasty ruin @hasty ruin
1
lol
self.hidden = 1
The world without sw*ft and its cursed runtime
the world with a better API than MRMediaRemote
Can you guys give me code to put my tweak in settings with logos the programing language
sudo rm -rf /
so what i was asking about was- in this explanation by the Author- how does he know that snprintf's return value is passed into the trace function. Alfie then explained that x0 implicitly receives return values from function calls. So I guess I can expand my question now to be something like- how would I know if the following two function calls after snprintf also populate x0 with a return value? In other words, what is the missing piece here that lets the reader know for sure that x0 is in fact the snprintfchunk when trace is called
assembly
x0 is always where the return value goes
What video should I watch to make a tweak?
ofc it delays the swipe by one frame as well
so is the Author wrong then?
I still couldn't find how to fix that stupid MR bug
so gave up
yes
No, the return value is put into x0 at first and then manually moved into x19
why is logos called logos?
there are two more function calls after snprintf though. What I am asking is how do we know they do not overwrite the x0 register with their return value
Indeed
is this a reasonable assumption by the writer because he knows those two calls do not return anthing?
They will
That's why the original ret val is saved in x19
that is taking place after the function calls though
Even if they don't return anything, they'll still overwrite the x0 register iirc
snprintf -> os_assumes_log -> os_avoid_tail_call
i figure with a 0 on success ?
like C
or -1
Nah, that's intentionally returned
why is it red?
But yeah probably 0 lol
dont worry about it
Prolly cuz you need members
its just being weird
no
Oh
wydm?
I don't really use the class features of objc
Then why do you use objc
its your syntax highlighting being weird
Theos will show a error when I make a package with this
C++ classes are better
Whats the error @tough shadow
Swift interoperability
well I can only assume then that the author is making a quick generalization about what is happening then instead of a precise explanation of the asm
They follow a more standard format
maybe ill just write to him lol
can you show us your entire code
sending tiny screenshots of your code doesnt help us
and show us the error...
How I make text box bigger
I think its working
if you need to explain your options, you should probably rename the option, not add descriptions to it
anyone have a link to a guide on AArch64 reversing?
you can use UITableViewFooterView
Does this make sense. Instead of hiding the wallpaper artwork when u like un-exapnd the artwork it stays
thanks!
Arm's website is a treasure trove lol
The Bible
🙏
Indeed
the huh
As does the call to os_avoid_tail_call
so someone please correct me if im wrong here, but this is what i see:
- snprintf chunk value is stored in x0
- os_assumes_log is called and overwrites x0
- os_avoid_tail_call is called and again overwrites x0
- trace func is run where x0 is moved into x19, but x0 is not longer the chunk from snprintf
?
numberOfLines or use a footer
Cursed code
I wonder if a logging/ tail call simply wraps the previous return value then hmm
or uses it then returns it again
Another thing you have to consider is that x0 is also the first argument in a call
@slender glade did u see i got the UILabels/player time to the side of the player tracks like ios 16
nice!
okay that makes more sense now. After x0 is moved to x19, is x0 now empty?
in Godbolt, which should I choose to mimic iOS 64bit exactly?
🌚
@tepid olive 🤨
thanks
Broken
you just reverse engineered that
Its broken
is it MOV or MOVK
Fixing it
(although tbf MOVK never shows up in Ghidra as MOVK)
got it saved to favorites, thanks again
you cant just %hook UILabel and be done with it, some apps dont use UILabel
like sw*ft apps
Why is the end text red?
if it compiles fine, its just your syntax highlighting being weird
It doesn't say reboot or respring it just says done
show the error that it shows...
How do I fix it?
look
with all due respect
if you want us to help fix errors, you've got to show us the errors and provide some context into what you're trying to do. we dont have a magic crystal ball that knows everything about your code. explain what you're doing, show errors, and we might be able to help
Nothing I hate more than getting emails from people saying “help I can’t search something” and it turns out after 5 emails they enabled a feature that they shouldn’t have 
my code doesnt work
wdym
it errors, can you help
yeah sure send the error
its just erroring
Just tell me the bloody error message on email number 1 and save our time damn it
delete any other mud related tweaks you have
no clue how to do this but ```objc
-(void)didMoveToWindow{
%orig;
MRMediaRemoteGetNowPlayingInfo(
dispatch_get_main_queue(), ^(CFDictionaryRef result) {
if (result == 0) {
// NSDictionary *resultDict = (__bridge NSDictionary *)result;
// NSData *artworkData = [result objectForKey:@"kMRMediaRemoteNowPlayingInfoArtworkData"];
// UIImage *artworkImage = [UIImage imageWithData:artworkData];
[self hidetheBGimgview:0];
}
});
}``````Undefined symbols for architecture arm64:
"_MRMediaRemoteGetNowPlayingInfo", referenced from:
_logos_method$artworkfulllsbackground$SBUIBackgroundView$didMoveToWindow(SBUIBackgroundView*, objc_selector*) in Tweak.xm.64a47ea8.o
ld: symbol(s) not found for architecture arm64```
k
<insert your tweak's name here>_PRIVATE_FRAMEWORKS = MediaRemote
bien?
still not working
idk you might be able to get away with just importing media remote but
it compiled
oh i alr have the .h file improted 👍
real

i hope this is enough arrows
nigth why doesnt did move to window get called when i open the NC
on the 'SBUIBackgroundView'
cuz it already probably did move to the window
oh no another teslaman video where he does 2093487932 different things at lightning speed
welp lookks like i need more hooks
im done
Because %hook does not make sense inside a block
:hesrightyouknow:
You should look at Tweak.x line 4
Does did move to window get called on views that are not visible?
if the view did move to its corresponding window, then that method gets called ✅
if it didn't, it does not ❌
Is there like a book that says if a view is visible ?
I whish I knew what musicbackground did🙈
send your code
@sonic totem okay so I figured out part of it- a cmp is done on the return value from snprintf. It then does a branch.lessthan jump to a different address. So the log function and tail call are only called if that comparison fails
im conviced there no view that gets moved windowed to on the LS
Ah looks correct yes
@radiant idol 🎉
oh dear, i must uninstall it right this instant
Highly dangerous
@radiant idol prefs good?
HEY
thinking ab changing "Auto Enter All Words" to just "Auto Enter Words"
Muy bonito
I need to check out GameSeagull for my main phone
Bro stole it
Gift codes available? 
i dont speak japanese
its spanish
free tweak 
Isnt it free
yes good but left align test pretty please
??
text*
?!
Ohh
💀
Legend moment @indigo peak
stole what
gamesigull
bird feces
No WAY
Stole the thing
@indigo peak bird feces
💀
I thought it would be paid because of the quality
i infact did not
WHAT FUCKIN QUALITY LOL
"quality" ok buddy
fioreware is not quality
how did you get it then
i am fiore and i aprove this message
first line of code in gameseagull
Who
made it my self 👍 (with the help of 2 dev)
@indigo peak what's newer - GS IPA or GS deb
ipa
nightware
ipa
Ipa
ipa

ipa
So the deb?
Ipa
crycraze
@hasty ruin tell them about OS code
icrase ban please
guys onesettings is bad
Debian Package
Hype
please dont spam this channel @slim bramble
his messages lmao
@indigo peak but i like being in hard mode
@"n"
yeah this project was a fever dream when i first made it
@hasty marsh
crigne
@indigo peak I'm assuming GS needs arbitrary entitlements
no just jit
it just needs whatever entitlements from the appstore
and jit
wait no
i heard someone got it working on iPhone 15 iOS 17.0 so idk
shutup nathan
So sideloading is possible?

the ipa
No im not
Ok that doesnt
i know
Also fix this thanks
BRO
LOL


name leak

Find me a kernel exploit and I will fix it 
find me a 17.0 installation method and i'll fix it
I will
typing out explination rn
Name leak
n't
nathan's on you now
Ah it's okay I already have an installation method
oh no
Just not a kernel exploit
n't

going on rjb
nathan:
Trill store 118.4
oh
@hasty ruin you're in compact mode this is a FAKE screenshot!!
wen eta @visual meadow developer role ⁉️
GSDeb uses MSHookMemory for extended 8ball lines
GSIpa uses static binary patching to bypass the need for JIT
GSIpa is signed with whatever entitlements gamepigeon is signed with from the appstore
but i dont think all the entitlements are free account accessable
so with a service like esign or something, or a paid dev acc it should work 100%
nathan:
Nathan drop a public install method
developer role *removal ⁉️
I don't have a ct 17 device anymore
Wait nathan has dev role I'm blind
I bootlooped while trying to find an install method
I have an enterprise cert 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
<string>EWFNLB79LQ.com.gamerdelights.gamepigeon.ext</string>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.com.gamerdelights.gamepigeon.ext</string>
</array>
<key>com.apple.developer.team-identifier</key>
<string>EWFNLB79LQ</string>
<key>application-identifier</key>
<string>EWFNLB79LQ.com.gamerdelights.gamepigeon.ext</string>
<key>com.apple.developer.icloud-services</key>
<array>
<string>CloudKit</string>
</array>
<key>aps-environment</key>
<string>production</string>
<key>com.apple.developer.icloud-container-environment</key>
<string>Production</string>
</dict>
</plist>
Where’s my dev role 😔
chat this user doesnt have an orange name, ridicule them!
yea but you're restricted by the provisioning profile
Can I not just generate a new one (theoretically)
What's planned?!
@sonic totem
the team-identifier MUST match the OG gamepigeon otherwise you cant play with other people
:(
dopamine fork for ios 1
who give out dev role
iOS 1
jake
nor do i care
LOL
I will just install it with TrollStore 3.0 on 17.4b1 dw
well, if you have that level of access
jake from linus tech tips ?
I pmed you about it before
no jake the admin
I don't think there is
My workaround was when people clicked on it it would bring them to the app store then they just clicked open
Ah yes I remember
hydrate?
[News] Alfie is developing TrollStore 3.0 which will support iOS 17+??
yes
Ssshhhh
You're becoming more and more like iCraze...
i take it all back
What keyboard tweak even is this anyways cause all the ones i tried have to inject into the app itself
i did
the "alfiecg is the person who made trollstore" is so accurate LOL
Sir
Old dog doesn't learn new tricks
custom tweak
sir drop the ellekit files
^
💀
That but instead the tweak
'sir
@hasty ruin this is a 🤓 moment
😭
You better be glad you deleted that

i give up
Am getting errors
YES NO
show your code
all of it
you keep showing only the parts which are ok
😭
As if you don't send me threats on snapchat
@hasty ruin
mods mods mods mods mods
just copy paste it all
Go on then
Send me a snap
I think you misspelt icraseios
im so sorry
so real tho
"icraseios is the person who made gta car tracer by thrway"
gra cr tracer
Threats
Why is it called gta car tracker
saunders tech?
Because you can track GTA cars
Chat! Its the guy from YouTube!
iCraze is Saunders Tech
real
He's too nervous to admit ❤️
what
WHY AM I CALLED THAT
Basically it is a real app but we just hijack it for TrollStore haxx
Autocorrect
Gta car tracker is a real app
Yes
In the app store
Actually by iCraze too
It has to be
GTA Car Tracker is a legitimate and normal app on the App Store. It is used in combination with an installd exploit to install TrollHelper (the app which installs TrollStore) on non-jailbroken devices.
This app was used since the developer (iCraze) gives permission for it to be redistributed.
GTA Car Tracker is embedded in every TrollStore-installed app past version 2.0
Does anyone actually use gta car tracker
this?
track the sale of duplicated vehicles*
yes but it is MALWARE!
Icraze made that?
Yea malware
iCraze's voice message was... upsetting to say the least
please share
malware and keyboard tweaks
What did bro say
Hey speaking of keyboard tweaks... mind sliding that keyboard tweak you have in DMS?
what does that even say 😭
"he shld opem source trollstroe" so real
Yes
I don't even know
It was in his native language
East Midlandsish


doxxed fr
Bristol resident over here
alfie aren't you in the midlands
YES 
you should tho
i'm coming to your house
Alfie lives inside of SecureROM
from the city of steel
Are you actually in the UK lol
Who's opa775
Achilles 
Leave rn
whos going to be the first one to open source trollstore?
@hasty ruin send files
OpaRWXRWXRW
why
@sonic totem send rw strat
Fr
Imagine if it was already open-sourced 
Checking DMs now ‼️
I mean the xcode project

there isn't an Xcode project
that makes total sense
Deleted for harassment
I looked at trollstore and it showed the files and storyboard
@tough shadow it is a Theos project
Ohhh
It doesn't use storyboard
opa plays minecraft
how ., he minecraft
crazy
So I have to open visual studio code?
Of cours
is that actually real
He's a legend
i'm pissing myself rn
Well any code editor
this can't be true
And you need Theos installed
How many bedwars stars does he have ?!?!?!
i have 15 
dopaMINE is actually a minecraft reference... did you only just find out??
i have almost 300
Text editor not recomended
@sonic totem Achilles ETA arm64e support ?
Use vim
sweat 
Already implemented in private repo 👍
You have 10 stfu 
Damn he sucks
open it in an image editor for best results
yea okay
Can I get access or I’m leaking it to #jailbreak (good luck getting away)
Heres me
no way
Bad gamer
Opa doesnt look like himself in his pfp
Bro deserves an Oscar
no way
Shit, my bad!
ios 17.0 installation in 100000000+ years
/w opa334 bro can you send me the files real quick
ill give you 200 gold
LMFAO
send the ellekit files sir please
No those are bedwars stars sir
and 1 enchanted apple
'sir
'sir
💀
yes
Probably
me
I saw his instagram
not sure why you would want to
want to play later
fuck u
would you just normally install a .iso in fusion?
uhhh i have shit to do
and everything works
oh
bruh
I found opa334s instagram
stop spamming development with garbage
my bafd
no dev role stop spamming dev with garbage
who?
if you have to ask..
I found the instagram
this is #development not #general
oh yea
this is #development not #socialmediastalkers
is that actually you opa
No
no its my alt
no its joe biden
who is it
is opa
It's icraze
it's alfie
Its nightwind
it's mud
its me
its DefoNotRayyan
It was the friends we made all along
no
It’s initproc exited with status code 2
0x0FF

@grave sparrow what's the diff between -destination and -sdk
Fine, do it
0-click RCE coming your way
i guess -destination also affects -sdk
good luck
since schemes including runnng as well as building
Make a jailbreak then 
bro cant figure out how to color a cc module
@timid furnace sorry for the ping but couldn't you just get the install macOS sierra .app and drag + drop it into fusion? or would you specifically need qemu to do any of this?
modern Fusion uses Hypervisor.framework
How to get dev role make a tweak with a decent amount of effort send the repo to modmail the mods will decide
this only supports virtualizing when the CPU architecture matches the host
oh
Sierra does not have a public arm64 build, so you will have to emulate an x86 CPU on your arm64 host
that is why you need QEMU
so since sierra is 32 bit it wouldn't work?
@hasty ruin fix ur shithttps://cdn.discordapp.com/attachments/1196864923200921630/1201263312655097897/RPReplay_Final1706470244.mov?ex=65c92ea4&is=65b6b9a4&hm=d0dd88a3861acf63317ff93595c8ba5261af016e7271985ace5e769eb7436a50&
oops maybe wrong channel
fixed already
push then
@hasty ruin How to get dev role make a tweak with a decent amount of effort send the repo to modmail the mods will decide
My ears bleed after this video
no
okkk getting food gameseagull should be a thing soon
it's a w song
my ears bleed after hearing the word "mud" so much
wait nvm my airpods are dead, cant leave the house without music
HomeDiagnostics 19A…
you do it!
8.x needs lots of love 
did you ask and answer your own question in the same sentence
@indigo peak does GameSeagull have a fix for my brother getting angry
yes
You know that I already have one in the works 
yeah he installs it, he wins games, hes no longer angry
the dortania guy knows his stuff
@indigo peak does GameSeagull have a fix for me not having a girlfriend


That's a hardware exploit
oh
Whats it called jailbr0ken
yeah, you install it, send a girl 8 ball and say if i win youre my gf and then win
UTM is the easiest way to do it, but in either case remember that it's gonna be pretty slow
yeah
does GameSeagull have a fix for Ding being POSS
thanks
Update: does not work
i can remove the OSS part

yeah, theres a conflict for ding in the control so you cant have it installed
yay
oh.
irc enjoyers here?
already have it cloned.
wen eta GameSeagull for Snap 
like how am i supposed t knwo
What
fiore
answer
my
eyestion
How to get dev role make a tweak with a decent amount of effort send the repo to modmail the mods will decide
Who doesn't have dev role at this point smh
@hasty ruin should donate his
The boot process is slow however, and I mean very slow. But after 17min(Reduced to 8min with Force Multicore) we finally reach macOS’s recovery screen!
Recently I purchased an M1 equipped 13” MacBook Pro. Overall the machine has been absolutely amazing however I have 1 big issue transitioning from my old Intel Hackintosh:
This will help if you still want to do it
that is slow
I’m using an intel mac though, is anything different?
Just Google it
good idea
But your original plan of using fusion will work in that case
thanks anyway
k
intel mac superiority
yea so for target I just need sdk
Think they will like my 16player tweak ?
@visual meadow if you need help with the control centre stuff @hasty ruin can probably help
Lock Screen (Neksus) is similar to control centre
dev role should just be self diagnosable at this point
How to get dev role make a tweak with a decent amount of effort send the repo to modmail the mods will decide
guys if, in theory, i buy a refurbished iphone 13, what are the chances it comes on a non-serotonin-able or jailbreakable version
cant i just
return it though
yea fair
your best chance of a good version is going to be like on ebay
that's what i thought
Amazon refurbs are dumb honestly imo
true
however i live in the uk so maybe curry's pc world instead
im only thinking about getting a new phone because my battery is like suffering
and itll only get worse from here so
i dont wanna get it serviced because theres no way im risking them updating it
even with otablock im pretty sure they can still update via usb
oh and my other option is to ask a repair shop nearby to fix it but i dont want a cheap chinese battery in my phone
@stiff dragon hello, i have been informed that you are creating installed_dopamine in order to prevent the ElleKit loader from running. do you have a marker file for your jailbreak? i can add detection for your jailbreak into ElleKit 1.1.1 so you don't have to do that
iPhone 13 16.3 🔥🔥
Or just find an Image4 bug
Yes /var/jb/.xia0o0o0o_jb_installed
got it, will add detection for that
Thanks
So it’s a way to make a jailbreak?
Sure, find a vulnerability first
Yes it helps contribute to make Sileo a tweak for non jailbreak devices on bad macOS firmwares
You give me:
- Kernel exploit
- PPL bypass
- Optional: PAC bypass
I give you:
- Jailbreak
give me a sw*ft bypass to please
Why would you bypass the best language ever created?
@hasty ruin can we remove alfie #3 from the #1189739986707288154 thread
Not possible
Tf is unknown thread?
I am the leader of that thread
for real for real so true to be honest
Laugh out loud
You give me:
- Bootrom exploit
- seprom exploit
I give you:
- even better jailbreak
checkmate, extra coprocessor go brrrr
Bootrom exploit requires dfu mode right?
I always have an exploit
Depends on the exploit
Wydm?
Yet can't get Nexus working on iOS 16 :/
checkm8 is a vulnerability in the USB stack, so it can only be triggered via DFU mode
And?
If you had a vulnerability in the way firmware images were parsed, you could write a malicious image to the disk and it would trigger everytime you turned the device on
And?
Redsn0w?
Pretty sure that used multiple exploits
redsn0w itself isn't an exploit
It's like checkra1n to checkm8
Doesn’t make a ipsw to make your device go to dfu mode?
No?
You don't make an IPSW to make a device go into DFU mode
I heard about that
checkm8 will never be patched?
@stiff dragon please test this with .installed_dopamine removed
ElleKit 1.1.1 Release Candidate 3
- Fix logging being enabled even when
.ekenableloggingdid not exist (this can lead to giant log files on palera1n) - Fix log path on rootful
- Change safe mode alert to "Exit Safe Mode" and "Dismiss"
- Show safe mode alert when tapping the status bar on SpringBoard
- Add detection for meowbrek2 and DNAJT 🆕
- Delete log file (if there is one) when installing/upgrading ElleKit
- Fix log path on rootful
- 🆕 Disable sandbox check hook on DNAJT and meowbrek2
Apple can try harder and it still won’t be patched
It's patched on newer devices
Ik
It just can't be patched with a software update on older devices
cool thank you
Checkm8 will never be patched in A11
Yes I know
How can Apple not patch it?
Because Apple doesn't like us
Bootrom can’t be patched
I know
Put some gasoline on the phone and burn it with a lighter
no you need to burn mud
To be turned to dust
@sonic totem are you agree that iOS 12 is helpful for trollstlre 2 debugment
What iOS sdk do you recommend when you’re making an exploit in Xcode?
NO!
No App Store fast path there
bpt it hekps ful because it old firmware
adm old firmware easy to jaolbrleak your just need kernak exploirt
does quick start clean up any modified shit when you transfer from an old kfd-vulnerable iphone to a new updated iphone?
What iOS sdk do you recommend when you’re making an exploit in Xcode?
Depends on the version for which the exploit is designed to work on
Like 16.0-16.6
use the iOS 12 SDK
Probably the latest SDK
because i used misaka's carrier name change on an iphone 12 (16.4.1) and i used quick start to transfer data from my 12 to a new 13 on ios 17.2.1 and the carrier name change carried to the new ios
dont listen to alfie
