ajout du crypteur en WIP
This commit is contained in:
5
Crypter/config.hpp
Normal file
5
Crypter/config.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
const int PROB_ANSI = 50;
|
||||
const int CODE_BLOCK_CALL_COUNT_MIN = 5;
|
||||
const int CODE_BLOCK_CALL_COUNT_MAX = 15;
|
||||
Reference in New Issue
Block a user