feat: Improved pointer safety and performance for better adaptability. Also updated the README.
- Improved and organized pointer safety. - Removed old, unused fields from the config. - Introduced RyuJinConfigInternal to separate internal fields not directly related to the exposed config, used only by the Ryujin core. - Updated README.md.
This commit is contained in:
@@ -24,8 +24,7 @@ public:
|
||||
bool m_isTrollRerversers; // The user wants to trick and use a special feature to troll reversers when their debugs be detected making they loose all the progress
|
||||
bool m_isAntiDump; // Enable Anti Dump technic for Ryujin protected binary
|
||||
bool m_isMemoryProtection; // Memory CRC32 protection
|
||||
RyujinObfuscatorProcs m_strProceduresToObfuscate; // Names of the procedures to obfuscate - FFI
|
||||
std::vector<std::string> m_strdProceduresToObfuscate; // Names of the procedures to obfuscate
|
||||
RyujinObfuscatorProcs m_strProceduresToObfuscate; // Names of the procedures to obfuscate
|
||||
|
||||
static bool RunRyujin(const std::string& strInputFilePath, const std::string& strPdbFilePath, const std::string& strOutputFilePath, RyujinObfuscatorConfig& config) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user