mirror of https://github.com/pret/pokeemerald.git
Updated Why should I use this over binary hacking (markdown)
parent
d001f52bdd
commit
0d851590f2
|
@ -4,4 +4,4 @@ The decompilation, on the other hand, allows for the use of C code, in writing n
|
||||||
|
|
||||||
There is also another, if not _the_ most important advantage to using decompilations: **we do not care about offsets**. Unlike binary hacking, one can easily change the size, locations, even the members of variables at their will. The linker (`ld`) does the work for you, recalculating and modifying references to variables. Gone are the days of worrying about remaining free space; we just don’t do that here.
|
There is also another, if not _the_ most important advantage to using decompilations: **we do not care about offsets**. Unlike binary hacking, one can easily change the size, locations, even the members of variables at their will. The linker (`ld`) does the work for you, recalculating and modifying references to variables. Gone are the days of worrying about remaining free space; we just don’t do that here.
|
||||||
|
|
||||||
**Before you start hacking, it is recommended that you have some experience in coding in either: C, C#, Java, or any other C-like programming language, if you want to use use the decompilation.**
|
**Before you start hacking, it is recommended that you have some experience in coding in C, C++, Rust, C#, Java, or any other C-like programming language, if you want to use use the decompilation.**
|
Loading…
Reference in New Issue