#development
1 messages Β· Page 388 of 1
@tepid olive

lol
my favorite is that lldb breaks on caught exceptions
I am glad we don't use exceptions at work for our c++ codebase. Maybe thats because the project is older than c++11
OH SHIT fuck google speed test
rather than just uncaught
hi krit
out here
wtf
krit goes from no internet to too much internet in a week wtf
rip my hard drive space over the next week
gonna download so much shit
just to download it
then delete it and download it again
i can download an ipsw in like 8 seconds
true
let me test that actually
lol you are living in 2019
nah i am living in an area where cox has shitty speeds

dont mind me - juggling 3 active ISPs with an sd-wan
a
wtf
Nor is that download since all services literally limit the connection speed but here we are
gigabit connection to my macos server now though
as long as its not being limited but it shouldn't be
n i dont get an ipv6 block but i can just
vpn into my server and use its block
with no slowdown bc gigabit
alright time to play tf2 with 10 ping
spotify is so fast
i've been living with megabit internet for my entire life this is a mindfuck
tf2 true
ive been playing more recently
got almost 5k kills on my knife by now which is probably nothing compared to your stranges
yeah they're absurd
people keep trying to trade me for it
this is my most expensive non-hat item tho
Cute cat
i play soldier spy and demo thats about it
it's gone up in price
bought it at like 550
krit can i install a rat in your computer for my botnet. i need the extra power
key is 2.50
o
or $2 aftermarket
oh true
wtf just realised krit isn't a dragon or selfie
I mean maybe she's a cat idk
a facade
i am a sentient iOS 4 ipsw
theoretically the upload/dl speed will do nothing for tf2
i think it caps it at like
195kbps
auto layout?
^
need more info
use autolayout
@lime pivot Are you the dev of Cephei?
alternatively yell at everyone with an SE and move on
kirb is the dev of another color picker
theres so many of those
mood
rip
what did krit design?
a personality
designed some code
yeah have u seen https://github.com/kritantadev/chapters
code is cleaner than most ppls release post images
Developers developers developers
when my 'writing really clean code' phase started
i dont think i've actually written any new projects since chapters
excluding velox14 which is also clean af
my ping in tf2 is higher
like 2x higher
loll
I've been looking back at all the code I wrote at work and god damn
having to deal with pr reviews all day everyday at work results in cleaner projects all around, even outside of work
I always told myself I write non-shitty code but you can really tell once I really got into the groove of the codebase my code was always the neatest
I hate patting myself on the back purely based on perspective though lmao
i think its reasonable. I browse my code on github when ppl leave issues and stuff bc shits beautiful
we have 2 guys replacing me who just started and I'm just ugh, realising I'm not in the mood to argue about code style
maybe it's because they're replacements rather than that I'll be working with them for years to come
but I just hate holding up code reviews because oh you tab indented the case statements when we usually don't do that
just have clang format all your code, simple
CI linters are a good solution to that problem
the specific way you like it
pipeline failing bc linting, dont review untiil passing. forces them to do it without someone saying it
at work we lint 100% of projects for this reason. no one ones to nit about formatting but it def matters
though I will say, you probably wont be satisfied with what the replacements are producing by the time you leave... just cuz it takes longer than that. you'll probably have to live with accepting mediocrity and check out
Xcode also sucks dick about things like this
storyboards consistently cause merge conflicts if more than 1 person has to edit the same file
auto uncrustify on push
just because frames get recalculated as a fraction of a pixel shorter or longer
all of them
this will not be solved in our lifetime
I get the feeling that SwiftUI is Apple's admission of giving up lmao
try getting a UI team to agree to that though...
now just to wait another 5 years for SwiftUI to mature
not feasible in UI-heavy codebases
was more a joke but also how i operate
there's more UI than business logic
I still wish for Android layout XML on iOS
it just fucking works
no merge conflicts
the visual designer tool generates clean XML that follows your existing code standard
b4 apple forks git and adds convoluted storyboard support that never gets upstreamed
seems like a more feasible solution than fixing the frame shifting bug it seems
if they did it it would be a weird binary plist format that still fails to merge just to fuck with you
fine have xml - but its compressed bxml
gl
can't be any worse than pod install regenerating the entire Pods.xcodeproj whether anything changed or not
including giving everything entirely new UUIDs
and sorting them in completely random order

