aboutsummaryrefslogtreecommitdiffstats
path: root/macros.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* faultreiber is a submodule now. it generates binary file format parsers in ↵bloodstalker2018-08-081-1/+1
| | | | 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.
* fixes #43. the auto-gen source files by luatablegen dont look like source ↵bloodstalker2018-06-191-0/+41
| | | | files instead of headers. luatablegen also generates an excuse of a doc for all the table methods.
* fixes #33. fixed #34. python interpreter should clean up after itself ↵bloodstalker2018-05-181-1/+1
| | | | properly so maybe #32 is also sovled but i need more time to know. the stack usage for lua has been reduced so larger number of xobjs are fine now. general cleanup for executioner and bruiser. added a note regarding running obfuscators test. lua no longer needs libreadline to build. bfds test no longer needs libbfd to build.
* 2 major bug fixed for bruiser, a lot of little improvements and bug fixed ↵bloodstalker2018-02-111-1/+1
| | | | here and there
* wip, added methods for dealing with filename changes to obfuscatorbloodstalker2017-12-111-0/+1
|
* fixbloodstalker2017-11-071-0/+1
|
* we apparently have a lib order issue, trying to fix that, wierd why it's ok ↵bloodstalker2017-05-141-1/+1
| | | | on fedora though...
* added two variables for cc optionsbloodstalker2017-05-121-0/+3
|
* added bruiser sources to the SRc for CTAGSbloodstalker2017-04-111-1/+1
|
* fixing the cov buildbloodstalker2017-04-101-2/+2
|
* changed the gcov version for the cov buildbloodstalker2017-04-101-2/+2
|
* now macros are inside MACROS.mkbloodstalker2017-03-241-1/+89
|
* added some macros for the ctags targetbloodstalker2017-03-121-0/+4
|
* now CXX works properly in the makefilebloodstalker2017-02-141-0/+3