aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TORUM.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/TORUM.txt b/TORUM.txt
index 8db8f1c..952e7c7 100644
--- a/TORUM.txt
+++ b/TORUM.txt
@@ -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