mutator icon indicating copy to clipboard operation
mutator copied to clipboard

mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development

Results 21 mutator issues
Sort by recently updated
recently updated
newest added

add salting to the hashes obfuscator generates.

enhancement
beginner-friendly
obfuscator

`delf` and `dwasm` are both experimental features. they were written in python since it would be faster to try them out and more importantly I wanted a python pipe inside...

bruiser
C
python

I probably have spent way too much time on building the project without pch. Don't know why I'm remembering to do that right now.

beginner-friendly
mutator

Having a build matrix on Travis can make things simpler. with the addition of cgrep, i think i will be adding the new executables the same way as cgrep, i.e....

enhancement
beginner-friendly
mutator
CI

[lgtm](https://lgtm.com/projects/g/bloodstalker/mutator/ci/)

enhancement
mutator

a docker container running bruiser would be a nice demo.

enhancement
bruiser

the travis yaml file is messy. the coverage tag is old since our coveralls integration with travis doesn't work.

beginner-friendly
mutator

All of them are either lacking or old. In bruiser's case, It's specially bad.

beginner-friendly
mutator
documentation

They're pretty useless at this point minus the action file functionality of the action file which is only useful to m0. The other functionalities are mostly covered by the new...

beginner-friendly
m0
C++

it's two-fold: obfuscator doesn't have a matcher for the identifier of a namespace. namespace identifiers won't work correctly while obfuscator is parsing.

bug
beginner-friendly
obfuscator