(capstone) feat: add capstone disassembler to tools/import-trace/

This commit is contained in:
Robin Thunig
2019-11-01 01:24:28 +01:00
committed by Robin Thunig
parent d04afaac54
commit f7f982fec5
14 changed files with 407 additions and 14 deletions

View File

@ -81,6 +81,8 @@ public:
typedef container_t::const_iterator symbol_iterator;
typedef container_t::const_iterator section_iterator;
int m_machine;
int m_elfclass;
/**
* Constructor.
@ -157,7 +159,6 @@ public:
private:
Logger m_log;
std::string m_filename;
int m_elfclass;
void setup(const char*);
bool process_symboltable(FILE *fp, Elf64_Ehdr const *ehdr, int sect_num);