#development
1 messages · Page 516 of 1
yea i realyl should
if i hit the tree a little bit more to the side it probably would have fallen on me and crushed the car
omw to finish you off
scoop lives another day and is back to doing assembly
true
it looks like there’s no place you could have been in the front without being crushed
plus
even the impact should’ve killed u

I don’t think people die from airbags

they get broken noses sure
no just my car
f
i didnt hit anyone else or a car
thank god

they definitely do
airbags can kill small children pretty easily
also they literally explode so it's very hot and can burn you easily
yeah so can I but
lmao

true
troll.
scoop over here dying in car crashes and my biggest problem in life is my AirPods wont update

In some cases there have been situations where an airbag can explode while you are driving and kill you
happened to me once
scoop out here dying in car crashes and i cant decide what i want for dinner
L
if i had a passenger they would have died 100%
fr lmao
best part about dying, you dont need to make any decisions anymore
no doubt about it bro
good thing you have no friends
literally no way of survival
wtf
the worst part about this whole situation is that im on probation now
so i cant smoke weed

troll
how long
yea tru
it’s ok scup
idk yet 
scuup
every 3 weeks
does that mean you can’t leave AZ too
The court decides how long the probation is
and not in jail
yea but no weed tho
or can you
mashallah
f
o
@lethal ice im just glad your ok and that no one else was hurt 
thank u sir
i think i probably need to give my weed to someone so i dont get tempted

ill dm you my address

there are some fiends in my school
ill make a quick buck and send it back to you
the money, not the weed
ayo lemme hold some

you can get the mushrooms
give it to me bro it’s legal here plus I’m 1 state over
mf texas ass
wTF
Thaank you for your help!
lmfao
did you get it working?
not yet but i think i figured it out
/*
* The sections that contain "symbol pointers" and "routine stubs" have
* indexes and (implied counts based on the size of the section and fixed
* size of the entry) into the "indirect symbol" table for each pointer
* and stub. For every section of these two types the index into the
* indirect symbol table is stored in the section header in the field
* reserved1. An indirect symbol table entry is simply a 32bit index into
* the symbol table to the symbol that the pointer or stub is referring to.
* The indirect symbol table is ordered to match the entries in the section.
*/
seriously apple
I now just have to deal with cfstrings
let string = cfString as String
..........
how do i use this
not descriptive enough
how do i put the cfstring in there
do i just replace cfString with the cfString?
import Foundation
func convertToString(cfString: CFString) -> String {
cfString as String
}
should do the trick

