#development
1 messages · Page 411 of 1
Everyone shitted on something
true, but if there is an easy way to "remedy" the issue u are having then do it instead ofcomplaining
How to fix brew
wdym
Remedy brew
rm $(which brew)
procursus takes -2 braincells to compile
i mean you're welcome to complain about it all day but unless ur writing the code to fix it, shit isnt going to get done
^
yeah, but what’s the issue at hand with it
I just said ASM stuff breaks when you compile it for x86_x64
it’s nice that it’s entirely makefile based and shit compiles on each other
i mean you're welcome to complain about it all day but unless ur writing the code to fix it, shit isnt going to get done
i think its ok if you aren't a developer
brew sucks and procurus isn't on x86
that's the current problem rn
according to Rolex
i try to at least file issues and fix shit i want to be fixed if i'm capable and not going to make things worse
instead of expecting people to care abt my edge case
yes and vocal complaints are a good thing, but in the right place
but idk why you're in a dev channel if you aren't a dev or capable of trying to build it
no shade just 
wen eta xnu on pro guys?!?!?!
no
if you want x86 i’ll grind that out
@tardy narwhal i could care less
that's what rolex was saying not me
brew works well enough for me
ah, i mean use whatever in the end lmao
also brew and procursus are 2 different things no?
brew being a package manager
procursus being
well
procursus
well they’re similar to an extent except brew provides shit precompiled while procursus aims you to compile stuff yourself
down to each dep
well obviously not for the release
hayden wants it to eventually be what mass1ve is saying
so like brew --compile or whatever the fuck
in the context of phone bootstraps that doesn’t really work
yeah, we’ll eventually morph it into a “do it yourself”-styled brew
but it’s an end goal of “procursus” itself from what i understand
one thing procursus will not have for quite a while is adoptability
well due to the Cydia license policy, yeah
i meant on mac
adaptability?
i have a feeling that it'll either take a really long time or flat out won't gain traction on mac
like
it'll take a long time till a lot of people useit
and all thecommon packages are on it
I mean that was the thought on iOS as well
its still not widely adopted on ios
if procursus were a thing on mac it’d need to be the end goal build tool to be something worth doing
and brew has thousands ofpackages
but now people complain about stans
this is different
with time each project can grow optimistically seen but it’ll really depend if the contributors remain as stable
bc it’s weird
stanning anything is weird
not weird enough that i actually care
LOL NO
what
You cannot compare the rust people
like opencore users
they’re next level
LMAO
is more like it
the rust stans will hit you up at 12 AM because they want to write a tweak in pure rust and refuse to use a shim
rust people will kill you even on the toilet while taking a shit optimizing your rust code because you did 1 thing wrong, no chance procursus “stans” are this horrible
this was meant to convey my point
yo wanna know what we can all agree on though
I am sure most people who stan Procursus use less than 3% of the packages on it
fuck apple stans
I don't see the point in stanning anything so I agree with this statement
i think there are healthy things to stan and there are weird things to stan
i don't see a point in trying to change peoples opinions after they have been harassed about it already and don't want to
yet it still happens
I refuse to acknowledge people who stan feet
i have found obsession in anything is not healthy
and then there are things that are very unnatural and everyone who is tends to be insufferable
@ memoji pfps
i will bully them all without shame
The ones with airpods in their ears deserve it imo
Like wtf are you listening to you aren't real
the only memoji i won't harass is laughingquoll
I harass him, but he hasn't said much on twitter lately
based
maybe he blocked me
only baseline respectable memoji pfp
hes inactive

if i had a discord servers 0day id make a memoji for you and replace your pfp @half walrus

LOL
they’re like furries but if you replaced “slightly weird” with “upper class white kid”

@arm64e @foxfortmobile So if we have a profile picture of a Memoji and not a cat in a sock we are bad?

this was my favorite
my pfp best pfp
cat in sock was poggers
fight me
mairo was 3d on the super nintendo
I am waiting for a switch Pro
what you meen
ooo some og mario party on the switch would be cool
yea true. ngl havent played any of them really except mpds and the switch one
20 hours later
Mario Party kinda went downhill after the gamecube versions
i remember the ds one being pretty fun with good minigames, the switch one is eh
its just slow
6 was king then the wii version was meh
I wish I could find my childhood consoles

