Jump to content
Tuts 4 You

arithmetic operator obfuscation (source)


DefCon42

Recommended Posts

https://github.com/DefCon42/op-mutation

 

decided to release the source because it's a neat example of a practical application of linear algebra

yes, i know the code does not look great and there's blatant violations of like every standard ever

no, i won't change that :^)

 

note: only works with relatively simple operations. add, sub, not, etc will work but higher order operators like multiplication and exponentiation will not

  • Like 2
  • Thanks 2
Link to comment
  • 5 months later...
CodeExplorer

What are missing are: compiled exes, examples of usage (how to use it),
question: why it is using GMP math lib for simple instructions?
 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...