Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-05 | fixing m0s builds for all llvm versions, added a windows cygwin build test ↵ | bloodstalker | 1 | -11/+27 | |
on appveyor | |||||
2019-11-29 | added libwasm32 as a lua module to bruiser now. you can get a quick wasm ↵ | bloodstalker | 1 | -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-19 | updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen ↵ | bloodstalker | 1 | -31/+37 | |
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-26 | introducing cgrep, a new addition to the mutator family. updated the readme ↵ | bloodstalker | 1 | -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-29 | with a few minor tweaks, you can build m0, obfuscator and bruiser with llvm ↵ | bloodstalker | 1 | -128/+131 | |
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-27 | did some code cleanup on m0 and bruiser, now you can specify report paths ↵ | bloodstalker | 1 | -340/+143 | |
for m0, wip of dedrecating mutator.sh and mutator.py | |||||
2018-08-29 | some cosmetic changes and makefile fixes | bloodstalker | 1 | -1305/+556 | |
2018-08-19 | fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to ↵ | bloodstalker | 1 | -0/+0 | |
its own folder. | |||||
2018-04-27 | relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵ | bloodstalker | 1 | -1/+1 | |
ramdump. i just need to write a luawrapper. | |||||
2018-02-01 | update [ci skip] | bloodstalker | 1 | -1/+1 | |
2017-10-21 | fixing travis build | bloodstalker | 1 | -6/+6 | |
2017-10-21 | minor fixes here and there. also fixed #17 | bloodstalker | 1 | -6/+16 | |
2017-09-20 | some api-changes handling, along with more text for contribs | bloodstalker | 1 | -0/+4 | |
2017-09-17 | fixed some API changes from 6.0 | bloodstalker | 1 | -0/+8 | |
2017-07-16 | added a pp check due to api changes | bloodstalker | 1 | -0/+8 | |
2017-07-16 | reverted | bloodstalker | 1 | -3/+3 | |
2017-07-16 | API update changes | bloodstalker | 1 | -2/+2 | |
2017-05-27 | added more bad strain extractions | bloodstalker | 1 | -30/+73 | |
2017-05-25 | adding the extraction to some related matchers | bloodstalker | 1 | -29/+106 | |
2017-05-24 | added some more mutagen extraction | bloodstalker | 1 | -5/+76 | |
2017-05-23 | added xml report classes, there is a problem with a tinyxml2 assert being ↵ | bloodstalker | 1 | -4/+11 | |
triggered on inheritance while the same problem doesnt exist when you dont inherit, raised an issue, until that gets sorted out, the report classes are one-offs, took me 2 days | |||||
2017-05-20 | added a test for mutagen extractAncestry to make usre it works | bloodstalker | 1 | -0/+11 | |
2017-05-18 | added a new option for mutagen extraction | bloodstalker | 1 | -2/+3 | |
2017-05-02 | cosmetic | bloodstalker | 1 | -1/+1 | |
2017-04-27 | minor fixes | bloodstalker | 1 | -11/+19 | |
2017-04-19 | the end condition doesnt need to be calculated each time, we are not ↵ | bloodstalker | 1 | -4/+4 | |
modifying them in the body | |||||
2017-04-15 | implemented most of the enabling and disabling of rule checks. most of them ↵ | bloodstalker | 1 | -154/+401 | |
work now. | |||||
2017-04-13 | re-enabled the custom DiagnosticConsumer | bloodstalker | 1 | -9/+1 | |
2017-04-11 | chnaged all endls to aline break. i dont really need to flush standard ↵ | bloodstalker | 1 | -199/+205 | |
descriptors every time.Heder not found exception now prints out the name of the header not found. | |||||
2017-04-04 | fixed 2 assert problems and a null-pntr derefrence. added a field ↵ | bloodstalker | 1 | -26/+68 | |
declaration matcher for sfrcpp01 | |||||
2017-04-03 | added pointer declrefexpr tagging for safercpp | bloodstalker | 1 | -2/+45 | |
2017-04-02 | added a blue-print for SaferCPP's tagging of all native pointers | bloodstalker | 1 | -1/+43 | |
2017-04-02 | fixed the temp workarounds for 12.11,10.1 and 10.2. they are proper now. | bloodstalker | 1 | -10/+49 | |
2017-03-31 | added checks for getAsPlaceholderType() returning null | user1 | 1 | -1/+58 | |
2017-03-30 | added safercpp native array detection, now also detects use of pointers ↵ | bloodstalker | 1 | -1/+123 | |
pointing to arrays. tdds already exist in testFuncs2 | |||||
2017-03-29 | changed the matchers for safercpparr. i still have to add a matcher that ↵ | bloodstalker | 1 | -12/+18 | |
recognizes pointers pointing to an array. | |||||
2017-03-16 | added a new inclusion directive for the new report files | bloodstalker | 1 | -0/+1 | |
2017-03-14 | added the first SaferCPP test. I'll add a doc under docs later on for it. | bloodstalker | 1 | -1/+76 | |
2017-03-12 | added a new option for SaferCPlusPlus | bloodstalker | 1 | -0/+3 | |
2017-03-12 | was trying to catch an exception that coverity said was being thrown... i ↵ | bloodstalker | 1 | -0/+4 | |
cant see it get thrown... | |||||
2017-03-09 | nothing worth mentioning | bloodstalker | 1 | -0/+1 | |
2017-02-28 | just added a comment | bloodstalker | 1 | -0/+1 | |
2017-02-27 | added the missing C1 option, with one more thing i'm trying. | bloodstalker | 1 | -4/+22 | |
2017-02-26 | now the option vector is being populated and updated correctly based on the ↵ | bloodstalker | 1 | -6/+6 | |
input args | |||||
2017-02-23 | fixes for StringOptionsParser. not done yet. | bloodstalker | 1 | -31/+62 | |
2017-02-22 | uncommented a method | bloodstalker | 1 | -1/+1 | |
2017-02-22 | added the functionality to handle Misrac98 and MisraC2012 plus the rule ↵ | bloodstalker | 1 | -13/+101 | |
check disabling features | |||||
2017-02-20 | added some more stuff for rule check disabling,enabling, added equivalency ↵ | bloodstalker | 1 | -0/+49 | |
map for MisraC1998 | |||||
2017-02-15 | Now all sourcelocations are checked for validity before being touched | bloodstalker | 1 | -93/+206 | |
2017-02-14 | added the rule switches definitions | bloodstalker | 1 | -1/+5 | |