git takes one look at your Pods.xcodeproj/project.pbxproj and goes fuck is this shit
π°

neat, Bitbucket just said fuck this shit and gave up early
bitbucket doesnt do big diffs well
if you "upgraded" to the new diff, but its not 1:1 on feature parity with the old one
i wish github had jira support, at least minimally
I'm really so sick of how Atlassian works
i have no complaints - i like jira and the bitbucket integration is very tight
auto linking between tickets and branches and stuff is excellent
stranglehold on the industry means they can work slowly, probably wading through hundreds of thousands of lines of Java that were last touched in 2004
my manager looks up and yells out their market cap every time Jira fucks up
$58.675 billion by the way
github issues feels lacking in comparison
$58,675,000,000 and Jira and Bitbucket are still a clunky mess
and a customer of my company so I wont talk shit publicly lol
Confluence at least has improved significantly with the new editor
atlassians uptime is a mess
counting the days until trello goes away
i bet coolio could speak to some horrors in those codebases
@twilit jungle i cant use [tap release]. and custom view release. is it fine if i just remove that?

Yes, thats how you release memory in MRC. You are not suppose to do that if you are using ARC.
wouldn't that cause memory issues if i did it like that?
With ARC it would since you would be telling the system to release it and then ARC generated code would also be telling system to release it. Essentially double release, hence why ARC doesn't allow you to do it.
just do it ((void (*)(id ,SEL))objc_msgSend)(tap, sel_registerName("release"))
ghost ur a legend
Whatβs the cardinal sin of tweak dev
layoutSubviews
system()
What did i just witness
excessive privileges. Its scary what tweaks can do, and users just blindly install them without vetting. its kind of crazy that before you download a tweak, you cant see what its about to inject into or which entitlements it will inherit
lemme be scared of everything I have on my phone
DRM that is not silent.
lemme be scared of everything I have on my PC
im trying to convince some repos to implement an audit-like service that shows info about tweaks
giive it a repo and see what each tweak will inject and which entitlements it will possess
(before installing)
yeah
even closed source tweaks?
I just wish people open sourced their tweaks
yeah even closed source

@nimble parcel what about paid tweaks
well
its gross that ppl release paid/closed source tweaks profiting of of free OS jbs
i open sourced every paid tweak and made $$
Even with that the average users are not gonna go looking at the source of a tweak

ofc not but devs can
true
yet so many of the hardcore procursus supports want unc0ver open source so badly
Yea... idk about paid tweaks. Since it ll be easy for pirate repos to compile
and have brought along a bunch of users who don't care
They ll do it either way lmao
@gaunt mesa please send me your .clang-format
repos could also do dynamic analysis of tweaks to auto-determine hooking coverage and possible malicious stuff
well it depends, u can usually take out one important file
like 1% of people can compile it tho lmao.
i haven't used clang-format in a while
u0 should definitely be OSS imo
still good enough
It's not that gross to me, after seeing so many "gross" devs just steal code 
well ur a developer 
Lmao i am gonna take out tweak.xm
why do you open source if not for people to learn from and re-use?
are you stingy about existing code
^ plus the trust factor
it results in better products all around
how do i become krit
if i open source for people to learn from, it doesn't mean straight up copy paste and sell (again)

literally this
Well im not sure about that. I feel like people do hoard info in the community.
well yeah
Some people are really cool though
just license it under GPL ez
info hoarding is a thing
if you're open sourcing a paid tweak thats the best option imo
people don't care
well if they can succeed in that it means your project was lacking right - whatever they added added value that ppl want
it fits imo
and should happen
that takes too much time
I mean sure open source it, but procursus support won't ever come for it cause elu exists
DMCA exists
release full code (maybe minus drm) and just dont include makefile
DMCA a closed source paid copy paste of ur open source tweak 
unless i care about the code, which i start doing after gh0st guilt trips me into writing good code

