Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrivet/ADVobfuscator
/ functions
Functions
116 in github.com/andrivet/ADVobfuscator
⨍
Functions
116
◇
Types & classes
17
Method
operator()
include/advobfuscator/call.h:43
Method
operator()
include/advobfuscator/call.h:63
Method
operator[]
Direct access to a byte in the block. \param pos Position of the byte in the block. \return The decoded byte.
include/advobfuscator/bytes.h:70
Function
operator^
Addition (XOR) in GF(2^8) of two words. \param w0 The left operand. \param w1 The right operand. \return The result of the addition in GF(2^8) of each
include/advobfuscator/aes.h:293
Method
parse
Parse a string representing bytes in hexadecimal separated by spaces.
include/advobfuscator/bytes.h:102
Method
parse
include/advobfuscator/format.h:38
Method
parse
include/advobfuscator/format.h:50
Method
raw
Get the raw (obfuscated) content.
include/advobfuscator/bytes.h:62
Method
raw
Get the raw (encrypted) content.
include/advobfuscator/string.h:80
Method
size
Get the actual size of the block of bytes.
include/advobfuscator/bytes.h:65
Method
size
Get the actual length of the string.
include/advobfuscator/string.h:83
Function
to_protect1
Examples/example/main.cpp:148
Function
to_protect2
Examples/example/main.cpp:153
Method
~AesString
Destruct the string by first erasing its content. \remark The erasing may be omitted by the compiler.
include/advobfuscator/aes_string.h:57
Method
~ObfuscatedBytes
Destruct the block by first erasing its content. \remark The erasing may be omitted by the compiler.
include/advobfuscator/bytes.h:56
Method
~ObfuscatedString
Destruct an obfuscated string by first erasing its content.
include/advobfuscator/string.h:69
← previous
101–116 of 116, ranked by callers