From 3a8090d5a8feb5af7ec9120c6976005a5b86392b Mon Sep 17 00:00:00 2001 From: toni Date: Sat, 28 Feb 2015 03:26:11 +0100 Subject: - Makefile: compile only 64-Bit version if 64-Bit OS - debug flag for nasm object files - xor2_encoder (still WiP) --- crypter/xor_encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypter/xor_encoder.c') diff --git a/crypter/xor_encoder.c b/crypter/xor_encoder.c index 5f148c2..456631e 100644 --- a/crypter/xor_encoder.c +++ b/crypter/xor_encoder.c @@ -15,7 +15,7 @@ #endif #ifndef _CRYPTVAL -#define _CRYPTVAL 256 +#define _CRYPTVAL 0xff #endif #ifndef _OUTFILE -- cgit v1.2.3