Rizin
unix-like reverse engineering framework and cli tools
|
#include "include/capstone/platform.h"
Go to the source code of this file.
Classes | |
struct | SStream |
Typedefs | |
typedef struct SStream | SStream |
Functions | |
void | SStream_Init (SStream *ss) |
void | SStream_concat (SStream *ss, const char *fmt,...) |
void | SStream_concat0 (SStream *ss, const char *s) |
void | printInt64Bang (SStream *O, int64_t val) |
void | printUInt64Bang (SStream *O, uint64_t val) |
void | printInt64 (SStream *O, int64_t val) |
void | printInt32Bang (SStream *O, int32_t val) |
void | printInt32 (SStream *O, int32_t val) |
void | printUInt32Bang (SStream *O, uint32_t val) |
void | printUInt32 (SStream *O, uint32_t val) |
void | printInt32BangDec (SStream *O, int32_t val) |
Definition at line 87 of file SStream.c.
References HEX_THRESHOLD, O, PRIu64, PRIx64, SStream_concat(), and val.
Definition at line 59 of file SStream.c.
References HEX_THRESHOLD, O, PRIu64, PRIx64, SStream_concat(), and val.
Definition at line 78 of file SStream.c.
References HEX_THRESHOLD, O, PRIu64, PRIx64, SStream_concat(), and val.
Definition at line 45 of file SStream.c.
References SStream::buffer, cs_vsnprintf, and SStream::index.
Referenced by EVM_printInst(), M68K_printInst(), printAddressingMode(), printInt32(), printInt32Bang(), printInt32BangDec(), printInt64(), printInt64Bang(), printUInt32(), printUInt32Bang(), printUInt64Bang(), registerBits(), and registerPair().
Definition at line 31 of file SStream.c.
References SStream::buffer, SStream::index, int, len, memcpy(), and s.
Referenced by EVM_printInst(), and M68K_printInst().
void SStream_Init | ( | SStream * | ss | ) |
Definition at line 25 of file SStream.c.
References SStream::buffer, and SStream::index.
Referenced by cs_disasm(), cs_disasm_iter(), and M68K_getInstruction().