tru
I remember the OG xbox controller was a literately a brick in your hands with the size
emulation and emulators are the savior of old games
thank fuck people know what theyre doing
I don't disagree with that
otherwise theyd be lost in time at the mercy of the companies who created them

frida-trace gui
just have to figure out why using pipe won't recognize usb devices
and the POC will be done
sakurai
[[php]]
i guess nspipe does not support usb devices/ssh keys
it runs the binary though which is good. could it be because my app is sandboxed maybe?
Tien to learn c
And time to learn it my way
Aka write vulnerable binaries to exploit as challenges
Shouldve been doing that before trying to create a POC for an exploit
like i said
I would master C before trying anything like that.

You can learn a language but if you don’t use it. you will forget it.
Forgot to disable stack canaries
@burnt niche I know
That’s why I struggled with learning c
I have to learn c++ at college and swift/objc at home
I try to always make projects as i go
To brush up on all of them
Its not really hard for me since c++ and objc and swift are really similar
Its just syntax and oop concepts that i learn as i go wether it be any language i am using
Sure
Waiting till i can get comfortable with c++ so i can go straight to C
Ye I remembered the stack layout correctly
Idk if I could ever overwrite the bufsize pointer
Ye no I really can’t
Oh well
anyone wanna help me get rounded cells in my prefs?
I feel like there has to be an open source example
Point is to overwrite the return address with the address to the win function
sounds like the protostar stack4 exercise
True
But this was made by balls in Ohio
Oog
Oof
ASLR is enabled
Makes it even more fun
ah figured it out
https://github.com/sveinbjornt/STPrivilegedTask i have to use this
oh wait..
its in objc 
Holy fuck
Hmm
Why is this not overflowing
Bufsize is only 50
I’m printing 130 As
are u tryna change i
it isnt that hard to segfault in C bruv
woe
It’d still segfault tho no?
Whatever I got a manjaro vm
I’ll just try doing it in there
And disable ASLR
warning: this program uses gets(), which is unsafe.
euowojsbuaiuhsh;oishiehuodheuohduhejsoe
Char is 0x7ffeeaf3282e
zsh: abort ./a.out```

True
Ok got the segfault
true
#include <stdio.h>
void troll()
{
printf("nfr technologies\n");
}
int main()
{
int i;
char buf[64];
gets(buf);
printf("i is %04x\n", i);
return 0;
}
windows security 10/10
TRUE
nfr*
im gonn make a uaf program soon
fortunately u can just not have glaring security issues like that by using -Wl,--dynamicbase
mingw with that static address

NFR FreshMint(R) Whitening Toothpaste
true
any gamers here on catalina
i am aware i was on catalina an hour ago i now need someone on catalina to run a command
Yo this new GitHub widget is lit


C is pog
true
Idk if I can go back to JS
cmp eax, 0x40
jg dontwritemoreshit
And not freeing an object twice
done
EwPM would be more pog in c
how
stat /System/Library/PrivateFrameworks/ApplePushService.framework/apsctl
true
woe is emoji
@half walrus
saving screenshots to clipboard is pog
also sorry that my terminal window isnt riced tf up

never got around to making it epic
true
powershell
hmmm im still interested in this tweak and how it still doesn't work
wish i had an ios 13 device

loss
I'm on iPhone6SP iOS12.4 checkrain
its calling the right class ofc
but like
something isn't deinit correctly
and it causes the view to technically disappear, but not fully disappear
and hang the device
hmmm
@vivid dew hello, I’m a big fan of yours since your early work. I was wondering if I could get an autograph



Thank you!!! May I ask what your name means in its original language?
copying 70,000 files to "'sdks"
sorry if i angered you
goodbye
👋
i want to send fr to a [redacted] camp
[redacted]
discord is blocking the word
but do they still have those anymore
wait.. you're.. oh
🤮
i had no idea
i ll take one for the team and just say what jules wants to say
Why?
I swapped my HDD for an SSD
It was the ultimate iPhone jailbreakers hacker setup
It can overflow buffer arrays on network stacks in SQL type ultimate hacker setup
:hacker:
bruh


something tells me this isnt supposed to happen
idk
@import Foundation;```
at the top of your .x or .h file
skip a line after the imports
okay 
also i didnt setup theos properly
forgot to restart the shell

