aboutsummaryrefslogtreecommitdiffstats
path: root/m0 (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-29updated m0 for llvm 11. travis should get fixed as well.bloodstalker2-0/+38
2020-03-12just some reformatting for m0bloodstalker1-1417/+625
2020-03-09build fixbloodstalker1-1/+1
2020-03-09build fixbloodstalker1-1/+3
2020-03-09mostly bug fixes for the misra-c rule checkerbloodstalker2-83/+74
2019-12-05a lil fix for the cygwin build.bloodstalker1-1/+1
2019-12-05fixing m0s builds for all llvm versions, added a windows cygwin build test ↵bloodstalker3-12/+36
on appveyor
2019-11-29added libwasm32 as a lua module to bruiser now. you can get a quick wasm ↵bloodstalker1-0/+8
dump like that. some updates here and there to the READMEs. there is also a gitter group now. come say hi.and join please.
2019-03-19updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen ↵bloodstalker2-32/+38
scripts for bruiser. the set methods are now working properly. i just have to figure out how I want to handle the get methods. the dev will be mostly on the codegen scripts side like for the past months for briser. if the builds returns weird results for tests or just in general, run make clean, get rid of the .depend files and rebuild again. I had that problem with obfuscator. the old compilation database was somehow bad.
2018-11-26introducing cgrep, a new addition to the mutator family. updated the readme ↵bloodstalker1-37/+3
for bruiser. some minor changes to the wasm setter test script. things look more or less fine. i still need to add a repackage function to faultreiber.
2018-09-29with a few minor tweaks, you can build m0, obfuscator and bruiser with llvm ↵bloodstalker3-130/+154
8.0(latest tested:trunk 340121). we are skipping llvm 7.0. Ill keep backwards compatibility with 5.0 or 6.0 for a good while.
2018-09-27did some code cleanup on m0 and bruiser, now you can specify report paths ↵bloodstalker7-350/+192
for m0, wip of dedrecating mutator.sh and mutator.py
2018-08-29some cosmetic changes and makefile fixesbloodstalker2-1305/+559
2018-08-19fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to ↵bloodstalker9-0/+10829
its own folder.