From 0d851590f28dcb22c3ff8a3c5f7124a452984114 Mon Sep 17 00:00:00 2001 From: Thomas Winwood Date: Mon, 18 May 2020 14:33:06 +0100 Subject: [PATCH] Updated Why should I use this over binary hacking (markdown) --- Why-should-I-use-this-over-binary-hacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Why-should-I-use-this-over-binary-hacking.md b/Why-should-I-use-this-over-binary-hacking.md index 2b1cfc3..18616ef 100644 --- a/Why-should-I-use-this-over-binary-hacking.md +++ b/Why-should-I-use-this-over-binary-hacking.md @@ -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. -**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.** \ No newline at end of file +**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.** \ No newline at end of file