aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* finally fixing travisbloodstalker2019-12-061-4/+4
|
* finally fixing travisbloodstalker2019-12-061-16/+3
|
* finally fixing travisbloodstalker2019-12-061-41/+138
|
* 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-059-38/+54
| | | | on appveyor
* appveyor badge [travis skip]bloodstalker2019-11-291-0/+1
|
* fixing windows cygwin build on appveyor [travis skip]bloodstalker2019-11-291-0/+8
|
* fixing the windows cygwin build for obfuscator on appveyor [travis skip]bloodstalker2019-11-291-0/+1
|
* fixing the windows cygwin build for obfuscator on appveyor [travis skip]bloodstalker2019-11-291-0/+18
|
* added libwasm32 as a lua module to bruiser now. you can get a quick wasm ↵bloodstalker2019-11-298-5/+326
| | | | dump like that. some updates here and there to the READMEs. there is also a gitter group now. come say hi.and join please.
* fixbloodstalker2019-08-301-0/+274
|
* updated the completion and hint for bruiser. its using a fork of linenoise ↵bloodstalker2019-08-307-295/+244
| | | | now. i will add lua context-sensetive completions later.
* do not pull this commit [ci skip]bloodstalker2019-08-306-331/+339
|
* [ci] skipbloodstalker2019-08-301-0/+0
|
* removed linenoise as a dependency[ci skip]bloodstalker2019-08-301-3/+0
|
* updated the latest tested trunk version. its now 367652 [ci skip]bloodstalker2019-08-021-7/+3
|
* Merge branch 'master' of https://github.com/bloodstalker/mutatorbloodstalker2019-07-121-1/+5
|\
| * Merge pull request #58 from fossabot/masterFarzad Sadeghi2019-07-121-1/+5
| |\ | | | | | | Add license scan report and status
| | * Add license scan report and statusfossabot2019-07-121-1/+5
| |/ | | | | Signed-off-by: fossabot <badges@fossa.io>
* / readme fixbloodstalker2019-07-121-3/+2
|/
* added llvm 9 support in the readme. as a general tip for bruiser, generally ↵bloodstalker2019-03-191-1/+1
| | | | do run git pull on faultreiber and tabolegen before trying a new build[travis skip]
* updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen ↵bloodstalker2019-03-1912-70/+249
| | | | 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.
* cgrep syncedbloodstalker2018-11-261-0/+0
|
* introducing cgrep, a new addition to the mutator family. updated the readme ↵bloodstalker2018-11-2611-79/+105
| | | | 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.
* lgtmbloodstalker2018-11-201-0/+33
|
* updatebloodstalker2018-10-291-0/+1
|
* fixed more bugs on ft and ltg side. i had some fundamental misunderstandings ↵bloodstalker2018-10-067-266/+22
| | | | on how clang encodes wasm objects. todo: test custom section getters and setters, garbage collection, repacking
* more bug fixesbloodstalker2018-10-042-11/+12
|
* wip, testing the wasm setters. most of them are working now.bloodstalker2018-10-042-11/+221
|
* wip, working on fixing the setters, need to test all of them to see if they ↵bloodstalker2018-10-035-205/+36
| | | | are working.some of them are working now.
* added tests for wasm setters, faultreiber and tablegen now use the same xml ↵bloodstalker2018-10-027-385/+643
| | | | file. makes things more consistent
* fixed some more bugs on tablegen and faultreiber's side. you can run the ↵bloodstalker2018-10-015-28/+98
| | | | demo file called wasmtest under lua-scripts if you wanna see what we have so far.
* some more fixes, mainly for tablegen and fualtreiber, will check later to ↵bloodstalker2018-09-306-73/+157
| | | | make sure everything is working correctly
* with a few minor tweaks, you can build m0, obfuscator and bruiser with llvm ↵bloodstalker2018-09-297-151/+197
| | | | 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-2710-797/+293
| | | | for m0, wip of dedrecating mutator.sh and mutator.py
* it's working for the most part, the getter methods are also registering ↵bloodstalker2018-09-253-16/+52
| | | | lightuserdata with a respective global metatable
* fixbloodstalker2018-09-241-0/+0
|
* getting there. half the wasm stuff are working. you can run demo4 to seebloodstalker2018-09-242-32/+188
|
* travis fixbloodstalker2018-09-201-1/+1
|
* travis fixbloodstalker2018-09-203-3/+2
|
* forgot the new xml filebloodstalker2018-09-202-0/+192
|
* WIP, update faultreiber and tablegen again. we're getting the tables just ↵bloodstalker2018-09-205-65/+97
| | | | fine. need more testing to do.
* still WIPbloodstalker2018-09-1810-40/+249
|
* a quick fixbloodstalker2018-09-161-1/+1
|
* fixing the new buildbloodstalker2018-09-161-2/+4
|
* [skip ci]bloodstalker2018-09-161-1/+1
|
* [skip ci]bloodstalker2018-09-1655-4077/+7
|
* [skip ci]bloodstalker2018-09-161-2/+2
|
* [skip ci]bloodstalker2018-09-161-4/+8
|
* WIPbloodstalker2018-09-1612-163/+370
|