Remove capstone references from zydis_wrapper
This commit is contained in:
parent
a3b5812908
commit
4ae573d620
|
|
@ -12,7 +12,7 @@ public:
|
|||
static void GlobalInitialize();
|
||||
static void GlobalFinalize();
|
||||
Zydis();
|
||||
Zydis(const Zydis & capstone) = delete;
|
||||
Zydis(const Zydis & zydis) = delete;
|
||||
~Zydis();
|
||||
bool Disassemble(size_t addr, const unsigned char data[MAX_DISASM_BUFFER]);
|
||||
bool Disassemble(size_t addr, const unsigned char* data, int size);
|
||||
|
|
|
|||
Loading…
Reference in New Issue