29 return map ? (
map->perm & hasperm) == hasperm :
false;
37 return ((io->
desc->
perm & hasperm) == hasperm);
size_t map(int syms, int left, int len)
RZ_API bool rz_io_addr_is_mapped(RzIO *io, ut64 vaddr)
RZ_API bool rz_io_read_i(RzIO *io, ut64 addr, ut64 *val, int size, bool endian)
RZ_API bool rz_io_is_valid_offset(RzIO *io, ut64 offset, int hasperm)
RZ_API bool rz_io_write_i(RzIO *io, ut64 addr, ut64 *val, int size, bool endian)
#define rz_return_val_if_fail(expr, val)
static void rz_write_ble(void *dst, ut64 val, bool big_endian, int size)
static ut64 rz_read_ble(const void *src, bool big_endian, int size)
RZ_API bool rz_io_read_at(RzIO *io, ut64 addr, ut8 *buf, int len)
RZ_API ut64 rz_io_desc_size(RzIODesc *desc)
RZ_API RzIOMap * rz_io_map_get(RzIO *io, ut64 addr)
RZ_API bool rz_io_write_at(RzIO *io, ut64 addr, const ut8 *buf, int len)
struct rz_io_desc_t * desc
ut64(WINAPI *w32_GetEnabledXStateFeatures)()