(capstone) feat: add capstone disassembler files

This commit is contained in:
Robin Thunig
2019-08-26 04:17:22 +02:00
parent ea6c1c031b
commit d04afaac54
17 changed files with 1283 additions and 1 deletions

View File

@ -0,0 +1,14 @@
#ifndef __CAPSTONETOFAILGEM5_HPP_
#define __CAPSTONETOFAILGEM5_HPP_
#include "CapstoneToFailTranslator.hpp"
namespace fail {
class CapstoneToFailGem5 : public CapstoneToFailTranslator {
public:
CapstoneToFailGem5();
};
} // end of namespace
#endif // __CAPSTONETOFAILGEM5_HPP_