You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple code source obfuscator for C/C++ code. It handles only function
names and variables names. It does not handle string obfuscation, class names and methods.
Moreover, it does not handle function names with different return types.