13.3 sdk time
:cumming:
Les charbonneuses de fr à la limite ?
can you stop speaking indonesian

Lmao i actually don’t know SQL
the directory has readwrite permissions from everyone..
tf is handlers directory
nfr
only krit can help me now
Then let’s speak in objc
@interface NSThomz : Human
-(id)initWithBrainCells:(int);
@end
%hook Earth
NSThomz Thomz = [[NSThomz alloc]initWithBrainCells:2];
%end
That is shit code
Not bad not bad
You learnt SQL at 12 ?? In france?
Like at school ?
Ahahah
Ahahhaha i wish people here could get it
bruh
this post was made by nfr technologies
bruh
why the fuck is this still returning 20 errors
i followed every instruction in the theos install guide
and i got SDKs
unknown type name 'UIView'
ok
it was working just fine beforehand tho
on top of file
i didnt need to import anything except spawn
yeah
oh nvm i read that wrong
im just confused
okay send makefile. and which sdks did you use
13.3 sdk
ok
you need to get the toolchain and save in $THEOS
okay matt u seem to know everything
thats prob why
lmao
no
it is
im just reading the instructions
im playing bro
lo
@tepid olive lmk if it worked
ok
guess i gotta go to sleep and wait till theres some smart mfers around
its generated by frida and contains the js files that represent frida's hooks
Yup figured it out
I contacted the owner of frida. He replies to me usually quick
yeah he's really nice
No idea why its giving that error
maybe the mac app is sandboxed? it looks like frida is trying to write to /, which is incorrect and should fail
it might depend tightly on cwd
I already unsandboxed it i think
I can access my ssh keys now
Which means it should work
you can confirm by looking at Console.app for kernel spewing sandbox-deny when the error happens
Usually the handler dir is in users/username
Thanks for the tip. Didnt know that
I actually removed sandbox from capabilities
Im not sure if thats enough but it was enough to get most of it working
Except it throwing that error
It has something to do with nstask
SIP wont let you write to the root hd (if thats still where its trying to)
touch: /test1: Read-only file system```
frida puts handlers into $cwd/__handlers__
cwd is set in term but maybe not your env
Really? My handler folder is in users/username/
if you go to your desktop and then invoke frida you'll have one there too
kinda dumb
yeah try setting a cwd envar
chdir("writable path")
Honestly not sure what u mean. But ill figure it out in the morning
it changes the current working directory (cwd) to the specified path https://man7.org/linux/man-pages/man2/chdir.2.html
@robust radish trying with nstask.currentDirectoryPath
oh yeah thats probably better
Thanks for letting me know about directory. I didnt know frida put the files in cwd
@robust radish thanks for telling me 
Didn’t know it was a simple issue
Love C
11.2
11.2 is good tbh
i've had issues w/ beta but the release is good
Dose KernBypass work with ios 11?
#jailbreak #genius-bar @tepid olive
macos bug sir
good morning
So I know hooking layoutSubviews is bad practice, but I'm trying to make a dark mode for an app and I can't figure out what else to hook to make it work. Using layoutSubviews makes it work perfectly but I want to know if there's an efficient alternative
what are you adjusting in the layout subviews hook?
%hook UITableViewLabel
- (void)layoutSubviews {
self.textColor = [UIColor whiteColor];
}
%end
and what does that code do?
Changes font from black to white
can you not hook text color
It sets the property textColor to white
lol
so, you can hook the setter for that method
so that whenever the textColor is set, it gets set to your color instead of what the app wants
true
self.textColor = [UIColor whiteColor];
//is really:
[self setTextColor:[UIColor whiteColor];```
ios 13 adds methods for that
oh wait ur hooking this
yeah nvm
Thanks
wtf that is cursed
rip fr
xcode.app is just an apple branded zip bomb
35gb application
you'd think it'd be a full IDE or something
Lol xcode is actual fucking trash
thank god its not forced onto everyone who wants to build for iOS in a reasonable fashion

