diff options
author | bloodstalker <thabogre@gmail.com> | 2018-04-28 23:14:42 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-04-28 23:14:42 +0000 |
commit | e067db4d46626c6b2ab91c857c32e449f6f52c7f (patch) | |
tree | 337f6d5d8037c28b3614d1b861ae055aa0024bc4 /bruiser/bruiser.h | |
parent | relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ... (diff) | |
download | mutator-e067db4d46626c6b2ab91c857c32e449f6f52c7f.tar.gz mutator-e067db4d46626c6b2ab91c857c32e449f6f52c7f.zip |
ramdump is here
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 b20d08f..943bfba 100644 --- a/bruiser/bruiser.h +++ b/bruiser/bruiser.h @@ -160,7 +160,8 @@ help CMDHelp[] = { {"xallocallglobals", "xallocallglobals()", "allocate all globals", "", ""}, {"getjmptable", "getjmptable(size, code)", "get a table of all jumps", "", "returns a pointer to the head of the jump table linked-list as lightuserdata"}, {"freejmptable", "freejmptable(head)", "free the jmp table linked-list", "", "nothing"}, - {"dumpjmptable", "dumpjmptable(head)", "dumps the jmp table linked-list", "", "nothing"} + {"dumpjmptable", "dumpjmptable(head)", "dumps the jmp table linked-list", "", "nothing"}, + {"ramdump", "ramdump(pid)", "dumps the ram", "", "ram contents"} }; /**********************************************************************************************************************/ /** |