Squashed 'external/capstone/' content from commit e46f64fa
git-subtree-dir: external/capstone git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/* Capstone Disassembly Engine */
|
||||
/* By Yoshinori Sato, 2022 */
|
||||
|
||||
#ifndef CS_SHINSTPRINTER_H
|
||||
#define CS_SHINSTPRINTER_H
|
||||
|
||||
#include "capstone/capstone.h"
|
||||
#include "../../utils.h"
|
||||
#include "../../MCInst.h"
|
||||
#include "../../SStream.h"
|
||||
#include "../../cs_priv.h"
|
||||
#include "SHDisassembler.h"
|
||||
|
||||
struct SStream;
|
||||
|
||||
void SH_printInst(MCInst *MI, struct SStream *O, void *Info);
|
||||
const char *SH_reg_name(csh handle, unsigned int reg);
|
||||
void SH_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id);
|
||||
const char *SH_insn_name(csh handle, unsigned int id);
|
||||
const char *SH_group_name(csh handle, unsigned int id);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user