aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsegfault <segfault@secmail.pro>2019-03-25 13:56:41 +0100
committersegfault <segfault@secmail.pro>2019-03-25 13:56:41 +0100
commit6158e36cdc66f3d2decc4e1f071dc752701930b3 (patch)
tree4b3a1a0cde42474b73aac6453d28de57cff605ac
parent2d1a148d6edf60e38b99545daa7b4c1570696b36 (diff)
TORUM.txt added missed nasm/wine version infoHEADmaster
Signed-off-by: segfault <segfault@secmail.pro>
-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