Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Digit Obfuscation to Mangler #11

Open
2 of 3 tasks
capnspacehook opened this issue Nov 5, 2018 · 0 comments
Open
2 of 3 tasks

Add Digit Obfuscation to Mangler #11

capnspacehook opened this issue Nov 5, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@capnspacehook
Copy link
Member

capnspacehook commented Nov 5, 2018

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
@capnspacehook capnspacehook added the enhancement New feature or request label Nov 5, 2018
@capnspacehook capnspacehook self-assigned this Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant