mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-02-23 11:22:00 +00:00
Update headers for pybddisasm.
This commit is contained in:
parent
fbe5c1375d
commit
698686ab14
@ -27,7 +27,7 @@ void * nd_memset(void *s, int c, size_t n)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void nd_get_version(ND_UINT32 *major, ND_UINT32 *minor, ND_UINT32 *revision, char **build_date, char **build_time)
|
void nd_get_version(ND_UINT32 *major, ND_UINT32 *minor, ND_UINT32 *revision, const char **build_date, const char **build_time)
|
||||||
{
|
{
|
||||||
NdGetVersion(major, minor, revision, build_date, build_time);
|
NdGetVersion(major, minor, revision, build_date, build_time);
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include "bddisasm.h"
|
#include "bddisasm.h"
|
||||||
|
|
||||||
void nd_get_version(ND_UINT32 *major, ND_UINT32 *minor, ND_UINT32 *revision, char **build_date, char **build_time);
|
void nd_get_version(ND_UINT32 *major, ND_UINT32 *minor, ND_UINT32 *revision, const char **build_date, const char **build_time);
|
||||||
NDSTATUS nd_decode(INSTRUX *__output_instr, const ND_UINT8 *code, ND_UINT8 def_code, ND_UINT8 def_data);
|
NDSTATUS nd_decode(INSTRUX *__output_instr, const ND_UINT8 *code, ND_UINT8 def_code, ND_UINT8 def_data);
|
||||||
NDSTATUS nd_decode_ex(INSTRUX *__output_instr, const ND_UINT8 *code, ND_SIZET size, ND_UINT8 def_code, ND_UINT8 def_data);
|
NDSTATUS nd_decode_ex(INSTRUX *__output_instr, const ND_UINT8 *code, ND_SIZET size, ND_UINT8 def_code, ND_UINT8 def_data);
|
||||||
NDSTATUS nd_decode_ex2(INSTRUX *__output_instr, const ND_UINT8 *code, ND_SIZET size, ND_UINT8 def_code, ND_UINT8 def_data,
|
NDSTATUS nd_decode_ex2(INSTRUX *__output_instr, const ND_UINT8 *code, ND_SIZET size, ND_UINT8 def_code, ND_UINT8 def_data,
|
||||||
|
@ -9,13 +9,6 @@
|
|||||||
#include "pybddisasm.h"
|
#include "pybddisasm.h"
|
||||||
|
|
||||||
#include "bddisasm.h"
|
#include "bddisasm.h"
|
||||||
#include "constants.h"
|
|
||||||
#include "cpuidflags.h"
|
|
||||||
#include "disasmstatus.h"
|
|
||||||
#include "disasmtypes.h"
|
|
||||||
#include "registers.h"
|
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%include "typemaps.i"
|
%include "typemaps.i"
|
||||||
|
Loading…
Reference in New Issue
Block a user