9 #include "../format/p9/p9bin.h"
74 ptr->
vsize = textsize + (textsize % 4096);
91 ptr->
vsize = datasize + (datasize % 4096);
92 ptr->
paddr = textsize + (8 * 4);
110 ptr->
size = symssize;
111 ptr->
vsize = symssize + (symssize % 4096);
112 ptr->
paddr = datasize + textsize + (8 * 4);
128 ptr->
size = spszsize;
129 ptr->
vsize = spszsize + (spszsize % 4096);
130 ptr->
paddr = symssize + datasize + textsize + (8 * 4);
148 ptr->
size = pcszsize;
149 ptr->
vsize = pcszsize + (pcszsize % 4096);
150 ptr->
paddr = spszsize + symssize + datasize + textsize + (8 * 4);
173 int bits = 32, bina, big_endian = 0;
231 return text + data + syms + spsz + (6 * 4);
239 #define B(x, y) rz_buf_append_bytes(buf, (const ut8 *)(x), y)
240 #define D(x) rz_buf_append_ut32(buf, x)
258 .desc =
"Plan9 bin plugin",
276 #ifndef RZ_PLUGIN_INCORE
RZ_API RZ_OWN RzList * rz_bin_maps_of_file_sections(RZ_NONNULL RzBinFile *binfile)
Create a list of RzBinMap from RzBinSections queried from the given file.
static bool load_buffer(RzBinFile *bf, RzBinObject *obj, RzBuffer *b, Sdb *sdb)
static RzBuffer * create(RzBin *bin, const ut8 *code, int codelen, const ut8 *data, int datalen, RzBinArchOptions *opt)
static bool check_buffer(RzBuffer *buf)
static RzList * symbols(RzBinFile *bf)
static RzBinAddr * binsym(RzBinFile *bf, RzBinSpecialSymbol type)
static ut64 size(RzBinFile *bf)
static RzList * libs(RzBinFile *bf)
static void destroy(RzBinFile *bf)
RZ_API RzLibStruct rizin_plugin
RzBinPlugin rz_bin_plugin_p9
static RzBinInfo * info(RzBinFile *bf)
static ut64 baddr(RzBinFile *bf)
static RzList * entries(RzBinFile *bf)
static RzList * sections(RzBinFile *bf)
static RzList * imports(RzBinFile *bf)
int bits(struct state *s, int need)
RZ_API void Ht_() free(HtName_(Ht) *ht)
RZ_API RZ_OWN RzList * rz_list_newf(RzListFree f)
Returns a new initialized RzList pointer and sets the free method.
RZ_API RZ_OWN RzList * rz_list_new(void)
Returns a new initialized RzList pointer (free method is not initialized)
RZ_API RZ_BORROW RzListIter * rz_list_append(RZ_NONNULL RzList *list, void *data)
Appends at the end of the list a new element.
RZ_API void rz_list_free(RZ_NONNULL RzList *list)
Empties the list and frees the list pointer.
return strdup("=SP r13\n" "=LR r14\n" "=PC r15\n" "=A0 r0\n" "=A1 r1\n" "=A2 r2\n" "=A3 r3\n" "=ZF zf\n" "=SF nf\n" "=OF vf\n" "=CF cf\n" "=SN or0\n" "gpr lr .32 56 0\n" "gpr pc .32 60 0\n" "gpr cpsr .32 64 0 ____tfiae_________________qvczn\n" "gpr or0 .32 68 0\n" "gpr tf .1 64.5 0 thumb\n" "gpr ef .1 64.9 0 endian\n" "gpr jf .1 64.24 0 java\n" "gpr qf .1 64.27 0 sticky_overflow\n" "gpr vf .1 64.28 0 overflow\n" "gpr cf .1 64.29 0 carry\n" "gpr zf .1 64.30 0 zero\n" "gpr nf .1 64.31 0 negative\n" "gpr itc .4 64.10 0 if_then_count\n" "gpr gef .4 64.16 0 great_or_equal\n" "gpr r0 .32 0 0\n" "gpr r1 .32 4 0\n" "gpr r2 .32 8 0\n" "gpr r3 .32 12 0\n" "gpr r4 .32 16 0\n" "gpr r5 .32 20 0\n" "gpr r6 .32 24 0\n" "gpr r7 .32 28 0\n" "gpr r8 .32 32 0\n" "gpr r9 .32 36 0\n" "gpr r10 .32 40 0\n" "gpr r11 .32 44 0\n" "gpr r12 .32 48 0\n" "gpr r13 .32 52 0\n" "gpr r14 .32 56 0\n" "gpr r15 .32 60 0\n" "gpr r16 .32 64 0\n" "gpr r17 .32 68 0\n")
int rz_bin_p9_get_arch(RzBuffer *b, int *bits, int *big_endian)
#define rz_buf_read_le32_at(b, addr, result)
RZ_API void rz_buf_free(RzBuffer *b)
Free all internal data hold by the buffer and the buffer.
RZ_API RZ_OWN RzBuffer * rz_buf_new_with_bytes(RZ_NULLABLE RZ_BORROW const ut8 *bytes, ut64 len)
Creates a new buffer with a bytes array.
RZ_API ut64 rz_buf_size(RZ_NONNULL RzBuffer *b)
Return the size of the buffer.
void(* RzListFree)(void *ptr)
RZ_API const char * rz_sys_arch_str(int arch)
XX curplugin == o->plugin.
ut64(WINAPI *w32_GetEnabledXStateFeatures)()