diff options
author | toni <toni@devlap.local> | 2015-02-28 03:26:11 +0100 |
---|---|---|
committer | toni <toni@devlap.local> | 2015-02-28 03:26:11 +0100 |
commit | 3a8090d5a8feb5af7ec9120c6976005a5b86392b (patch) | |
tree | 38c10d1a4b25dbbfcf8988b3911fa5c6399a186e /crypter/xor_encoder.c | |
parent | 33e88ac80ac4a4f992168c0f327c04dba910569a (diff) |
- Makefile: compile only 64-Bit version if 64-Bit OS
- debug flag for nasm object files
- xor2_encoder (still WiP)
Diffstat (limited to 'crypter/xor_encoder.c')
-rw-r--r-- | crypter/xor_encoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |