11-11-2018, 04:46 PM
Hello everyone, the program that i use to decompile and to show the source code of lf2 is snow man decompiler and this is the download link http://derevenets.com
Decompiling lf2
|
11-11-2018, 04:46 PM
Hello everyone, the program that i use to decompile and to show the source code of lf2 is snow man decompiler and this is the download link http://derevenets.com
the normal C++ code? ain't LF2 now built upon assembly which enables the structure of our data programming language? if it's still built on c++, is it possible to edit the code using this compiler?
11-11-2018, 04:51 PM
Well, there are many decompilers out there. But they usually don't produce a code that you can just edit and compile yourself. It takes more work to get an open source version of LF2, but this is an useful step.
11-11-2018, 05:07 PM
wew
I get a lot of e-mails that kick off by saying, I"I want to be zort's best bud' but who cares, so do lots of people, you have to more than just want it.
Thanks given by: the mad maskman
11-11-2018, 05:09 PM
(This post was last modified: 11-12-2018, 02:08 AM by open source nature.)
Everything is possible, and yes the code is already edited and finished, its all thanks to snow man, but the thing to do now is to transform everything into readable words for you to understand.
Wow that's good. way better than having to kill ourselves with trying to read assembly.
Is it C++ or a more sophisticated programming language?
11-11-2018, 10:24 PM
(This post was last modified: 12-01-2018, 07:27 PM by open source nature.)
Yes it is c++, but i think i should remove all of this lf2 source code text, this text is so large.
Thanks given by: Uri
11-16-2018, 05:52 PM
Honestly, this is not so much different from assembler. If you know and understand asm logic, it's about as readable as this. Simply running a tool over an executable doesn't make it anymore readable or understandable; if it was that easy, every 13 year old would be able to crack those $1k+ softwares.
While I appreciate the thought, additional effort needs to be invested to transform it into something actually readable (fun fact: there are championships on creating obfuscated C code). Check for example this post by @o_g349 who converted a couple selected functions to a human readable format. Long story short, nice find! Needs some post-work, though...
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~ "Freeze, you're under vrest!" - Mark, probably. » Gallery | » Sprites | » DeviantArt
11-28-2018, 01:26 AM
(This post was last modified: 11-28-2018, 01:27 AM by open source nature.)
Does anyone know what is the lf2 hex editing code for privacy and public in lf2, i think i found a easier way to let lf2.exe itself show all of the source code files in the lf2 directory and even the resources , i think the lf2 spread sheet needs a little more upgrade .
|
« Next Oldest | Next Newest »
|