every damn time
Or not include tweak.xm 
90% of "multitasking/windowing" tweaks rip code from a tweak i wrote 6years ago.. and its a good thing
buddy...
because those tweaks are cool
well if it's obviously copy pasted then yes
and other devs have supported themselves with those projects
who are you
how would u DMCA that
github DMCA is complicated
true
ok but ripping code should not be the way
, you can learn, but rip 
well it wouldn't be on GitHub if it was closed source
lets just make our own community
I mean in that sense, it shouldnt be bad to reverse paid tweaks 
disagree. i learn by copying and editing
true, thats why i refer everyone to frcoal's tweak development guide
call it breakjail
it's not like you need to prove you disassembled the tweak, you just need "good faith belief" that it infringes your copyright
appreciate it
DMCAs are time consuming
@tepid olive who are you
unless the other person wants to file a counter notice, they don't have much other choice
@eternal crater
but now idk what's going on
Honestly i am not sure if paid tweaks should be open source. The piracy repos would be even more successful if that were to happen
on a stick
j*les
lujes
@nimble parcel gm kirb
who
wtf is happening
who is jules
Lol

someone please just fucking answer its a simple question
we don't know
ok
gm bi
@nimble parcel bi 
Several people are typing...
One of the legends in the community
I mean, it's an interesting concept, at that point it basically becomes an optional donation but people are still not allowed to copy it without making their version open source too
bifecta
wtf
/nick Several people
WTF
monofecta
is there a real development channel here
WTF
nfr
pentafecta
@robust radish this is it but the actual development happens while everyones making jokes
wen eta pentafecta
I mean this channel is really helpful
and 90% of the people sleep
For me
can confirm itβs 5:53 AM
true
Just come in when ghost is in here. And boom u got help 
@modera
moderna
i decided to first go to sleep, but then i remembered i need to charge apple watch to track sleep to get a good schedule
virus
i have that person blocked so i see a stream of "1 blocked message" (what a dumb system..)
so im ruining my schedule to get a good schedule
discord moment
and i forgot i took a tweak to make on today
from my understanding this channel is literally the best place to get apple dev help lol
so i have to actually make it
Who?
can we ban althiometer from #development
true
@restive ether he said true
@tepid olive false, i know some place better
please do it
Yes
thank you
true
are u talking about dead server
or backroom

rev's server is beyond dead
if you amend that to jailbreak dev then yeah
i have better luck on the slack

I feel like Iβm gonna be stuck giving tech support for the next year once Orion is out
if you can see this message you are in the server
#686988937536995449 message
leakers
couldnβt find a proper apple dev server anywhere so yea
just kill yourself online and come back as asomeone else

It has Documentation already? Right
you will hide soon with us in [redacted] its ok
tfw nfrcoal

satoshi nakabir oberai
true
come join us in dubai
true i will pay
wyd in dubai
overview of the mach-o executable
everything, except have a life




gm
gm
Burritoz the shortcut developer. Bro im a big fan. Ur a legend. Cant wait for wwsc21
if you're being serious, thats not me
<@&534820002251931678> when is setup battle voting 
Burritoz the shortcut developer. Bro im a big fan. Ur a legend. Cant wait for wwsc21
Lmaooo
Better than that idiot burrit0z who just makes catgirl widgets
true true shortcut dev
definitely not reading apples macho-o docs
true

20 year old ones
But why
to learn about mach-o in full
I like the other burritoz better
lmaoo
His shortcuts are goated
rit
z
does it have ppc
Uhhhritoz
what does ppc stand for
PowerPC
oh
renai the skier(tale)Today at 7:34 PM
pussy penis cock

wtf

yeah i have a client to add real names
power cord is trash
lightcord
canary is bad
Breaking news Ge0snow here. Ios 14 jailbreak for a13 devices is out released by burritoz the shortcut dev with a shortcut exploit which installs a shortcut based frontend package manager which only installs shortcut tweaks.
nah that's goosecord
huh
I have goosemod*
this
what is that abominatkyomb
i honestly liked this one the most
yes
How does everyone and their mom have IDA
yes
true

ikr this guy doesnt even need it

who me?
yes