how do i put a cfstring in the function do i do it like
import Foundation
func convertToString("CFStringHere": CFString) -> String {
cfString as String
}```
or ```Swift
import Foundation
func convertToString(cfString: CFString) -> String {
"CFString here" as String
}```
Learn Swift coding for iOS with these free tutorials
which one is it
are you going through the symbol table and reassigning each local symbol?
yes
fun stuff
it's easy
i dont think you need to change any of the dyld bind opcodes since it bind symbols relative to the start address of a segment
which one is it????!
you are using swift?
no
then dont use either
yeah I know
are you using objc
full context
actually, now that im thinking about it this probably won't work
i'm technically using objc
addressing strings is typically done like so: adrp xN, str@page; add xN, xN, str@pageoff, and it would be a shit ton of work to correct those offsets
let alone other uses of adr(p)
would require you to search every singe executable instruction in the binary and check if it needs correction
and now i have managed to overwrite every string with 0x0
where are you changing the values
data.__cfstring
still prone to the issue i described
looking at it in disassembler it doesn't seem to be like that
the address of __cfstring itsself is going to change which means all addresses that used to point to it will now be incorrect by however much larger you made __TEXT
Okay so I decided to test it by modifying a plain C executable so I don't haave to relocate selectors an all that
the question now is
why won't it run?
it just says "Killed: 9"
Which can mean 100 trillion different things
if you're on ios you probably need to sign it with platform-application
I'm testing this on macOS right now
m1?
intel
you probably still need to sign the binary
unless you turn off amfid
though i’m not much of a macOS expert
Is there a way to get more verbose information
don’t think so
check the syslog
@raven yoke i'm writing some code that parses the beta firmware pages on the iphone wiki, and i think i may have stumbled across some formatting typos
on https://www.theiphonewiki.com/wiki/Beta_Firmware/iPhone/10.x/4.7-inch, for 10.3 beta 2 and 10.3.2 beta 2, there isn't a bar on the new lines between the Keys and Baseband sections:
| 14E5239e
| {{#switch: {{{Device}}}
| iPhone 6 = [[ErieSeed 14E5239e (iPhone7,2)|iPhone7,2]]
| iPhone 6s = [[ErieSeed 14E5239e (iPhone8,1)|iPhone8,1]]
| #default = {{n/a}}
}}
{{#switch: {{{Device}}} <-- no bar here
| iPhone 6 =
| iPhone 6s = {{!}} [[2.52.06]]
| #default = {{!}} ???
}}
| {{date|2017|02|06}}
| [http://appldnld.apple.com/ios10.3seeds/031-97806-20170206-3CE28C68-EA41-11E6-9A53-66DAD45B5B9D/iPhone_4.7_10.3_14E5239e_Restore.ipsw iPhone_4.7_10.3_14E5239e_Restore.ipsw]
| 2,588,467,929
| 10.3 beta 3
| 14E5249d
| {{#switch: {{{Device}}}
| iPhone 6 = [[ErieSeed 14E5249d (iPhone7,2)|iPhone7,2]]
| iPhone 6s = [[ErieSeed 14E5249d (iPhone8,1)|iPhone8,1]]
| #default = {{n/a}}
}}
| {{#switch: {{{Device}}} <-- bar here
| iPhone 6 = [[5.49.01]]
| iPhone 6s = [[2.52.07]]
| #default = ???
}}
| {{date|2017|02|20}}
| [http://appldnld.apple.com/ios10.3seeds/031-98619-20170220-4565F930-F480-11E6-B2A7-B021E1925776/iPhone_4.7_10.3_14E5249d_Restore.ipsw iPhone_4.7_10.3_14E5249d_Restore.ipsw]
| 2,589,587,705```
i'm not too familiar with the format mediawiki uses so i wanted to double check to make sure they were actually typos before changing them
i noticed both of those firmwares are the only ones on the page that don't have baseband versions listed for both devices, would that explain it?
/cc @polar marsh
I’m not much good with that format either tbh but I think it’s ok. If there is no issue with it being displayed it’s right
It’s actually looking fine as it is tbh, so much be right
I think it has something to do with rowspan, not sure
doesn't look like anything changes on the page itself when i make the change, so ill make the change
nice one
wtf happened to Hayden
He's taking a break from stuff so I'm guessing he left
y'all @ the wrong hayden LMAO
I did - it gives an error about as descriptive as killed: 9
Code signing momento
Luckily though
I did get a slightly more descriptive error with lldb
"error: Malformed Mach-o file"
what part is malformed? no idea.
ok there's some overlapping segment somewhere
very basic question i know but i wanna get into the dev stuff and idk where to start
this is weird.
Process 6623 stopped
- thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x7ffeef3ffff8)
frame #0: 0x0000000100001f71 Binary2___lldb_unnamed_symbol1$$Binary2 + 4113 Binary2___lldb_unnamed_symbol1$$Binary2:
-> 0x100001f71 <+4113>: callq 0x100001f84 ; symbol stub for: printf
0x100001f76 <+4118>: xorl %ecx, %ecx
0x100001f78 <+4120>: movl %eax, -0x4(%rbp)
0x100001f7b <+4123>: movl %ecx, %eax
Target 0: (Binary2) stopped.
(simple hello world program)
fuck assembly man
ide for linux recomendations? i was just going to use vscode
OH i found issue
frame #262092: 0x0000000100001f76 Binary2___lldb_unnamed_symbol1$$Binary2 + 4118 frame #262093: 0x0000000100001f76 Binary2___lldb_unnamed_symbol1$$Binary2 + 4118
frame #262094: 0x0000000100001f76 Binary2`___lldb_unnamed_symbol1$$Binary2 + 4118
Do that
use the terminal
Theos uses a make file system
So you cd into the directory of the project
Then run make
shit i forgot abt that
or make package to generate a deb
VScode will work fine with anything, if you want to get into making tweaks Tale made a Logos extension for VScode
@lethal ice
Is there any reason why NotificationCenter wouldnt be able to send a notification between a class and the springboard? They are both injected into springboard but I cant communicate between my helper class and a hook
is classdank-dyld what all the cool kids are using nowadays for dumping headers
@lime pivot do you guys accept cli tools
no
they do not
tweaks and some themes
sad
shut up
@lethal ice how to dump headers
youre my google now
whats the other way to install it
download whl?
yes
just convert ktool to C
gm
how to:
1: google "python to C converter online"
2: use the converter
what are u trying to do
check if C:\Python3xx\Scripts is in your %PATH%
you installed something but there's no main method how is it going to run
its a library
shw
show
it is
check if ktool is in that folder then
ratio
@tepid olive i got it
it was bc the file was the same as the module 
stop using windows tsop being poor
trolla
@gentle crescent are you using iterm 2
ye
Doesn’t that terminal look bad
huh
true
what theme
iterm2

