Skip to content

Commit

Permalink
Merge pull request #10 from cbsirb/master
Browse files Browse the repository at this point in the history
Small enhancements to the disamtool_lix
  • Loading branch information
vlutas committed Jul 28, 2020
2 parents 5e14a6f + 2868b2a commit 02b7177
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 186 deletions.
2 changes: 2 additions & 0 deletions disasmtool_lix/disasm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ typedef size_t SIZE_T;


std::string enc_mode_to_str(const uint8_t enc_mode);
std::string op_type_to_str(const ND_OPERAND_TYPE type);
std::string op_enc_to_str(const ND_OPERAND_ENCODING Encoding);
std::string ins_class_to_str(const ND_INS_CLASS cls);
std::string ins_cat_to_str(ND_INS_CATEGORY category);
std::string ins_set_to_str(ND_INS_SET ins_set);
Expand Down

0 comments on commit 02b7177

Please sign in to comment.