how does everyone and their mom have photoshop
When mfers doubt u
true
lol tell me, what are you reverse engineering
im interested
to see
to see what you do that requires ida
flex bro
Just random shit to practice
iβll need to use IDA to try and get my school systemβs API done used and properly by reading off the app code ig
Also this app only allows you to record videos
So i added an option to send videos from gallery
I didnβt
nice
I fully recreated the api which is most popular in the UK with Flex and Firefox tools
lol
LOL all the people in the message list are men pretty much
Hes goated
do u play?
iβve understood properly how to log in but i doubt iβll be able to fetch grades properly
Actually i have a auto send option as well. That only sends messages when matched with girls
Do you want some pointers etc
imagine not being in the fugitives regiment 
sure
Itβs painfully simple in reality
I also have save chat pictures. And never expire timed pictures
Weird shit
For practice
my school doesnt have a centralized grade tracking system unfortunately
all the teachers choose their own place to put grades

Does it have a website version?
Real shooter
yea
The UK has Sims run by overnet (and funded by the government), and for the cheap of Β£1200 students can unlock the EduLink app. Which is essentially just a browser to a shitty api 
@tepid olive most of the shit i did was because of ida since i had to look into the server api
i probably shouldnβt send the website because it has literally all my school name info in the homepage
Just open the dev tools, network. And watch each request. Look at the headers and then look at the response. Odds are itβll return a json dictionary which you just need to parse in code
And also sometimes i use it to look at springboard or uikit
lol
Considering mine is country wide itβs not really a problem if I share it
dev tools in firefox?
yes
k
even safari works
safari has dev tools? didnβt even realize 
don't care
https://github.com/CharlieWhile13/libCentralis
Hereβs the Centralis backend for EduLink, might be helpful for playing with stuff
ok
Now i am off to reverse burritoz paid tweaks
lol
Lmaooo
nice
To be honest
Iβm not sure if what Iβve done is technically legal
@tepid olive found ur alt buddy
CentralisKit.framework pls
pee
pee

Chariz.framework
false, a npm module that returns true
CharizKit eta wen
true
same
chariz sex toys wen
Thing is. Overnet have no documentation on the API. They have no license or anything saying you canβt. They havenβt responded to me on Twitter or emails. The Centralis app doesnβt do anything wrong. Thereβs no reason for them to be mad at me, right 

I have multipla open in ida rn


@lime pivot sarcasm tokens apply on discord too
same
sorry i meant mr snrub
they can claim accessing their API is unlawful access to a computer system if they really want to
Well yeah they could because it technically is
but otherwise it's all publicly accessible shit
also i donβt see any jsons sent lol

and they can't ding you just on reversing and using an API that's available on the public internet
Well itβs getting the data somehow, the network tab shows every network request
you can literally patch a few bytes and crack it LMAO
REST APIs 
it seems they donβt use anything apart from .asp files lol
but they can say you used it to do X Y and Z which are not authorised uses of our service
zed
z
I havenβt released any back doors I have, the app is purely just using the same endpoints
so yea ig iβd need a scraper for this
zee is disgusting nt
bruh
personally I think if someone uses your "private" REST APIs then tough shit

Fax
Technically it isnβt private
anisette be like
but companies think you're a hacker and you're gonna do something terrible
have fun with them modifying your hosts files
Good thing I dont pirate
I looked on their website, if you pay them Β£10,000 a year they will give you access to a dumbed down version of the API
Iβm not joking
so like musixmatch
Or you can use the tool julio made @tepid olive 
except i pay
lol
@burnt niche if you actually have multipla open, do try to crack it, it is good practice for RE
Iβll actually finish Centralis one day
burrit0z
gm
I canβt show speed comparison cause school and stuff but itβs ridiculously faster and better looking
can i distribute multipla 1.0 source that's probably in my bin
I donβt actually have it open. But maybe in the future
jk
no
its bad code
Fultipla coming soon. @gaunt mesa send it my way