I use alacritty
you said you could give me your theme in iterm format
nfr
@merry glade cool
font lowkey ugly
eat shirt
I use SF Mono
jetbrains font on top
color scheme ⁉️

you'll be hearing from my Lawyer.
cant keep sexy colors like these to myself

that actually looks nice AF
sure just pay 6 small payments of 199.99
do you perhaps just have the hex to these
then there's warp
if i got ida for free i should be able to get fermi for free
which im uninsalling
wtf
p
pira
pi
soooooo with that logic 
and?
i am captain james cook when it comes to downloading things
i dont even think he was a pirate but
dont worry fermi will have nsa level drm to protect against piracy
any freeer options
nsa level drm???

im jk i dont think fermi will have drm
you say it like theres gonna be a release
maybe it will but its not even close to a quarter way done
Wtf is fermi
@lethal ice so about me beta testing
there is nothing to beta test
there is a problem
alpha testing
nsa got hacked before
no matter how secure it is, someone will find a way to crack it and distribute it for free so its probably not really worth the effort
that logic doesnt apply to tweaks really which is why my drm go hard
how to stop people from cracking your program:
1: distribute it for free yourself
2: no cracks
how to make money:
- sell your program
- ignore the cracker community entirely and focus on the revenue stream from the loyal customers
True
based
im a cracker
nfr
i can say it
so hear me out, we skip the "find a way to crack it" part, you send me a test build and i distribute it
bro there aint shit to test
how did u get ida for free
god damn looks like https://armconverter.com/binarytools/ went down
used to have class dump built in
it isn't piracy if I crack it myself right 
no its probably worse than piracy legally
That, we will never know
it is but we don't talk about it
It's going up there with the "what is the meaning of life" and "why does ida cost so much" questions in terms of answerability
WebAssembly-based classdump would be sexy
hex editor

hex editor
send me the binary
hex editor.
i will not use a hex editor
how tf u gonna dump classes with a hex editor
they're in there somewhere.

in data segment.
uhhh
its all type encoded and shit
there's a couple objc sections with a shit ton of data structures
also there is an issue - the binary only runs directly. dlopen will crash
this is how i reverse engineer
im remaking harmony
give it the write access
to 0x0?
just give it good access
i didnt even notice that
cock access
uninstall reinstall
What
they said to uninstall and reinstall dlopen
plot twist you are using the segment extender to automatically inject malware and adware into packages that you are uploading to your piracy repo
LOL
that'd be
so funny
hahah yea 
@proper reef ill send you my discord token logger if you wanna include that into the extended segment
no
plot twist: segmentation fault: 11.
Don’t even get me started with seg fault
frame #0: 0x00007fff726f5ea2 libobjc.A.dylib`prepareMethodLists(objc_class*, method_list_t**, int, bool, bool) + 101
libobjc.A.dylib`prepareMethodLists:
-> 0x7fff726f5ea2 <+101>: movl (%rbx), %eax
0x7fff726f5ea4 <+103>: andl $0x3, %eax
0x7fff726f5ea7 <+106>: movzbl 0x37d9af62(%rip), %ecx ; fixed_up_method_list
0x7fff726f5eae <+113>: xorl $0x3, %ecx``` be like
what's a codebsdr
I’m developing a code base and dude kept reporting seg fault without crash log or dmesg then by the time I replied he was asleep, it cat and moused for a few days until I finally got the crash log…
oh codebase*
how is theos swift like
Anything theos is 🗿
lemme guess: segfault caused by something stupid
@indigo peak how is harmony but not shitty going
hopefully class dumped
we love react native
nope lmfao
ouch
It was caused by a massive api change in one of my depenencies
Just forgot to change it to the new format in some places that only affected his environment
now i have the segment extended i have to write code for the segment
@lethal ice i got what i needed without dumping headers
i brute forced it until it worked

