#development
1 messages · Page 224 of 1
I dont care unfortunately
what like r these things
nebulatrans.png
words said by no one ever
nebulatrans.png
that orig
which is why you should've renamed your origs
either that
or its a global variable
it jus removed all my thing 
renaming it to orig_CCUIStatusLabelViewController does this
@radiant idol could you send me, when u get a chance, the like classes/methods that do the CC pan gesture thing? or anything related to it?

indeed
wut
weren't you messing with it for jade
Odd question: Are generic actions (like the Lock Screen opening to the home screen, swiping up for app switcher, swiping down for CC or the notification screen) able to have their target actions switched? For example, if someone wanted to swap the control center and Notification areas, or effectively yeet the app switcher from iOS, is that possible?
I have an idea for a tweak, but it would require the ability to restrict access to the app switcher, Lock Screen, and Home Screen
auto layout :/
Ah yes, I too have (from right to left), the WiFi icon, the service bars, and a minimal icon of the Old Republic (and then a hairline crack)
Jokes on you, your meme looks like an Intel ad (dated, deprecated, and dying)
Ok maybe that was a bit harsh
I think the jet lag is finally kicking in
Bruh you're literally touching the legend 
oh?
Smokin1337 i mean
ik, oh?
what the fuck?
system data is everything that didn't fit in the other categories
omnidisksweeper my friend
i mean its fint i got 1tb but like wth
good shit
on ios 16 dopamine, if i were to hook uikit or foundation or anything from the shared cache, how would my binary be mapped into memory? I want to interpose symbols from those libraries on a per app basis without my new code being mapped into the address space of the target process.... that is to say that my function pointer that i will replace objc library functions with should be similarly outside of the victim application address space... and would i preserve CS_VALID? i know dopamine bypasses some of those checks but if the victim application checks then it must be set.
lol
This is fundamentally impossible
If you want to hook something, your logic needs to be in the address space
Or hm well if you really wanted you could register for exceptions from a different process and then interpose the pointer to something invalid and catch the exception
but still this interpose would only work for branches that go through GOT, not for direct branches
i explained badly, I want the interposed logic (my dynamic library) to appear as though it is from the shared cache. my understanding is that the shared cache is immutable and therefore i would have to directly modify the pointer that the symbol is dynamically bound to, rather than patching instructions in the shared cache... is there a clean technique to acomplish this? I also want to redirect some calls to a specific func (objc_msgSend) that exist inside UIKit, Foundation, etc. and just changing the dynamically bound symbol inside the target application does not accomplish this.....
I want to impliment the main ideas of this project (https://github.com/DavidGoldman/InspectiveC) on a system wide level such that applications are not able to identify if it is being used
I have a much more refined version but that is the main idea, and I just want to do it on user apps, and not springboard or anything
you just have to map on top of the DSC from inside your dylib
or even better, use MSHookMemory
The DSC? unfamilliar with that
So my approach will be to just create a regular tweak, target the bundle identifier of foundation,dlsym the symbol i want, and codepatch?
How to use AltList🫣
i need some of that storage 🙏
holy shit
what do you have installed
😭
ain't red apps ?
oh no the red ones are documents
/files
orange is applications
(yellow is other users, green is developer tools, dark grey is system data)
fr
oh
on finder you would use the "show all sizes" window option
but this is settings so
oh
dyld shared cache
Yes, either using MSHookMemory or MSHookFunction
Thank youuuu I’ll see what works
ヤベ
btw how is the macos ime
ive been enjoying using it but it feels a little clunky sometimes imo
私はカップケーキを17個食べます
oh i typed that wrong
whatever
私はカップケーキを18446744073709551615個食べます
its nice when typing in japanese
but if i wanna type romaji i have to first press down arrow and then press up arrow about 4 times to get the word
its kinda annoying
I usually enter numbers using the numeric keypad.
私も :3
I'm v used to it by now
feels normal
usually it's able to guess that it's romaji
but if it can't then yeah
yeah but fails miserably on the word no lol
slight annoyance
which makes sense
wen we use an iPhone, we no longer use romaji anymore
i still use romaji when typing on iphone because im not as used to the other keyboard
i type way faster
since the keyboard width is short on iPhone * mini, inputting romaji is annoying 
Screen recording sound effect whar
romaji requires 2 taps except for vowels.

i hate node js
lmg icraze doesn't like it
he hated on me for using n.js for my rest api cuz it hogs memory 🤔
maybe hes right
maybe i should use go for my rest api cuz i get like 300k requests daily 
depends what the api was, if it needs to be fast then write it in go, if you need to write it fast do it in node
already wrote it in node tho 🤔
and it’s about ai shenanigans where speed doesn’t really matter
matters a little just not much
i was sharing my personal philosophy on it, irdc what you do lol
if it's not worth spending the extra time to worry about memory then don't
simple
you think if 24gb is enough
hmm?
for the n.js app
idk how bad your impl is
💀
or what it does
how to build nodejs into a exe
why
it’s a simple re-router using express and axios shouldn’t be that hard
fun
fun
pkg
you have to bundle the nodejs runtime and your source into the executable, it's painful
cool
npm install -g pkg
pkg your-app.js --output your-app.exe
iirc there was a tool to do it tho
yes that
probably wont be above 20 mb tho
okay cool
gl if you need other resources tho
It’s fucking slow
The language is heavily stupid
Comparing an int to a string can return true ????
Yes!
eh, js can be fine
as long as you're not using the latest bloated abstractions that tank perf
its a language where its just “nah i feel like im gonna return a bool instead of a string”
"ba" + + "a" returns banana cuz it would be NaN and not throw an error
This is too much brainrot
I mean technically "3" == 3
And the fact the language is FUCKING SLOWER
in what code are you typing "ba" + + "a"
absolute cinema
AI
Nothing it’s just a js moment

not a number
I actually like JS's syntax
No ???? 0x3 != 0x51 ????
Bibi when he doesn’t use/know a language
makes sense
Yes but why need the type check
I did
For a year or so
And concluded it was pretty bad
What's up development
You know I didn’t jump into development with iOS
I did
I’ve been coding since I’m 12 I think 😭
@acoustic imp hi
Anyways I remember some friend that wrote some js to find specific lines of logs across 10 million lines or so
you can literally do that in any language
It took 20 minutes (the code couldn’t be more optimised)
I wrote a python script while his code was still running and it took 10s
😭
not if you use === which you can have a linter enforce
i was joking cos bibi copies your opinions
i agree
I don’t
Nope the code couldn’t be more optimised, I checked myself
Doesn’t necessarily mean it’s true 
clearly it could be, you wrote it in py and it took a short time
so you could write it in js fine
^^^
=== never works for me
idk
even if the types are right
wdym
hi firoe
I’ve never used JS
doesn’t eval to true
Maybe because it’s a different interpreter and different language
alfies a js virgin
There’s a reason deno and other shit exists
prolly
i have a special appreciation for js as it was the first language i learnt
still wouldn't explain at all why one took hours and the other took 10 seconds
you've gotta be doing something really cursed in order to be dealing with stuff like this
It was legit a lines.forEach and an index of
That was it
¯_(ツ)_/¯
you probably did something stupid like load the entirety of a giant file into memory
or used non-hashing based data structures
That wouldn’t slow down the program 
well it would've
How ? Let’s say the file is mapped to memory the reading would just be faster 
How ?
As far as I’m aware reading memory is faster than reading the disk ?
It's crazy ! BibiFire is claiming , that mapping a giant file , into memory is faster !
Mapping a maybe 20mb file wouldn’t be that long
what have i caused
POV deleting my points
Lame
wtf happwned to 
Js is good
🙋♂️
Go ahead!
As long as you don’t use node js sure
You’re wrong
i mean node.js
🗣️
Please, tell me why is that
so basically
uh oh
Hi Guys !
Hello nightwind
side effect of node.js
Hi Guys !
BUY RUNE BUY NEXUS
Already have Nexus, and I'd use it if it supported iOS 16
BUY RUNE BUY NEXUS
e
the ls is basically rewritten after posterboard smh
that might as well be another tweak
What do you even want to change ?
@radiant idol what url for prefs r u using to open CC settings prefs:root=ControlCenter ?
bc for me it doesnt work on ios 15 using ```objc
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=ControlCenter"] options:@{} completionHandler:nil];
idk can’t remember
have fun
👍
why do you have App- in front of it
idk i jus tried it
whst is tesla woman trying to do this time
trying to figure out how to open cc settings from the cc
oh god
bro got it working
cool
😭
@radiant idol is there a method somewhere that gets called to show the CC modules? like ur swiping then once u swipe past a certian point they pop up? (asuming ur gona say idk GL 🤦♂️ )
i found a method that give the like Point but it gets spammed called so i dunno
-(void)_updatePresentationForTransitionType:(NSUInteger)arg0 translation:(struct CGPoint )arg1 interactive:(BOOL)arg2{
%orig;
bool isShowingCCModules = (arg1.y >= 69);
if(isShowingCCModules && !isCCEButtonsExpanded){
isCCEButtonsExpanded = YES;
[self setShowingCCEButtons:YES];
}else if(!isShowingCCModules && isCCEButtonsExpanded){
isCCEButtonsExpanded = NO;
[self setShowingCCEButtons:NO];
}
}```
on CCUIModularControlCenterOverlayViewController btw
Okay for this one I legit don’t know 😭
slanted a
-(void)_updatePresentationForTransitionState:(CCUIOverlayTransitionState*)overlayTransitionState withCompletionHander:(id)arg1{
%orig;
bool isShowingCCModules = (overlayTransitionState.snappedPresentationProgress == 1.00);
if(isShowingCCModules && !isCCEButtonsExpanded){
isCCEButtonsExpanded = YES;
[self setShowingCCEButtons:YES];
}else if(!isShowingCCModules && isCCEButtonsExpanded){
isCCEButtonsExpanded = NO;
[self setShowingCCEButtons:NO];
}
}``` @radiant idol it still gets spammed however im not doing a `>=`, would it be better to just not have the `bool isShowingCCModules` ?
or a better way to do this, bc i dont wana spam my animation method
@indigo peak thoughts?
works well 
🎉
I’m like 500% sure that I did not have to do that and they still animated fine
Brother needs to mod the now playing widget now
CCUIModularControlCenterOverlayViewController to be specific
Have fuuuuun
oh god
The borderline clipping is irking me 
sperate
on?
the method hook i replied to?
ok but what is it meant to do
in what context
i wasn't paying attention to the conversation prior
hide/show the little buttons in the top when the CC modules appear
Me when non stock behavior 
(Joke)
urs fade from alpha 0 at the 0% of the swipe to alpa 1 at like 50%, 18 does like alpha 0 from 0%-like 85% or sm then alpha 1 at 90%, mine jus fade in with the modules at 100%. I could make it like 18 stock tho 
¯_(ツ)_/¯
my picky self might
it will anoy me
ios 15 ipads
, should i just hide the power off button
No
Good luck with that
arcane
💀
hey is it a stupid concept to think of programming like serving a meal on a table?
like for the whole
print ("hello world")
kinda thing
print is like the main plate that serves the meal while the ()'s are like the boundaries of the plate and the "Hello World" is the contents of the plate
when you import things its like getting food or ingredients from the cupboard and your work areas kinda like the kitchen counter while the diningroom table is the finished program to showcase it to relatives
is this a stupid mental image or do somewhat have the right-ish idea?
yew
with programming you can actually serve a meal on a table
what about poisonous yet flexible wood?
ok but would the setup of programming be comparible in laymans terms to crafting a meal or baking with specific steps and orders for things?
in a way recipies and progerams are similar
so would you say that programming is more similar to baking or cooking? (I have a friend willing to try and teach me Ruby)
but I need to have the right mental comparison to go at with with or else I'm just gonna get too confused
baking.
baking is a science, cooking is an art
thank you! I'll try to keep this in mind when learning and hopefully it will help!
well well well
it would appear i am back here again
i must be going crazy. how the hell am i supposed to get make install to work on palera1n. i set the user as mobile but of course that fails to sudo over ssh.
and im using a rootful install for Reasons don't judge me
@lime pivot sorry for ping but im like 90% sure if anyone knows the answer to this, its you
sup
Theos server would be the best place to ask if nobody here knows, I honestly haven't touched it in a hot minute
wouldn't you know it, arise is fully compatible with ios 15, but the fancy shit i did in prefs isnt
it's supposed to work though I believe, it should just be doing sudo right?
is it trying to ssh to itself?
uhhhh huh
what's the value of $TERM?
you could honestly also install pam_tid or whatever it's called
like in my env
just do echo $TERM and see what it says
^ this would be an easy workaround, as long as you're ok with doing touch/face id every time
well here's the werid thing too
root, i can't log in to
i assume sealed volume is related
nope, different root
I hate everything about the terms used for this
root user is supposed to work
when you sudo it should be mobile's password of course
you would think
oh that is legit ssh then
you could install your ssh key, which is probably the way to do it anyway
should be alpine unless root password is disabled entirely
think you may've been onto soemthing with root password being off
now that i've set it
here we are, logged into root, first try
weird
zoop
works
ayy (rise)
i feel so much more adept than i did when i wrote this
yeah root password isnt set by default, mobile is set to whatever it is when you're bootstrapping
dopamine too im pretty sure
yes
Alright dumb question
How do I get my root controller on my preference bundle to show a large title when you first open it
The large title works, it’s just collapsed on open
you have to scroll to see it
just depend on it
how the fuck do you
know about that
Have you tried using largetitleseverywhere
@radiant idol %prop or jus a bool? is that global ?
i wrote a garbage collector in elle
its a sync stop-the-world single block growing heap allocator with a linked list bucket hashmap to keep track of allocations
it allows for this syntax without needing defer free everywhere
for x in ["a", "b", "c"] {
$dbg(x);
}
for c in "hello world" {
$dbg(c);
}
for i in 0..100 {
$dbg(i);
}
otherwise you would have to ```rs
let arr = ["a", "b", "c"];
defer arr.free();
for x in arr {
$dbg(x);
}
for c in "hello world" {
$dbg(c);
}
let range = 0..100;
defer range.free();
for i in range {
$dbg(i);
}
Static bools
🎉
CORNBAR
i cant tell if everything is supposed to be 0% on the status bar
volume and brightness
oh, yea i use VNC to control it bc the screen is broken
show it working then :3
If there was a gc in js, there would be no js code, as everything would go into the garbage
same goes for every java program
Real
also garbage collector collector lol
shake my head head lol
😭😭😭
the
the
the
the
shake my head my head
so called: “free thinkers”
gave android a try
i like ios more now
i can't compare ios with android since i've never seriously used android
@pallid totem wyd bro
I had an Android dev stint for a few years and surprisingly never had to use JNI
well I lied, I almost did for a feature idea that didn't happen till after I left
i need cloudflare waf rules ...... can i get urs :3
uhhhh for what
ddos prot
don't know how much I can help at least without more info, you probably want to put the security level at I'm under attack mode if it's being a real problem
i'm under attack mode doesn't really help (speaking from experience)
i need to filter out like everything except some endpoints
(
http.request.uri.path eq "/v1/chat/completions" or
http.request.uri.path eq "/v1/moderations" or
http.request.uri.path eq "/v1/models" or
http.request.uri.path eq "/v1/audio/speech" or
http.request.uri.path eq "/v1/audio/transcriptions" or
http.request.uri.path eq "/v1/audio/translations" or
http.request.uri.path eq "/sellix-order" or
starts_with(http.request.uri.path, "/v1/images")
)```
more specifically these
Is it possible to install a (dev) beta version in the macos simulator app?
Reason: I need to test if stable safari has received a new CSS update
https://webkit.org/blog/16186/release-notes-for-safari-technology-preview-206/ nr 132549134 to be exact
@acoustic imp (Ida plugin)
my desktop
thanks got it
May I receive a copy
lmk how it works
may i be able to expect this being sent to my direct messages on a later date
it might be on GitHub on a later date
nice
there are beta sims
of iOS/etc
but you can't install different Safari versions
that's only a macOS thing
yeah ik
i just need to know, for example, in the new 18.3 beta if safari supports the css thing
you cant tell simulator "use this ipa"?

how do they ship?
as OS updates...
may the plugin ends up in our dms 🙏
i hate kotlin
Fake language
objective-c is better fr
no actually i kinda like kotlin more than swift
Well they're both similar in style
But Swift is for Apple platforms
Exclusively
Can you make an app in kotlin
For iOS
No
I don't think so
You'd need a jit right (?)
for the jvm
i know nothing about java's runtime
i think i saw something like that but it was closed source
swift is cross platform so yeah
If you're casting manager you'll lose information, it could theoretically be 0.5. casting it to int would make it just 0 and casting 0 makes no sense because you can just use 0L
i was talking about the 0
also @manic forum
Yeah
wtf ur doing
i wanna say r
?
On my way! To remake android in Swift
what
Is Long a class??
the long primitive data type
private final var manager: Long -> private final var manager: long
So I looked it up and according to 5 seconds of Google Kotlin doesn't have primitives (?)
that's not a valid type in Kotlin
I tried
Fuck kotlin
Also I do need it to be a long because that's a pointer 😭
Another reason to hate kotlin added to the list
👍
Why do you need kotlin @manic forum ?
I'm trying to make an android app
"trying" because I type random stuff and it just works for whatever reason
I haven't had much trouble with android studio so far
i thought kotlin might be more useful in the future since it's the cool new thing
or maybe it was 5 years ago idk
Enjoy infinite compile time 👍
similar to how all new useful ios libraries are written in swift, and objective-c users are sol
there's more c++ than kotlin in this codebase right now
also the compile time isn't too bad?
actually not bad at all
How long you're getting ?
just 2 seconds right now
Now restart gradle 
of course i'm not cleaning each time
so the thing is why would i do that
trolling

trying to get simject working and i get this error
isn't the solution obvious?
its an executable
hmm
no it tells you what to do
this is normal brew python behavior
you wont get this with pyenv python
it does not tell me what to do
the arg doesnt work
parser was removed in python 3.10
pip3 install --break-system-packages parser ?
i did that look at the screenshot
for what
your term is green I can't read green
for simject
cyan better
well order matters
humor me
put parser after --break-system-packages
if it doesn't work it doesn't work
at least you tried
vim
i cant find it
yah when doing linux stuff or quick edits I use vim
but I daily drive clion and pycharm
do i just run it inside of substitute folder or simject folder?
hold on my mac ran out of storage
so you can do it ~ if you want
cool ty
how to get more storagfe on mac
delete stuff
i dont think it tweak injected properlyt
type shit
what went wrong
did the script finish running properly?
do you have /opt/simject/*
when you type resim does it output anything to console
you need a patched sim sdk
how do i get
is the tweak in simject?
no substitute compilation is actual dogshit
it needs 3.9 anything newer and it breaks
i had to use xcode python as it was the only install i had that was old enough
how
i opened the sim and then ran resim
no tweaks appreared
is the flexall from me
it probably is
i promise i'll make the setup less crappy soon 🙏
my bad
be grateful you didnt have to find out for yourself lmao
weirdest build system i have ever used
it is, its using all your stuff lol
i just made a script to help tesla install
I did
Hell nah android tweaks
i should port mobilegoose too 
@lime pivot new chariz business strategy
Why 
Oh wait I realised my typo. I meant to say
you cant tell simulator "use this ipsw"?
not “ipa” 😅
yo I know poomsmart lives in Thailand, someone tell him to go to bed lmao, he just updated like 5 packages
No, it is a simulator and not an emulator
so i didn't have to deal with this yet but apparently if you rotate an android app it just... restarts?
like???
also making a springboard tweak is much easier than making a system_alert_window android app
Never happened to me :<
The only time any app restarts for me is when I open up the foldable display for unsupported apps (so they re-render to fit)
what i meant to say it apparently android's default way of handling rotation is just destroying the entire ui and recreating it from scratch
that's probably invisible to the user but it sounds so stupid
as i said i didn't get to handling rotation yet
so perhaps i'm making it all up
but i've seen this in multiple places so i think it's true
lol, it is.. the system calls onDestroy() and then immediately calls onCreate() with a fresh instance 😭
you have to save the app state beforehand to avoid that
docs say to make use of onSaveInstanceState() and onRestoreInstanceState()
No layoutSubviews alternative fr?
i think something logical was finally added around android 10? 11?
idk
i installed android studio 3 days ago and also used android for the first time in 2 years 3 days ago
i'm not an android user
Oh man
I can only feel their pain
iOS devs like to shit on xcode and stuff but restarting the app on orientation change?? That’s completely unacceptable lmao
also I think Xcode is fine
android studio made me like xcode
Yeah it’s a powerful yet simple IDE imo. Tools like view hierarchy debugger are super nice
with xcode you launch an app, you get breakpoints, memory usage, cpu usage, you can pause at any point and observe literally everything in the view hierarchy, the debugger actually pauses when the app crashes, etc.
in android studio there's a different launch option for literally every single one of those things and none of them work well ??
the debugger just quits when the app crashes, how is that any useful???
i couldn't get the backtrace
The last time I’ve used android studio was like 3 years ago with flutter dev
its not easy like in ios
also from what i've gathered through stackoverflow posts, google just changes the entire ui with every major release
for any given stackoverflow post about android studio there are at least 5 answers from different years answering the question for a different version of android studio
and none of them actually apply to the latest version either
their android tv emualtor had the setup part left in the emulator and in order to skip it it says "plug out the ethernet cable" like wth
i still don't know how to download offline android sdk documentation because apparently it fetches everything from the internet individually by default??
"allow this app to display over other apps"
Inb4 Glance android edition
how well can you "tweak" android without rooting
haven't got an android 
android simulator 
that, basically
system_alert_window or something
you have no right sending this 😭
depends on your definition of tweaking
i just put random funny characters on screen
hooking stuff
that's pretty easy to do
java has reflection so it could be like objective-c in a sense
but idk
He uses swift
(
) and u actually could
whats me using swift got anything to do with it
has bibi infected you with anti swift hatecrimes
that doesnt require anything special ?
you can create overlays easily iirc
i would love that on stock ios lol
hey it's Tesla
no thats kopyaçekmiyorum
Bro had to copy the c
maybe
i'd prob do it with your nickname too tho
cos
its long
and has punctuation
i would've
i aint sending allat
fr
Janis A. Bell
kopyaçekmiyorum
Dr. Ritsch

kopyachekyourmum
i would just type @k and find it
It's funny
If you understand German
It's not nearly as funny if you're only told about it
@radiant idol do i make the power button hold down like 18 or use the same class for both (it be a button)
context: CC18
??????
like u have to hold the button to activate the like pwer down menu instead of tap
(this is what ios 18 does)
ok do that then
I like just tapping
CCECC what does that stand for
conctrol cenrte easily centring controls
ControlCenterEighteenCC
~~why did I read this the first time and see nothing wrong
~~
thats somehow worse than what i said
he put his thinking cap back on
CC18
Why
Ong how about CC_XVIII then?
Or CC_XIIX
Objc naming convention doesn’t discourage numbers
From google’s style guide
Classes, protocols, global functions, and global constants should generally be named with a prefix that begins with a capital letter followed by one or more capital letters or numbers.
With that said I’d still prefer CCE over CC18
does the objective-c runtime have any restrictions about the class name
i'm going to name one of my classes 53
iirc you cant start class or method names with a number
_53
xnufuckingsucks.m
that sure was an interesting time huh. it got like 1 release ever and nobody cared 
there was a release for Android ??
there was!
he actually did a decent job, but it came at the worst possible time
damn wtf
they totally redid the Java VM in Android 5 which came out like, only a few months later
broke other Android patching tools as well
Preaching water while drinking wine smh...
Does anyone know the class or framework responsible for turning off LPM when the battery hits 80% (iOS 15)?
sure the compiler would complain but the runtime might be fine with it?
similar to how swift class names have dots in them
elle functions on structs have dots in them and the only person who complains is the C compiler when i try to interop with the symbol smh
b
mods
@radiant idol if i want to hook the classes in the conetivity module, do i need to do the bundle laod thing for it ?
@radiant idol should i just do what u did for the connectivity module or should i try to implement like the real ios 18 thing
its proving quite dificult
i also cant find the like classes in DSC
(jk im sped)
wth, i have the module thing loaded and like everything related to CC and that class is not coming up ??

what
Idk have fun
my only question, which u probly know, how do i present the like treachery VCs. these things
@radiant idol
having an issue where my bottom three hooks here just dont work, that top method hook still like returns the orig and nothing is logged for the others, ive manually called them with flex but nothing just normal ig
❓
Is there a guide or anything for patching without logos / raw c?
Mostly I'm wanting to covert some logos code i wrote into c
logos code in question ```objc
#include <UIKit/UIKit.h>
// int (luaL_loadbuffer) (lua_State *L, const char *buff, size_t sz,
%hookf(int, luaL_loadbuffer, void *L, const char *buff, size_t sz) {
NSLog(@"luaL_loadbuffer called with buffer: %s", buff);
return %orig;
}
%hookf(int, luaL_loadbufferx, void *L, const char *buff, size_t sz) {
NSLog(@"luaL_loadbufferx called with buffer: %s", buff);
return %orig;
}
%ctor {
%init(luaL_loadbuffer = MSFindSymbol(NULL, "_luaL_loadbuffer"));
%init(luaL_loadbufferx = MSFindSymbol(NULL, "_luaL_loadbufferx"));
NSLog(@"Loaded symbol");
}
check documentation for MSHookFunction
yeah lol
I'm currently in a minecraft chat with someone figuring out smth with someone
Fire
libhooker better 
zefram better
zefram is fake
Me when libhooker provides mobilesubstrate 
Libhooker is very cool for patching binaries due to the fact that it is a structure where can put multiple addresses in one call and use sizeof to apply them all at once
whats the actual repo for flex, i'm using some random one which someone hosts it on but I want to point people to the right one
or i might host it on my repo actually 
You can check the releases on Poomsmart's github
netesko's >
@radiant idol is it better to have one big main hooks .x file of have. seperate ones that do dif things? like one for borders, one for colors, one for images, etc etc ?
up to you but the more .x files the longer it'll take logos to parse
afaik its not multithreaded
like when compiling ?
idrc
well yeah
its pretty quick, i press up, eneter and my phone has resprung in liek 15-20 sec>
logos isnt included in the binary at all
with split files?
right
one so far
I did multiple ones
HuggingFace just closed one of my reports because it doesn't seem "as severe as they think" however when you come to think about it their customers lost OVER $500,000 USD and still did NOT award anything for it
organization is good
if one of the customers found out they would've been sued to oblivion keep in mind
what to do ? ?
its only 500k


it's a lot of money
but not nearly enough to retire forever
at least if you're not investing it or anything
all u need to do is win roughly 4 hands of blackjack to have enough money to retire starting from 500k and assuming the amount u need to retire is 5 million
fr
99% of gamblers quit before they win big
i'm not addicted, i'm literally shaking from excitement to gamble again
hey look who it is
it's
man im pissed
why am i that thing
why am u that thing
aight chat im writing back
could just do %group instead of seperating it that muhc
or just comment your code lmao
i hate this
isn't that for turning multiple hooks on and off at the same time?
@reef trail did you pre save 
i did lol
was ab to ask you the same
I wonder if halfbreed shit was scrapped then
Groups can be used for conditional initialization or code organization
can
where's the track list?
or is this the one that was on insta
The songs been leaked for a while
i thought aq 3 was the halfbreed 2
you added those two yourself right?
@hasty ruin do u even look at ono apps 
it's called ono
I’ve gone through them all
when
I added three 