From 42a6aea4c06b2e03f489ee1d9419da5e8386792f Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 5 Nov 2017 21:41:02 +0330 Subject: now you can run load.py from bruiser. --- bruiser/bruiser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bruiser/bruiser.h') diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h index b4d4b4a..e311c7e 100644 --- a/bruiser/bruiser.h +++ b/bruiser/bruiser.h @@ -143,7 +143,8 @@ help CMDHelp[] = { {"getpaths()", "getpaths()", "gets the currently loaded paths that bruiser looks through", "none", "array of strings"}, {"getsourcefiles()", "getsourcefiles()", "gets the currently loaded source files that bruiser will look through", "none", "array of strings"}, {"changedirectory()", "changedirectory()", "changes bruiser's working directory. only use it when you know what you are doing.", "destination directory, [string]", "return value"}, - {"pwd()", "pwd()", "pwd", "", ""} + {"pwd()", "pwd()", "pwd", "", ""}, + {"objload()", "objload(\"main\", \"../bfd/test/test.so\")", "load the compiled functions into bruiser", "string", "success or failure"} }; /**********************************************************************************************************************/ /** -- cgit v1.2.3