aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiserffi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes #33. fixed #34. python interpreter should clean up after itself properl...bloodstalker2018-05-181-0/+2
* relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ...bloodstalker2018-04-271-1/+1
* wip-the asm rewriter module plus the assembly jump table lua module implement...bloodstalker2018-03-011-1/+2
* trying to implement the nested call and global object rewritersbloodstalker2018-02-171-33/+0
* travis fixbloodstalker2018-02-111-2/+4
* 2 major bug fixed for bruiser, a lot of little improvements and bug fixed her...bloodstalker2018-02-111-2/+34
* removed capstone for the time beingbloodstalker2018-02-011-1/+1
* updatebloodstalker2018-02-011-9/+10
* fixed string type for xobjs, also xcall can now call functions by name as wellbloodstalker2018-01-261-2/+10
* fixed some issues with the way bruiser handled integers, added some initial t...bloodstalker2018-01-221-6/+16
* xobj handling for int types and pointers is done.next is structs,unoins and a...bloodstalker2018-01-211-13/+106
* WIP.using libffi for calling xobjects now.bloodstalker2018-01-201-0/+101