aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip]we need to pass --embed to python-configHEADmasterterminaldweller2021-11-041-1/+1
|
* mostly bug fixes for the misra-c rule checkerbloodstalker2020-03-092-1/+3
|
* travis fix [appveyor skip]bloodstalker2019-12-061-1/+1
|
* fixing m0s builds for all llvm versions, added a windows cygwin build test ↵bloodstalker2019-12-053-0/+16
| | | | on appveyor
* added libwasm32 as a lua module to bruiser now. you can get a quick wasm ↵bloodstalker2019-11-293-3/+308
| | | | 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-306-295/+241
| | | | now. i will add lua context-sensetive completions later.
* do not pull this commit [ci skip]bloodstalker2019-08-305-330/+337
|
* [ci] skipbloodstalker2019-08-301-0/+0
|
* updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen ↵bloodstalker2019-03-198-36/+204
| | | | 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-263-27/+61
| | | | 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.
* 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-292-12/+20
| | | | 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-273-447/+101
| | | | 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-202-2/+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-1611-163/+369
|
* begenning to integrate and test both the codegens. run git pull for ↵bloodstalker2018-09-1011-1/+744
| | | | faultreiber and tablegen.
* jmp_t_s now uses the new way of registering tables, the 5.3 way. bruiser is ↵bloodstalker2018-09-084-15/+32
| | | | supposed to be luarocks-friendly so i wont remove the compatibility build.
* some cosmetic changes and makefile fixesbloodstalker2018-08-291-7/+18
|
* fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to ↵bloodstalker2018-08-195-19/+44
| | | | its own folder.
* makefile updates for obfuscator and bruiserbloodstalker2018-08-183-46/+156
|
* updating faultreiber and tablegen to their respective latest commitsbloodstalker2018-08-182-0/+0
|
* updatebloodstalker2018-08-172-1/+1
|
* faultreiber is a submodule now. it generates binary file format parsers in ↵bloodstalker2018-08-084-3/+176
| | | | C. the memory management side of faultreiber is not implemented yet since im on the fence on how to do it. faultreiber along with tablegen will completely automate the process of adding new file formats to bruiser.
* added new options to delfbloodstalker2018-07-292-2/+1
|
* updated the README with the mirror repo links for luatablegen, delf and dwasmbloodstalker2018-07-213-2/+41
|
* a fix for the luatablegen json file, added a new option to load.py, minor ↵bloodstalker2018-07-1912-30/+38
| | | | cosmetic changes
* fixing travisbloodstalker2018-06-241-1/+1
|
* fixes 42, fixes 44bloodstalker2018-06-2432-83/+109
|
* fixes #43. the auto-gen source files by luatablegen dont look like source ↵bloodstalker2018-06-1955-255/+59
| | | | files instead of headers. luatablegen also generates an excuse of a doc for all the table methods.
* fixbloodstalker2018-06-102-5/+13
|