mirror of
https://github.com/CrazyRedMachine/popnhax.git
synced 2024-11-24 06:10:12 +01:00
9 lines
132 B
C
9 lines
132 B
C
#ifndef X86_OPERAND_LIST_H
|
|
#define X86_OPERAND_LIST_H
|
|
#include "libdis.h"
|
|
|
|
|
|
x86_op_t * x86_operand_new( x86_insn_t *insn );
|
|
|
|
#endif
|