Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update | bloodstalker | 2018-02-01 | 1 | -4/+8 |
| | |||||
* | fixed string type for xobjs, also xcall can now call functions by name as well | bloodstalker | 2018-01-26 | 1 | -12/+24 |
| | |||||
* | fixed some issues with the way bruiser handled integers, added some initial ↵ | bloodstalker | 2018-01-22 | 1 | -8/+13 |
| | | | | tests. | ||||
* | xobj handling for int types and pointers is done.next is structs,unoins and ↵ | bloodstalker | 2018-01-21 | 1 | -21/+104 |
| | | | | adding docs. you can try running demo1.lua under lua-scripts for a demo | ||||
* | WIP.using libffi for calling xobjects now. | bloodstalker | 2018-01-20 | 1 | -0/+1 |
| | |||||
* | update | bloodstalker | 2018-01-20 | 1 | -1/+51 |
| | |||||
* | update | bloodstalker | 2018-01-17 | 1 | -12/+6 |
| | |||||
* | you can now run objects that are loaded into bruiser from a shared library ↵ | bloodstalker | 2018-01-12 | 1 | -59/+50 |
| | | | | from lua. right now very simple examples work. i have to figure out how to handles runtime pointer recasts. | ||||
* | update | bloodstalker | 2018-01-09 | 1 | -2/+16 |
| | |||||
* | the function code, function name, var names and var sized are now being ↵ | bloodstalker | 2018-01-08 | 1 | -29/+33 |
| | | | | returned to lua as tables. | ||||
* | load.py now loads all objects and functions along with names to c++. next is ↵ | bloodstalker | 2018-01-02 | 1 | -14/+20 |
| | | | | getting them to lua. | ||||
* | wip | bloodstalker | 2017-12-31 | 1 | -3/+17 |
| | |||||
* | bruiser gets the function code and name from bfd now. besides that minor ↵ | bloodstalker | 2017-12-30 | 1 | -9/+20 |
| | | | | changes here and there. | ||||
* | load.py recognized function entries correctly now. minor fixes and updates. | bloodstalker | 2017-12-29 | 1 | -27/+14 |
| | |||||
* | wip | bloodstalker | 2017-12-08 | 1 | -0/+1 |
| | |||||
* | obfuscator doesnt mess up var declations with init values, python driver has ↵ | bloodstalker | 2017-12-06 | 1 | -8/+77 |
| | | | | been updated, not finished yet, bruiser now gets the objects from load.py, executioner will handle running the objects and registering them with lua | ||||
* | added obfuscator, some minor changes made to load.py so it would be easier ↵ | bloodstalker | 2017-11-11 | 1 | -1/+1 |
| | | | | to call python scripts from lua, general changes for a new project | ||||
* | now you can run load.py from bruiser. | bloodstalker | 2017-11-05 | 1 | -1/+126 |
| | |||||
* | fixes #18 | bloodstalker | 2017-10-21 | 1 | -2/+12 |
| | |||||
* | not much | bloodstalker | 2017-09-17 | 1 | -0/+2 |
| | |||||
* | new command | bloodstalker | 2017-07-29 | 1 | -2/+31 |
| | |||||
* | added a couple if tiny things | bloodstalker | 2017-07-29 | 1 | -4/+47 |
| | |||||
* | fixed a help comment | bloodstalker | 2017-07-15 | 1 | -1/+1 |
| | |||||
* | added a new bruiser option. you pass bruiser a lua script and bruiser runs ↵ | bloodstalker | 2017-07-03 | 1 | -0/+24 |
| | | | | it in non-cli mode. | ||||
* | added a new command | bloodstalker | 2017-07-02 | 1 | -14/+56 |
| | |||||
* | updated | bloodstalker | 2017-06-27 | 1 | -0/+1 |
| | |||||
* | added 4 new commands | bloodstalker | 2017-06-25 | 1 | -7/+55 |
| | |||||
* | added two more commands | bloodstalker | 2017-06-24 | 1 | -0/+79 |
| | |||||
* | added a new command, fixed an old one | bloodstalker | 2017-06-24 | 1 | -7/+60 |
| | |||||
* | added a new command to extract mutagens | bloodstalker | 2017-06-23 | 1 | -0/+66 |
| | |||||
* | cosmetic | bloodstalker | 2017-06-22 | 1 | -1/+2 |
| | |||||
* | fixed the help function, added a general read xml comand | bloodstalker | 2017-06-22 | 1 | -6/+53 |
| | |||||
* | rewriters now return the result as a string to lua | bloodstalker | 2017-06-17 | 1 | -3/+19 |
| | |||||
* | lil fixing-up | bloodstalker | 2017-06-13 | 1 | -0/+5 |
| | |||||
* | fixed the new command | bloodstalker | 2017-06-12 | 1 | -3/+25 |
| | |||||
* | implemented the show source-code command | bloodstalker | 2017-06-11 | 1 | -2/+49 |
| | |||||
* | new commands | bloodstalker | 2017-06-11 | 1 | -6/+39 |
| | |||||
* | added a bunch more commands | bloodstalker | 2017-06-10 | 1 | -0/+90 |
| | |||||
* | cleaned up the code | bloodstalker | 2017-06-07 | 1 | -243/+2 |
| | |||||
* | moved the other commands into lua now, so they are working again | bloodstalker | 2017-06-05 | 1 | -17/+96 |
| | |||||
* | now the list commands output the results in as strings so they can be reused ↵ | bloodstalker | 2017-06-04 | 1 | -2/+11 |
| | | | | in lua in any way the user sees fit | ||||
* | you can now call the list functions from lua | bloodstalker | 2017-06-03 | 1 | -6/+49 |
| | |||||
* | registering the functions in lua | bloodstalker | 2017-06-01 | 1 | -0/+41 |
| | |||||
* | now all commands are sent to the lua interpreter. what that simply means is ↵ | bloodstalker | 2017-05-31 | 1 | -13/+92 |
| | | | | that bruiser is an interactive lua interpreter that uses linenoise for shell-like functionality instead of what the normal lua interpreter does, plus it will feature its own functionality. Im updating the readme as well. I explain more there | ||||
* | nothing | bloodstalker | 2017-05-30 | 1 | -1/+0 |
| | |||||
* | fixed the memory leak | bloodstalker | 2017-05-28 | 1 | -22/+40 |
| | |||||
* | just some comments | bloodstalker | 2017-05-27 | 1 | -6/+20 |
| | |||||
* | nothing much | bloodstalker | 2017-05-20 | 1 | -12/+18 |
| | |||||
* | the history number is broken. commented it out til i fix it. | bloodstalker | 2017-05-18 | 1 | -8/+3 |
| | |||||
* | fixed the history command. now it prints the contents of the history file | bloodstalker | 2017-05-18 | 1 | -1/+16 |
| |