mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 03:34:26 +03:00
My 11th 2023 update
This commit is contained in:
14
components/security_apps/ips/include/helper.h
Normal file
14
components/security_apps/ips/include/helper.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __HELPER_H__
|
||||
#define __HELPER_H__
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace IPSHelper
|
||||
{
|
||||
|
||||
std::string deobfuscateString(const std::string &str);
|
||||
std::string deobfuscateKeyword(const std::string &str);
|
||||
|
||||
} // IPSHelper
|
||||
|
||||
#endif // __HELPER_H__
|
Reference in New Issue
Block a user