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
Digit obfuscation or expansion could improve certain Mutator's complexity greatly. Functionality needs to be added to the Mangler class to obfuscate integers into complex arithmetic expressions, using arbitrary number bases. This also needs to take the user's size preference into account, obfuscating the input digits a little or a lot depending on the sizePref value.
Add random base mangling
Add arithmetic expansions ie 14 -> (7*-(-8+6))
Add more mangling inside of arithmetic expansions
The text was updated successfully, but these errors were encountered:
Digit obfuscation or expansion could improve certain Mutator's complexity greatly. Functionality needs to be added to the Mangler class to obfuscate integers into complex arithmetic expressions, using arbitrary number bases. This also needs to take the user's size preference into account, obfuscating the input digits a little or a lot depending on the sizePref value.
The text was updated successfully, but these errors were encountered: