#include <rz_types.h>
#include <rz_util.h>
#include <rz_lib.h>
#include <rz_bin.h>
Go to the source code of this file.
◆ RZ_BIN_ZIMG_MAXSTR
#define RZ_BIN_ZIMG_MAXSTR 256 |
◆ RzBinZimgObj
◆ rz_bin_zimg_get_strings()
◆ rz_bin_zimg_new_buf()
Definition at line 8 of file zimg.c.
RZ_API void Ht_() free(HtName_(Ht) *ht)
RZ_API RzBuffer * rz_buf_ref(RzBuffer *b)
Increment the reference count of the buffer.
RZ_API st64 rz_buf_read_at(RZ_NONNULL RzBuffer *b, ut64 addr, RZ_NONNULL RZ_OUT ut8 *buf, ut64 len)
Read len bytes of the buffer at the specified address.
RZ_API void rz_buf_free(RzBuffer *b)
Free all internal data hold by the buffer and the buffer.
RZ_API ut64 rz_buf_size(RZ_NONNULL RzBuffer *b)
Return the size of the buffer.
References fail, free(), NULL, rz_buf_free(), rz_buf_read_at(), rz_buf_ref(), rz_buf_size(), and RZ_NEW0.
Referenced by load_buffer().