Added support for --showsyscalls, which shows the names of the system calls, rather than just their IDs.

This commit is contained in:
Myria
2015-12-26 12:45:45 -08:00
parent 57818a5677
commit 7e9893ec4d
8 changed files with 255 additions and 33 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ int exheader_get_compressedflag(exheader_context* ctx);
void exheader_read(exheader_context* ctx, u32 actions);
int exheader_process(exheader_context* ctx, u32 actions);
const char* exheader_getvalidstring(int valid);
void exheader_print(exheader_context* ctx);
void exheader_print(exheader_context* ctx, u32 actions);
void exheader_verify(exheader_context* ctx);
int exheader_hash_valid(exheader_context* ctx);
int exheader_programid_valid(exheader_context* ctx);