ok and?
not even gonna ask for dev back
at least not for a while
https://github.com/Muirey03/Cr4shed this project needs pinned
just for the source
an example of how to build almost every type of application you might need to build as a tweak dev
i reference it constantly
^
@half walrus geosnow will make your dms living hell
im ready
nvm
Ou trouvez l'ipa altstore sachant que sur patreon j'arrive pas a le telecharger malgre plusieurs requetes? 15euro pour rien sa craint
€15 what
the Patreon costs $3
also why are they asking you lol
Ou trouvez l'ipa altstore sachant que sur patreon j'arrive pas a le telecharger malgre plusieurs requetes? 15euro pour rien sa craint
not to mention all the SDKs and simulator runtimes you can download later
¿Dónde puedo encontrar la ipa altstore sabiendo que en patreon no puedo descargarla a pesar de varias solicitudes? 15 euros por nada se teme
Wir müssen die Juden ausrotten
@heavy kernel is that statement warnable
/ @restive ether
lol
bruh hayden tf you been smoking
is it what i think it means
has arm64 cross compiling made you mad?

lmao
Lmaoo
the french
they have no idea what i actually do and they want the answers anyways
also
RIP that new security researcher
he has no idea what he has just done to himself
maybe just don't say ur gonna do that 
True
i have headers on my headers website
massive has one as well
runtimebrowser can dump them
class dump can dump them
you’ll be doing that no matter what
they aren’t organized like an sdk
theos has headers
in one of its dirs
then add them there and PR
i’m working on something that should be able to generate a full SDK
with dylibs to link against and fully functional headers
struct names should work as well afaik
put on a podcast
or a youtube channel
or a youtube podcast those are great
official podcast, gus n eddy, the ones that dont try to act cool
stuff like manually editing several hundred headers is fun when u can shut ur brain off

Do not hook laysubviews unless you are laying out subviews


Ty, yeah I hadn't intended on keeping it that way either, I just noticed many tweak tutorials would say to use it so I tried it to see if it would work because I was having issues
JSON to NSDictionary/NSArray Online Converter
huh
real-world example: UITableHeaderFooterView is absolute garbage https://stackoverflow.com/a/23096543

one of extremely few places you should do non-layout things in layoutSubviews, because Apple writes terrible code
UITableViewHeaderFooterView does naughty things in -layoutSubviews, including changing the color of the textLabel. I wouldn’t be surprised if it changes the font as well.

true



true

gn
gn
gn
ok
Make sure to do bootstrap post install change first
Opencore deleted my windows efi partition
Nice
Super nice
Didn’t they make big changes in this update
Yes
My windows efi partition is gone
Other than that
Super nice
Gonna try to manually make a efi partition
Good luck to me
Lmfao
hackintosh tip: if it ain't broke don't fix it
Anyone know how I can create a ScrollView inside a ZStack that ends about 80px over the bottom of the screen so I can put a navbar underneath it?
what have you tried?
I've tried adding a frame property and setting maxHeight to .infinity, but there doesn't seem to be a way to subtract from that value.
I'm trying to throw together a visual of what I'm trying to achieve
and eventually
I want to be able to lift up the main view
to reveal some content underneath
frame and maxHeight of what?
The VStack that is a child of the ScrollView
It's really hard to get screenshots because of the sheer amount of nested elements in my swift project rn
Still not overly sure how to organize these yet
No need, I understood what you meant.
Essentially you set the VStack to have infinite height so it'll grow automatically in its superview. Which in this case would be the scroll view's content view.
The scroll view does automatic scrolling based on its frame and frame of the content (stack view essentially in this case), so if you want to add something underneath the scroll view then you need to make sure scroll view has the right size.
From what I understood, you want this view hierarchy:
...
| container view
| | scroll view
| | | VStack
| | tab bar
Dgh0st swiftui master too ? 
Not really, haven't used SwiftUI in my life.
At the end of the day everything is going to use the same UIKit framework.
Not watching the superbowl
Might watch it on my ipad rn
Btw fixed it. Made a efi partition. Reformatted it to fat32 and put the microsoft efi folder in there from my the overwritten opencore efi folder

