diff options
author | bloodstalker <thabogre@gmail.com> | 2018-05-20 20:51:17 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-05-20 20:51:17 +0000 |
commit | 105bc30b01d01d08e1b87c2f07cc7fc737811563 (patch) | |
tree | 9572084e59be03dac5f9c844e50e362d5382ec16 /bruiser/bruiser-extra.h | |
parent | fixes #33. fixed #34. python interpreter should clean up after itself properl... (diff) | |
download | mutator-105bc30b01d01d08e1b87c2f07cc7fc737811563.tar.gz mutator-105bc30b01d01d08e1b87c2f07cc7fc737811563.zip |
wip:added a wasm backend. i need to setup an interface with the main c++ code. added some commands to bruiser for managing xobj memories
Diffstat (limited to 'bruiser/bruiser-extra.h')
-rw-r--r-- | bruiser/bruiser-extra.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h index 4e7ce11..7ef9454 100644 --- a/bruiser/bruiser-extra.h +++ b/bruiser/bruiser-extra.h @@ -135,6 +135,9 @@ std::vector<std::string> LUA_FUNCS = "freejmptable(", "dumpjmptable(", "ramdump(", + "xsize()", + "xclear()", + "xmemusage()", "_G", "_VERSION", "assert", |