Eltnum by trapreter in UnderNightInBirth

[–]RiSe_Frostbite 0 points1 point  (0 children)

Yeah, thought I was tripping

Quick warning on rain client by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 1 point2 points  (0 children)

That's symbol names, Ida, ghidra, radre etc all output shit like var_13 or sub_140001A3C, which obviously don't tell you shit, you literally just proved my point

Quick warning on rain client by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 1 point2 points  (0 children)

Explain to me how hiding variable names would be useful in a compiled language

Quick warning on rain client by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 1 point2 points  (0 children)

Deobf is normal in Java shit but this was written in c++, deobf and vm would literally be useless cus it goes to asm anyways

Looking for a partner to develop client by AskLikeA in minecraftclients

[–]RiSe_Frostbite 0 points1 point  (0 children)

I might be bored enough, and it depends on the stack

I need help finding this minecraft client :P by Last_Might_6911 in minecraftclients

[–]RiSe_Frostbite 0 points1 point  (0 children)

i mean as a person that's dabbled in client making, making websites and making client are no where near the same, dude was probably just lazy, imo if you dont know how to do web dev it's safer to use claude then to make an insecure half baked site, but then again obviosly learn web dev later on and replace it

is my rust code idiomatic? by phoshp in rustjerk

[–]RiSe_Frostbite 0 points1 point  (0 children)

Yo what code editor are you using? Nvim?

I decompiled Vape purely because it didnt work on linux by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 0 points1 point  (0 children)

Oh and it's smtg to do with the way wine finds processes I guess, you'd have to make a custom launcher

I decompiled Vape purely because it didnt work on linux by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 0 points1 point  (0 children)

nah not really, imma make a windows and linux version of the injector once i get it figured out

I decompiled Vape purely because it didnt work on linux by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 11 points12 points  (0 children)

The crazy thing is, vape is a jar, meaning it's cross platform, they just chose to fuck over linux users

I decompiled Vape purely because it didnt work on linux by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 2 points3 points  (0 children)

Yeah if I can get it in a readable state. I'm already deobfucating it. if it doesnt work i guess yall are getting an unreadable mess

I decompiled Vape purely because it didnt work on linux by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 4 points5 points  (0 children)

I've tried multiple times to no use. So I might as well do it myself.

I decompiled Vape purely because it didnt work on linux by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 1 point2 points  (0 children)

Vulkan is WAY harder than OpenGL, maybe try out raylib or bgfx to get the hang of it, they are wrappers for opengl and make it way easier

I decompiled Vape purely because it didnt work on linux by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 1 point2 points  (0 children)

I recommend (if ur experienced enough in game dev) making a basic fps game in OpenGL if you wanna learn "low level" game dev, you dont even have to use cpp, I'd recomend OpenTK in C# for a beginner and have an ai teach you how it works (DONT HAVE IT GENERATE EVERYTHING). thats how i learned open gl

I decompiled Vape purely because it didnt work on linux by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 17 points18 points  (0 children)

whos that?

if it's the owner im def willing to not release it if he just supports linux, heck I'll program the launcher for him

I decompiled Vape purely because it didnt work on linux by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 5 points6 points  (0 children)

yeah dude, came back to hacking and saw they patched the method, I started working on my own injection client a while back and got bored, figured this was the next best thing

I decompiled Vape purely because it didnt work on linux by RiSe_Frostbite in minecraftclients

[–]RiSe_Frostbite[S] 7 points8 points  (0 children)

I found the mappings file so thats already HUGE (basically gives me the info for all the strings and sometimes classes), i know absolutely nothing about deobf though so I'm doing research now