it's in leviathan industries rn
sorry
Soon ill have a paid tweak and ill ran away with first week sales and never give support 
ill crack it for you
so ur daniel volt
and send to hack your fridge
good to know
Lmao
huh
Hack ur fridge
Limneos jr
I actually came up with a fantastic cash grab Twickd tweak earlier
i have cracked a mac app 
While I was in the shower
But I canβt fucking remember what it is now
And I hate myself
damnnn i would've used my alias and made bank
Mood
Im making a nice reachability tweak
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
E
Twickd change grabs are so easily done 


Ngl
Any sunnyd fans in here
fucking hate this emote go die burrit0z
r/jb will literally buy anything that looks good even if it kills their phone
true
yea
geometric is shit
^
twickd because you dont pay taxes
it's not a southerngirlwhocode/iosthemem0d alt if it doesn't have a typo, memory leaks in tweaks and/or numbers in the username
Use Geometric cause no fees for the first month
i have to report my income sadly cause im past the limit of income you can make without tax
triangle cock sucking services @vivid dew
nobody wants to buy shit on that
So if you know itβs gonna be a good cash grab, sign up to geometric
Lmao
nobody uses geometric

who is gonna use geometric
False
like 100 people have it added in their package managers
megadev should've used geometric
Setting my tweak up for failure wow
Kal_Themes
π
true
use packix or chariz
Why not twickd

:goshimgay::goshimgay::goshimgay::goshimgay::goshimgay::goshimgay::goshimgay::goshimgay:
Yea honestly its gonna take a long time since i have no designer
@icy tundra sex slave please come here
male sex slave please
designer male sex slave
What do u need
please
Iβm with fam
fuck me

Believe it or not, it is reading and logging to console
Aw hell nah hes about to anhialate ur asshole
ok off to go get fucked
FIRE IN THE HOLE
wtf no not anal bro
@gaunt mesa u know exoghost?
what

Exoghost>futives
footies on top
Exoghost is way better than handler
bruh
COD Modern Warfare Aim Training Tactical Nuke PC Keyboard & Mouse Practising Aim against bots in a custom game 1440p 60FPS
βΊ ALL My Modern Warfare Videos: https://www.youtube.com/watch?v=kGkim2UiYMs&list=PLVw32hvwNGXvlyVjk1c7OYYts1ZJXfmdh
Subscribe: http://www.youtube.com/c/ExoGhostVR?s...
Discord: https://discord.gg/XDY3PkQ
Twitter: https://tw...
He is aimbot
Like this man is aimbot bro
Watch him. Hes literally miles better than futives or anyone else in the community rn
Thats his aim training. Watch his actual gameplays n be amazed
Even handler knows hes better than him @gaunt mesa
more descriptive than most code comments tbh
looking at this code im very lucky it didnt break in RTL

i mean thats cause i set everything to left and right instead of leading and trailing
LOL
also if i hadnt set text alignment it would've overlapped for these two labels
time to prettify more code
that is definitely a word
@gaunt mesa left u speechless
he needs some bitches, no one should be able to do this

HE GETS BITCHES BRUH
Thats the thing
ExoGhost Face Reveal Livestream
βΊ ALL My Modern Warfare Videos: https://www.youtube.com/watch?v=kGkim2UiYMs&list=PLVw32hvwNGXvlyVjk1c7OYYts1ZJXfmdh
βΊ ALL My Black Ops Cold War Videos: https://www.youtube.com/playlist?list=PLVw32hvwNGXsEoOcNY2t_2ocAg1x_L92p
Subscribe: http://www.youtube.com/c/ExoGhostVR?s...
Discord: https://discord.gg/XDY3Pk...
This man be pullin call of duty whores left n right
Excuse my language
COD Modern Warfare Search & Destroy against a toxic gamer girl, trolling with riot shields and shotguns funny moments 1440p 60FPS PC
βΊ ALL My Modern Warfare Videos: https://www.youtube.com/watch?v=kGkim2UiYMs&list=PLVw32hvwNGXvlyVjk1c7OYYts1ZJXfmdh
βΊ ALL My Black Ops Cold War Videos: https://www.youtube.com/playlist?list=PLVw32hvwNGXsEoOcNY2t...
Lmao
idk try
hi are u alive