ok got it to run code
que
nvm
15.0.1 vulnerability guy is getting destroyed on twitter rn
imagine if this guy is kernelteamios 2
Because it wasn’t a vulnerability
lol
OMG LIBIMOBILEDEVICE RCE 2021?!!
ok now i have the code injecton working but i have to also modify the code at runtime
im making a discord theming shit thing
like harmony
so would >= 12 be best
and ios 14 has native color picker?
Yeah
hmmm ok
You just present Alderis’ ColorPickerViewController or UIKit’s UIColorPickerViewController
a PSListController is a view controller, you can just call presentViewController:animated:completion: on self to display whatever you want
dgh0st i dont want to hear a single "bruh*" come out of you
A text view is the best color picker
Text Color: *Enter a hex value*
The best solution as the developer is knowing you’re always right and not offering user choice
In other words, the apple strat

Make a color tweak and don't let the user pick the color 
Sell individual themes as extensions to the tweak
And charge $2 for each of them

its beautiful
sell each color as a different tweak
each of the like 16 million colors that the screen can display
you can buy 000000 all the way to ffffff
yep
FFFFFF is free though, nobody wants light mode
only green + red deriving colors on sale for christmas
during halloween any orange based colors or dark colors are 50% off
And then have a rainbow style that you can only unlock when you have collected all the colors
yes
or finally give them a color picker
spend 1k on colors and then get rainbow
nah bc thats more work for the developer
once you buy each color you get the picker
once you buy 000000 -> ff0000 you get the red slider on the color picker
and it stops working after a week
also i got the segment extension done
Nice
you really thought this through havent you mr patel
Nope just came up with it rn
hes a genius amongst men
i didnt know dgh0st was so attractive wtf
look at those jawlines

mf went #define jawline
Lmao
now i just have to make the code work
- every developer ever
- every "developer" ever
i extended the segment now i have to just add code there to change the next codes
@twilit jungle i figured out that DCDThemeColor contains all of the colors for discord
so like
+[DCDThemeColor TEXT_NORMAL]; returns the UIColor of the text
true
so %hook DCDThemeColor +(id)TEXT_NORMAL { return yellow; } %end
makes all the chat text yellow
it has a bunch of colors
yeye
true
ill be like snowboard
how it has extensions
the base tweak will just be a title
and then each tweak adds new colors
and you have to pay for each hex color for each tweak
so you payed for ff0000 on text
too bad, you have to pay again for the background
the feeling when __text writable so it cant run
@vivid dew do you know how i can return Data in a vapor request
the docs are incredibly confusing
Chariz would love to support you on this 🤝 /s
real
twickd would love to have me on this (no /s)
twickd is a sad excuse of a repo


how do i reinstall dlopen
face reveal?
the reveal

Alright guys I need an idea. I have a helper class that runs in the springboard. Once it finishes a process, it fires a NSNotification, which I have setup to be received within a springboard class. However, the class does not respond. The tweak is injected into springboard and it is technically the same application so NSNotification should work. Are there any other ways to trigger external functions outside of NSNotification?

