mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Add check if obfuscation is enabled
This commit is contained in:
@@ -7,6 +7,14 @@ using namespace std;
|
||||
namespace IPSHelper
|
||||
{
|
||||
|
||||
bool has_deobfuscation = false;
|
||||
|
||||
bool
|
||||
hasDeobfuscation()
|
||||
{
|
||||
return has_deobfuscation;
|
||||
}
|
||||
|
||||
string
|
||||
deobfuscateString(const string &str)
|
||||
{
|
||||
|
Reference in New Issue
Block a user