diff options
author | bloodstalker <thabogre@gmail.com> | 2018-01-09 20:28:23 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-01-09 20:28:23 +0000 |
commit | d26bd54a2aaa12e0273025acf175cefc84c74063 (patch) | |
tree | 6e81f44de2710f94d2e49f356b94b568fd82dfad /bruiser/bruiser.h | |
parent | readme update [ci skip] (diff) | |
download | mutator-d26bd54a2aaa12e0273025acf175cefc84c74063.tar.gz mutator-d26bd54a2aaa12e0273025acf175cefc84c74063.zip |
update
Diffstat (limited to 'bruiser/bruiser.h')
-rw-r--r-- | bruiser/bruiser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h index 3b4513c..f8d6095 100644 --- a/bruiser/bruiser.h +++ b/bruiser/bruiser.h @@ -149,7 +149,8 @@ help CMDHelp[] = { {"pwd()", "pwd()", "pwd", "", ""}, {"objload()", "objload(\"main\", \"../bfd/test/test.so\")", "load the compiled functions into bruiser", "string", "success or failure"}, {"listObjects()", "listObjects(\"function\")", "lists the loaded objects of the given type", "string", "success or failure"}, - {"xobjwrapper()", "xobjwrapper(\"function\")", "call an xobject", "", "success or failure"} + {"xobjwrapper()", "xobjwrapper(\"function\")", "call an xobject", "", "success or failure"}, + {"xobjregister", "xobjregister(code_table, registration_name)", "registers an xobject as a callable function from lua", "", "pointer to the function"} }; /**********************************************************************************************************************/ /** |