what need
i need dsc @half walrus
or just use my extracted one in pins(?)
there's a dsc on that page as well
in the folder
ctrl+f ".7z"
dylibify
@grave sparrow
got it ty
true
this is commit worthy
please code work so i can commit
how the actual fuck did i write working code first try
commit name: first try, that's actually surprising. where is the bootloop bug?
welp now code is cleaner and shorter, gg
so the iphone 6s+ still isnβt supported by checkm8 still, anyone know when it might be
directly on windows
checkn1x allows you to use checkra1n on Windows computers via live-booting. Download link and tutorial
well then get one 
twisted insane did a song on disciple records in december n i completely missed it wtf
LMAO
i've ran speed test so many times in the past 4 hours
checkm8 or checkra1n
https://github.com/pgarba/King checkm8 up to A10 works on windows
if you're doing bootrom hacking you can use this
but you shouldn't be doing bootrom hacking on windows
lol
@grave sparrow
LOL

finally
tf?
gonna install mDNSResponder on linux
.
Man tell the president to suck my dick n balls from the back
This is an incredibly racist and homophobic comment
nevermind, didnt work
back to avahi
π
my mom is getting new phone so i get free iphone 7 
development device
device to brick

is he also building another storey on Tim Cookβs house with taxpayer funds?
wait the creator of objective-c died?
oh rip
i forgot my backup password 
My mom had an external drive that was named as her login password on her desktop
I don't even know how something like that happens
user error
brb, gonna change all my passwords to alpine 
Lol
are you kidding me
I can reset the password, but i gotta reset all my settings

the password was backup
i feel like an idiot now

never change your root password

set your password for your mac to alpine
easy w
My mobile user password is the same as my root password
easy money
is there any reason using the exact same non-device-specific foundation code works on ios and not macos
you wonder "why tf isn't this working", bang return a few times, it stops beeping at you but it isn't coming up on the screen, you keep going anyway
saw an iMac like this on eBay once
there was a weird string in the About This Mac photo
turns out it was the startup disk name, someone must have accidentally typed into it and never figured out how to change it back π€·ββοΈ
Hey, any chance youβve looked into it? Iβve tried to lookup for a solution and so far found nothing
Thanks!
@unkempt seal aight so, due to the intents needing special entitlements the best way to do it is just manually archiving it, resigning each of the binaries with ldid, and then just bundle as deb
you can't cheat your way through with Theos on this one
Ohhh got it. I tried yesterday to resign each of the binaries with ldid after installing (on device), but I guess that makes sense now why it didnβt work. Iβll try it out in a bit and will let you know if that worked:)
you can use the xcodeproj instance type for building Xcode projects from Theos
@arm64e @pixelomer have fun making fun of people who donβt know as much as you. go on , be an egositic retard about it, and see yourself stripped of all knowledge that you possess sooner or later. you guys are honestly so pathetic and disgusting

since when do i know anything
i feel like you very much could given theos is basically bash
if its an xcode proj it'd probably be easiest to do with theos rn
Normally it is, but you need specific entitlements for the different intents, and to my knowledge theres no way with theos to use different code sign entitlements on different files
You'd have to make a modified version of xcodeproj.mk, and at that point it's probably just easier to do it manually

you need to give your app proper permissions on macOS
Makefile β bash, always assume it's POSIX unless manually specified otherwise

today I learned the creator of ObjC is named Mr. Cox
actually
Mr. Love and Mr. Cox
Love & Cox
Love Cox
Love Cox
Love Cocks
Love Cocks

"π©βπ©βπ§βπ¦".contains("π©") // false
"π©βπ©βπ§βπ¦".contains("π§") // false
"π©βπ©βπ§βπ¦".contains("π¦") // true
swift is misogynistic
βbasicallyβ
my lack of fonts laugh at you
run this on one of the lesbian ones
very visible
*linux font rendering
one of these days
true
I used to do that on Android, but now I actually like the Apple emoji
apple has the best ones
can I download apple emoji ttf/otf?
thank you apple
actually yeah they do
where
nice
wtf
badger
prob not
how do I change discord's emoji font
@grim sparrow your smart with Xcode right










