diff options
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 |