aboutsummaryrefslogtreecommitdiffstats
path: root/m0 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updated m0 for llvm 11. travis should get fixed as well.bloodstalker2020-05-292-0/+38
|
* just some reformatting for m0bloodstalker2020-03-121-1417/+625
|
* build fixbloodstalker2020-03-091-1/+1
|
* build fixbloodstalker2020-03-091-1/+3
|
* mostly bug fixes for the misra-c rule checkerbloodstalker2020-03-092-83/+74
|
* a lil fix for the cygwin build.bloodstalker2019-12-051-1/+1
|
* fixing m0s builds for all llvm versions, added a windows cygwin build test ↵bloodstalker2019-12-053-12/+36
| | | | on appveyor
* added libwasm32 as a lua module to bruiser now. you can get a quick wasm ↵bloodstalker2019-11-291-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.
* updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen ↵bloodstalker2019-03-192-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.
* introducing cgrep, a new addition to the mutator family. updated the readme ↵bloodstalker2018-11-261-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.
* with a few minor tweaks, you can build m0, obfuscator and bruiser with llvm ↵bloodstalker2018-09-293-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.
* did some code cleanup on m0 and bruiser, now you can specify report paths ↵bloodstalker2018-09-277-350/+192
| | | | for m0, wip of dedrecating mutator.sh and mutator.py
* some cosmetic changes and makefile fixesbloodstalker2018-08-292-1305/+559
|
* fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to ↵bloodstalker2018-08-199-0/+10829
its own folder.