aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiserffi.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵bloodstalker2018-04-271-1/+1
| | | | ramdump. i just need to write a luawrapper.
* trying to implement the nested call and global object rewritersbloodstalker2018-02-171-10/+9
|
* travis fixbloodstalker2018-02-111-1/+1
|
* 2 major bug fixed for bruiser, a lot of little improvements and bug fixed ↵bloodstalker2018-02-111-0/+1
| | | | here and there
* fixed string type for xobjs, also xcall can now call functions by name as wellbloodstalker2018-01-261-2/+1
|
* fixed some issues with the way bruiser handled integers, added some initial ↵bloodstalker2018-01-221-0/+2
| | | | tests.
* xobj handling for int types and pointers is done.next is structs,unoins and ↵bloodstalker2018-01-211-2/+49
| | | | adding docs. you can try running demo1.lua under lua-scripts for a demo
* WIP.using libffi for calling xobjects now.bloodstalker2018-01-201-0/+38