aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiserffi.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-18fixes #33. fixed #34. python interpreter should clean up after itself properl...bloodstalker1-0/+2
2018-04-27relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ...bloodstalker1-1/+1
2018-03-01wip-the asm rewriter module plus the assembly jump table lua module implement...bloodstalker1-1/+2
2018-02-17trying to implement the nested call and global object rewritersbloodstalker1-33/+0
2018-02-11travis fixbloodstalker1-2/+4
2018-02-112 major bug fixed for bruiser, a lot of little improvements and bug fixed her...bloodstalker1-2/+34
2018-02-01removed capstone for the time beingbloodstalker1-1/+1
2018-02-01updatebloodstalker1-9/+10
2018-01-26fixed string type for xobjs, also xcall can now call functions by name as wellbloodstalker1-2/+10
2018-01-22fixed some issues with the way bruiser handled integers, added some initial t...bloodstalker1-6/+16
2018-01-21xobj handling for int types and pointers is done.next is structs,unoins and a...bloodstalker1-13/+106
2018-01-20WIP.using libffi for calling xobjects now.bloodstalker1-0/+101