diff options
-rw-r--r-- | TORUM.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,7 @@ You can access it here: [code]http://qxklmrhx7qkzais6.onion/segfault/Torum-Tutorial-01[/code] [b]Build it[/b]: -You will require a MingW toolchain to do this. +You will require a MingW toolchain, nasm > 2.10 to build it and wine (if you're using Linux) to test it (or a Windows machine). I've used i686-w64-mingw32-gcc version 6.3.0 which gets shipped with Debian stable. Additionally I've used a custom-patched i686-w64-mingw32-gcc based on version 8.2.0 and it also worked like charm. So you should be fine with 6.3.0 (and maybe with 8.2.0). @@ -111,3 +111,5 @@ Maybe one of you guys can fix the FIXME's so the injector will be more efficient Any questions? (*segfault) + +//EDIT: added nasm/wine version info |