Never again i will turn off bootstrap again
They shouldve made the transition from 0.6.5 to 0.6.6 more user friendly
After i update to 0.6.6 and 11.2 i promise i will never have another icon on my desktop again 
long shot but: anyone thats experienced with wayland (at the spec/implementation level) that sees this, ping me plase
Arent desktop environment supposed to switch to wayland
Only Gnome has support for it
and Nvidia GPUs don't work properly with wayland for it
I mean yes but no
What is it with you and Rev today
How did he scar you @vivid dew

My condolences
I only see yellow chicks


Nice
Developers developers developers developers developers developers developers developers developers developers developers developers developers
yo llvm 13 is in the works
hype
maybe they fixed fucking lldb and debugging remote arm64 android apps
had a very strong urge to send fr
thank you triangle
how to run
not work
make[3]: *** No rule to make target '/home/nyuszika7h/reprovisionfix/.theos/obj/debug/arm64/apple-ios.pem.63d3d67c.o', needed by '/home/nyuszika7h/reprovisionfix/.theos
/obj/debug/arm64/ReProvisionFix'. Stop.
how the fuck do I tell it to just include the pem instead of trying to compile it
lmao
What's a start menu
change ur wilecard
don't do .
do *.m
or whatever the fuck
how to fix ipad mini 2
hamer
hamer
POC
will be working on making it better and redesigning the whole UI.will be adding support to find callingmethod. special thanks to @grave sparrow for the script i am stealing off of him 
because i do not know javascript
Its an exponential equation
With a horizontal asymptote at }
That looks clean
True. Currently reorganizing 
All code should be easy to read rule of thumb
@pearl sail yeah obviously but there isn't any problem with having different length lines of code
i just like to write my code in small chunks and not have it jump around in length
this is a pretty readable example
and before someone says to use NSLayoutActivateConstraints the answer is no
I remember in HS a professor told me to keep all the code within 80 columns
If we went over that
He would tick of points
80 or 120 are common line lengths
\n NSLocalizedDescription = \"Error: Error: An error occurred.\";\n NSLocalizedFailureReason = \"Error: Error: An error occurred.\";\n OSAScriptErrorBriefMessageKey = \"Error: Error: An error occurred.\";\n OSAScriptErrorMessageKey = \"Error: Error: An error occurred.\";\n OSAScriptErrorNumberKey = \"-1743\";\n OSAScriptErrorRangeKey = \"NSRange: {0, 0}\";\n}
damn apple
moment
we really being completely useless today aren't we
Error: Error: An error occurred
what should we put when an error occurs
"an error occured"
ooh i like that i'm going to have it say it 15 times
krit we didn't play minecraft this weekend 
and then print an absolutely useless number
does searching that error code just not give u anything?
Sounds like fucking windows 
nah windows SDK is pretty good with error codes
the problem windows has is that its all over the place
iirc Windows stuff is based in C and C++
tho that has nothing to do with error messages I guess
No i mean windows and its bsod
OSA
oh no what are you doing
you can tell which parts of macOS Apple stopped caring about 1.5 decades ago
omg please clean up your desktop
Alright done
thank u
Made a folder in documents called filrs
Files
And symlinked to desktop
And now i put evrrything in there
Organized

see @burnt niche in all fairness
when I need to "clean up my desktop"
I make a new folder, name it as a space
and then drag everything in there
which of course means I have like 10 folders deep with an invisible name
pro tip: https://www.hackingwithswift.com/example-code/language/how-to-create-multi-line-string-literals
Learn Swift coding for iOS with these free tutorials
might add more testers when I release 0.9.1
and i gotta create an Orion/Theos server because the testers dm is pretty much full
feel free to use the dead #theos channel on my server 😂
what's orion ? never heard about it
finding which method is calling our method and which one is calling that one
Using swift for tweaks
fridagui 
Interesting
oh ok that sounds cool
Might change the name of it in the future. Like maybe a toolkit? Just trying to make a toolkit for beginner devs

