Rizin
unix-like reverse engineering framework and cli tools
X86InstPrinter.h
Go to the documentation of this file.
1
//= X86IntelInstPrinter.h - Convert X86 MCInst to assembly syntax -*- C++ -*-=//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
//
10
// This class prints an X86 MCInst to Intel style .s file syntax.
11
//
12
//===----------------------------------------------------------------------===//
13
14
/* Capstone Disassembly Engine */
15
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */
16
17
#ifndef CS_X86_INSTPRINTER_H
18
#define CS_X86_INSTPRINTER_H
19
20
#include "../../MCInst.h"
21
#include "../../SStream.h"
22
23
void
X86_Intel_printInst
(
MCInst
*MI,
SStream
*
OS
,
void
*Info);
24
void
X86_ATT_printInst
(
MCInst
*MI,
SStream
*
OS
,
void
*Info);
25
26
#endif
X86_ATT_printInst
void X86_ATT_printInst(MCInst *MI, SStream *OS, void *Info)
X86_Intel_printInst
void X86_Intel_printInst(MCInst *MI, SStream *OS, void *Info)
OS
@ OS
Definition:
inflate.h:24
MCInst
Definition:
MCInst.h:88
SStream
Definition:
SStream.h:9
subprojects
capstone-bundled
arch
X86
X86InstPrinter.h
Generated by
1.9.1