Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-20 | update | bloodstalker | 1 | -13/+17 | |
2018-01-12 | you can now run objects that are loaded into bruiser from a shared library ↵ | bloodstalker | 1 | -1/+35 | |
from lua. right now very simple examples work. i have to figure out how to handles runtime pointer recasts. | |||||
2018-01-09 | update | bloodstalker | 1 | -10/+76 | |
2018-01-08 | the function code, function name, var names and var sized are now being ↵ | bloodstalker | 1 | -5/+11 | |
returned to lua as tables. | |||||
2018-01-02 | load.py now loads all objects and functions along with names to c++. next is ↵ | bloodstalker | 1 | -2/+45 | |
getting them to lua. | |||||
2017-12-30 | bruiser gets the function code and name from bfd now. besides that minor ↵ | bloodstalker | 1 | -0/+2 | |
changes here and there. |