:/
I cant call the specific instance method
Hold on let me try to explain in pseudo code
import Orion
hookedclass: ClassHook<Foo> {
func viewDidLoad() {
orig.viewDidLoad()
NotificationCenter.default.addObserver(self, selector: #selector(newMethod(_:)), name: "post", object: nil)
}
// orion:new
func newMethod(_ notification: Notification) {
// Stuff
}
}
class MyClass: NSObject {
func myMethod() {
NotificationCenter.default.post(name: "post", object: nil)
}
}
Swift moment
This is using swift with Orion, but I built the same thing in Objc and had the same issue
yah I know, I wanted to test it out. So far its not bad except for Objc completion handlers.
Those are a pain since the headers just say id, and swift dont like that
I mean you can replace it with an NSBlock
I do
Bet, what are the standards
oh god, gitbook updated and ruined our site theme
Can I dm you abt one of the requirements 
bar isnt as bad
you sure can
I could, it is just messy
but regardless, I guess I don't need it at all
I can call my function another way and it works just as well
call the function inside of loop couple times to make sure its called


I will not fix thy bug.
i have a feature request
Please send all feature requests to spam@anamy.gay

no + ratio
What bug
The fact you use c

who here runs ida in wine instead of a vm, i got a question
if anyone does, have you gotten bindiff to install on wine?
pls give tutorial
you finally found the theme class
yes
theres a funky little thing called DCDThemeColor and it has a TON of colors
+(id)TEXT_MUTED {
return [UIColor colorWithRed: 1.00 green: 0.78 blue: 0.17 alpha: 1.00];
}
%end``` so this actually does something
HEADER_PRIMARY join and leave names
HEADER_SECONDARY x
TEXT_MUTED reaction count text
TEXT_LINK link text
TEXT_LINK_LOW_SATURATION x
TEXT_POSITIVE x
TEXT_DANGER
INTERACTIVE_NORMAL
INTERACTIVE_HOVER
INTERACTIVE_ACTIVE
INTERACTIVE_MUTED
BACKGROUND_PRIMARY main chat background
BACKGROUND_SECONDARY reaction cell background + embed background
BACKGROUND_SECONDARY_ALT
BACKGROUND_TERTIARY
BACKGROUND_ACCENT
BACKGROUND_FLOATING
BACKGROUND_MOBILE_PRIMARY
BACKGROUND_MOBILE_SECONDARY
BACKGROUND_MODIFIER_HOVER
BACKGROUND_MODIFIER_ACTIVE
BACKGROUND_MODIFIER_SELECTED
BACKGROUND_MODIFIER_ACCENT
INFO_POSITIVE_BACKGROUND
INFO_POSITIVE_FOREGROUND
INFO_POSITIVE_TEXT
INFO_WARNING_BACKGROUND
INFO_WARNING_FOREGROUND
INFO_WARNING_TEXT
INFO_DANGER_BACKGROUND
INFO_DANGER_FOREGROUND
INFO_DANGER_TEXT
INFO_HELP_BACKGROUND
INFO_HELP_FOREGROUND
INFO_HELP_TEXT
STATUS_POSITIVE_BACKGROUND
STATUS_POSITIVE_TEXT
STATUS_WARNING_BACKGROUND
STATUS_WARNING_TEXT
STATUS_DANGER_BACKGROUND
STATUS_DANGER_TEXT
SCROLLBAR_THIN_THUMB
SCROLLBAR_THIN_TRACK
SCROLLBAL_AUTO_THUMB
SCROLLBAL_AUTO_TRACK
SCROLLBAL_AUTO_SCROLLBAR_COLOR_THUMB
SCROLLBAL_AUTO_SCROLLBAR_COLOR_TRACK
ELEVATION_STROKE
ELEVATION_LOW
ELEVATION_MEDIUM
ELEVATION_HIGH
LOGO_PRIMARY
FOCUS_PRIMARY
CONTROL_BRAND_FOREGROUND
CONTROL_BRAND_FOREGROUND_NEW
BACKGROUND_MENTIONED
BACKGROUND_MENTIONED_HOVER
BACKGROUND_MESSAGE_HOVER
CHANNELS_DEFAULT
GUILD_HEADER_TEXT_SHADOW
CHANNELTEXTAREA_BACKGROUND
ACTIVITY_CARD_BACKGROUND
TEXTBOX_MARKDOWN_SYNTAX
*/```
yea, i ran across that when i did fuzzy find on the headers. good luck with react 
i didnt finish going through all of them yet
did you acquire the json whatever the fuck bundle there is
hah no, i manually typed all those out
i opened the binary in ida and i found all the methods that started with +[DCDThemeColor
and i copied them
line by line

lmao. i might fork dsdump because it is superior

it probably would have been easier to use a header dumping thingy
but i chose the fiore approach
i like dsdump since i can dump all headers in one file and just grep shit
true
i do
that does make it easier
wineskin
does bindiff work?
idk
it doesn’t install for me
haven’t tried
the usual
can you try 
fair enough
muchas gracias 
i dont speak spanish
me gusta burritos
me gusta la cock
and i am not talking about the shortcut developer
yes very good, me as well, i enjoy it alot 

pls ignore this
Cringe!
Text color change!

eggcrypt
Rare picture of Dgh0sts keyboard
deadass
@indigo peak are you making harmony 2
yes
Harmony 2: Who the fuck is Revulate? Edition
make it so the text matches their name color
pls no
Please add a feature where messages from users without Member One or higher are automatically hidden.

im making it so any messages from dgh0st are hidden
member ones need help
yeah they need help going outside

fiore quit watching big bank challenges on tiktok and give us harmony2
lol


The dad didn't do anything
He just went out to look for some bread
14 years ago
he made a promise to him or some shit he will become a ninja or some shit idek
and he goes on the ship lmao
Bruh this aint Naruto

or a police officer bruh idk
i want an anime about programming
where the protagonist has to fix bugs with some sick anime music in the background
DGh0st Patel is my father

with like this in the background https://open.spotify.com/track/47IJAEuqiu4r1dEoEExfMA?si=199a17a002eb47a2
no, i have something better 
Just done with all the stupid questions in the comments guys.
Song title is the video title
Original song is "Darude -- Sandstorm"
This is one of the DJ Detweiler songs that was taken down.
I DO NOT OWN THE SONG.
I DID NOT MAKE THIS.
THIS IS A RE-UPLOAD!
start from 1:15
wait for the drop at 1:30 
i hate weeaboos
he went in ham with the flute
i dont think that was a flute 
yes we need to find a different service for a14/a15 on iOS 15
on iOS 15 AppleCLCD is missing for a14/a15 it was moved to the DCP
its still exploitable just need to find the correct service

lmfao
:frstache:

@hardy glen i know how to make harmony2 i just dont have the effort to do it

one of these days im going to block dgh0st
@tepid olive triggered poc on a15 😎
thats the day i will block u.
imma leak this to iMusem (top secret) brb
no one blocks dgh0st.
no u are ok
for now
compared to many others
!jumbo 
on a15 its coprocessor codeexec
AppleCLCD -> AppleCLCD2 = Apple DCP CoProcessor Exploitation on a14/a15
What does the code 2 in EXC_BAD_ACCESS (code=2, address=0x100001f69) mean?
you are most likely accessing released objects
I'm not (there's no objects to access)
where is that from
?
where is that crash log from
lldb
yeah I'm trying to fix that issue but I don't know what the code 2 part means.
its giving you the address so it should be helpful
just normal debugging tips you would expect
how do I export a swiftui app into a valid ipa via xcode
it runs fine via xcode build run
but if if I sign and zip the product externally, it fails on ui scene stuff
pls halp
@faint timber built for release?
i'm currently writing the odysseyra1n script but with dialog
for the lazy fucks
wha
have you ever installed debian
but like old debian
something like this
there are no options tho

it's just prettier odyssey-bootstrap script
i'm just bored
Okay I fixed my thing - almost
nfr
it segfaults when not running through lldb
but when i run with lldb it executes normally
because of course it only executes normally when i have a debugger
Maybe I’m not setting the registers correctly
Someone sent me an executable for a nodejs application, I'm assuming it's a token grabber from what I could see by running strings on it, but I have no experience trying to decompress compressed nodejs applications. Does anyone know a good way of going about that.

forgive me, I don't associate with js
forget I said anything
no such thing as a compiled js app, they've very specifically decided to obfuscate it with something
lol ya I get that js is not a compiled language, sorry I worded that poorly. I meant that it was an exe file
is it a binary? or just a really obfuscated js file?
aha
7-zip might be able to extract it depending what it's been exe-packed with
Interesting I’ll try
node has a feature where you can package the node interpreter as well as your dependencies and code into a simple exe file for end users to run

huh. guess they got jealous of go lmao
I would guess it's just node with a virtual hierarchy of your js file + node_modules/ though? so nothing that unusual, and should be easy to decompile
Any1 there
??
Guys how to add iptables command to shell file
Or how to add port blocker inside tweak.xm
Some1 ask now why u do that
Lmao
Shut up
ok
shut up
we aint helping you make a paid tweak that just blocks 1 ip so i think i know who the “ass hole” here is
-.- u r wrong but ok
ok sure
Second of all i dont try to block ips
Is it possible to intercept lockdown messages sent from macOS to iOS via SSL? I'm trying to figure out the exact messages Console.app sends to the syslog relay lockdown service to see how it requests the inclusion of info/debug level messages.
We should start refusing help to those who want to make paid tweaks for a couple of lines
bro is literally becoming a twickd developer
lmao
couple of lines
yea lmao u laughing at yourself bro
Yea true
it’s no more than 70 I can assure you
ok bro and you clearly haven’t done the blocking part and that’s what I’m counting lines for
i can make it easly with shell file too
but the shell is not working correctly
easily*
Good 👍
shut up bitch
go back to posting random anime girls
You are one dumb mfer
stfu
“It doesn’t work in shell” because the binary ain’t even there
Ass hole
of course he is from [country name redacted]
filza dont even suport iptables
.
@restive ether “filza doesn’t support a cli program from an sh file”
this mfer is super smart as we can see
i would ask in the official turkish jailbreak developer facebook group
they have much more helpful advice than you can get here
You literally said that filza doesn’t support iptables

It’s not in stock ios
neither is it on any repo from what I know
[[iptables]]
Xd

Nothing
Send the other sh file then bruh
what alternative commands i can use
you can @verbal terrace
my bad its not about blocking ports
im searching at there about last 2 days
and there is some tweaks but none of them for ios 14
Also there isnt any way ithink
There is way to block ips

man wtf
He ran commands from an sh file, it said command not found, and he’s tryna blame it on filza

you?
ok and
Took you two hours to come up with that
i just made researches

white.
developer
maybe joe
i’m top dev
so im using a nrf app to change my bluetooth devices uuid

Bro I was in the shower
bluetoothid command line wtf
step 1. use bluetool
step 2. phone blows up
can I hook a class that has a name like _TtC9MyApp20HookedClass in this way:
%init(HookedClass = NSClassFromString(@"_TtC9MyApp20HookedClass"),
```?
logos innit
last one, how do I access an instance variable (of type NSString) while hooking a class method?
sorry for my noob questions
first you dig a hole about six feet deep
think I made it: id &myVar = MSHookIvar<id>(self, "_myVar");
belief in philosophy
yeah, no. self refers to class here not the instance.
i'm going to put gh0st in a jar
how do you know I am not in one already?
Cause you would be very worried if you were in a jar and @vivid dew knew about it
How do you know we aren't in the same jar?
Cause I would be killing myself very quickly if I was 
Yeah thanks, I found your same answer lmao https://www.reddit.com/r/jailbreakdevelopers/comments/ad8q36/comment/edeu5h9/?utm_source=share&utm_medium=web2x&context=3
2 votes and 15 comments so far on Reddit
so noone is going to talk at all and think its okay
is there something like crane but for macos
need to manage like 1 million different things on one app
hate logging in and out
what are you referencing
Quick and dirty if [ "$(which ssh)" != "" ]
theres an account switcher plugin for better discord. i usully use crane for discord to switch between accounts for school
i think you do need
just came to check the chat and noone was talking 
make it posix 🙄🙄
didn't include since iamlazy
oh

wait no
if [ "$(which ssh)" != "ssh not found" ]; then
<code goes here>
fi
it’s okay bro, just waltz over to general, get depressed and yeet off discord
most of the time, i start losing my sanity in general
@tardy narwhal ich mag deinen neuen profilfoto
what he said ^
oh no my declension
muy bueno profilfoto
9/10, you were so close
@tepid olive this should work for any linux that have which
The other method involves checking package manager which is pretty lame
nein
vielen dank gurl
wtf
beauty is pain bro
who wants to try my new hair removal tool https://cdn.discordapp.com/attachments/850861695236308997/897604524255096862/red.mp4
else
or remove the !
if [ "$(which ssh)" = "ssh not found" ]; then
echo "ssh not installed"
fi

nfr.
what in the fuck are you making in your labratory 
heroin
Yes please