That might no know how to use certain tools. And handicap them 
Not sure. Honestly this is just a POC.The goal is to make it really UIFriendly and easy to use and add as much as possible that will help people

!jumbo 
because nitro boosters can request emotes
since when is @undone nest a whitename
more than a year
only color role i had during that time is giveaway sponsor
and i havent had that one for months
No it’s cool
totally-is.spyware.lol

I was using your find calling method js file in a project.
I'm calling your mom
The linker trying to find the symbols that I forgot to define
[alt: The Weeknd running around looking lost] https://t.co/U6UcifItg7

@grave sparrow
True. I am just making it as a like a tool to make it easier
As in?

True. Although Code completion would be full of errors
Really?
Oh i get what you mean
Ah man. Terminal in xcode
Like in vscode
I might look into that.
Does code completion usually work in terminal tools
Never used any
@grave sparrow just use both targets
then it works
u need a target that isn't an external build system
If this actually works im switching to sexcode for good 
Making a sexcode theos template
@grave sparrow dm me
Yea sure
i totally don’t wanna know how to do it
i want to make sure it works first then first updated
gist*
I was jk. I am gonna try to add something else that isnt a cli build sustem
Probably could figure it out. I knew you would be the one to figure out code completion lmao
i only figured it out because i am lazy as fuck
I was gonna try to figure it out today for the first time thank god. If this works, thats gonna be amazing
Its gonna be so helpful for me
@grave sparrow you wanted a terminal thats integrated inside xcode?
Rip. I could try to see but i doubt i could do something you couldnt
i thought u hated neovim
i hated it for the same reason you dont like procursus
because people wont shut the fuck up about it
but now i used it and love it
neovim with ale ftw
ale 
is that nerdtree?
because i have yet to find a non shit one

nerdtree does weird shit
any better alternative? I switched from syntastic because it's laggy as fuck
i think it works well
could u drop ur configs
mine duplicates it
and doesn't close it
and its just dead
i can
thanks
i've used coc for the longest times
because they both support LSP
LSP?
language server protocol
thanks!
oh dracula
that's epic
my theme is just handled straight from iterm perferences
i use whatever neovim plugin manager i googled and found
true
im pretty sure fzf has lighter alternatives
depends on what u use it for tho
thank goodness
people that don't do this kind of thing just weird me out
i see u haven't used buffers yet tho
tabs
moment
it doesnt even work
i couldnt get it to fucking work
i think its because of ssh or my term or something
is there a mouse support plugin from neovim apart from the stock iTerm2 stuff
i think thats up to term
alright
oh yeah i still need to do libsixel for ios
ugh
iTerm2 scrolling is pretty neat
it is
i think my first real app project is gonna be a catalyst code editor
please
native code editor wen
set hidden
set encoding=UTF-8
i would add these 2 btw hayden to ur init.vim
whats hidden do?
cool
So neovim is the move now
neovim is pretty cool
@burnt niche neovim is the move just like undertale is the move
Dont pay attention to the community and its pretty good
be prepared to learn a lot for vim tho
it takes a while to truly develop your routine
True
its like one of the only ones that doesn't have some stupid issue
like vscode laggy terminal
i don't use neovim for everything tho
it is jay-z's name
@burnt niche anyways i still use many other text editors
True
my mission is to not install vscode 😄
vscode is still good because of caps sensitive find and replace tho
idk how to do it in vim yet
because of a lack of googling
Really?
its laggy af
and if you're one of those weird omz people then its even worse lol
I have terminal shortcuts set up so. Inever use terminal
i don't need shortcuts
i need to go to the terminal anyways
i can type the up arrow and press enter just as fast
Yea i use external terminal
yes
yuck
i.e. bloat
i use zgen
i use manual zshrc
Real jiggas use bash
all i ever need is the cute thing where u click the up arrow with ja and it shows all ur previous java commands





















