You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __OBFUSCATOR_H
|
|
#define __OBFUSCATOR_H
|
|
|
|
|
|
|
|
|
|
#define OBF_FLAG_IS_CODE_WRITEABLE (1<<0) //If this is set, JIT can be used
|
|
|
|
|
|
#endif |