61 if (
offset > pe_bin->vaddr) {
82 for (
I = 0;
n[
I];
I++) {
83 if (
n[
I] < 30 ||
n[
I] >= 0x7f) {
109 pe_bin->bin->relocs =
relocs;
131 if (
offset > pe_bin->vaddr) {
149 ut64 ba = pe_bin->vaddr;
157 if (!pe_bin->bin || !(
sections = pe_bin->bin->sections)) {
173 if (ptr->
size > pe_bin->bin->size) {
201 if (!strncmp(ptr->
name,
".rsrc", 5) ||
202 !strncmp(ptr->
name,
".data", 5) ||
203 !strncmp(ptr->
name,
".rdata", 6)) {
231 if (
offset > pe_bin->vaddr) {
255 if (
offset > pe_bin->vaddr) {
RzList * symbols(RzBinFile *bf)
RzList * imports(RzBinFile *bf)
RzList * sections(RzBinFile *bf)
RzList * relocs(RzBinFile *bf)
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void count
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len key
RZ_API char * sdb_fmt(const char *fmt,...)
RZ_API void Ht_() free(HtName_(Ht) *ht)
static void list(RzEgg *egg)
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")
static void PE_() add_tls_callbacks(struct PE_(rz_bin_pe_obj_t) *bin, RzList *list)
RzList *PE_() rz_bin_mdmp_pe_get_symbols(RzBin *rbin, struct PE_(rz_bin_mdmp_pe_bin) *pe_bin)
static void filter_import(ut8 *n)
RzList *PE_() rz_bin_mdmp_pe_get_imports(struct PE_(rz_bin_mdmp_pe_bin) *pe_bin)
RzList *PE_() rz_bin_mdmp_pe_get_sections(struct PE_(rz_bin_mdmp_pe_bin) *pe_bin)
RzList *PE_() rz_bin_mdmp_pe_get_entrypoint(struct PE_(rz_bin_mdmp_pe_bin) *pe_bin)
RZ_API ut64 sdb_num_get(Sdb *s, const char *key, ut32 *cas)
struct rz_bin_pe_export_t *PE_() rz_bin_pe_get_exports(RzBinPEObj *bin)
#define RZ_BIN_PE_SCN_IS_WRITABLE(x)
void PE_() rz_bin_pe_check_sections(RzBinPEObj *bin, struct rz_bin_pe_section_t **sects)
#define RZ_BIN_PE_SCN_IS_SHAREABLE(x)
struct rz_bin_pe_addr_t *PE_() rz_bin_pe_get_entrypoint(RzBinPEObj *bin)
#define RZ_BIN_PE_SCN_IS_EXECUTABLE(x)
#define RZ_BIN_PE_SCN_IS_READABLE(x)
struct rz_bin_pe_import_t *PE_() rz_bin_pe_get_imports(RzBinPEObj *bin)
#define RZ_BIN_ENTRY_TYPE_TLS
#define RZ_BIN_ENTRY_TYPE_PROGRAM
#define RZ_BIN_BIND_GLOBAL_STR
#define RZ_BIN_TYPE_FUNC_STR
RZ_API const char * rz_str_constpool_get(RzStrConstPool *pool, const char *str)
ut8 libname[PE_NAME_LENGTH+1]
ut64 paddr
the paddr where the value should be patched into
ut64 vaddr
the vaddr where the value should be patched into
ut64(WINAPI *w32_GetEnabledXStateFeatures)()