READ of size 1 at 0x602000541ccf thread T0
#0 0x101ab9665 in ds_print_calls_hints disasm.c:3252
#1 0x101aa69c7 in ds_print_comments_right disasm.c:3306
#2 0x101a7d937 in r_core_print_disasm disasm.c:3647
#3 0x1018a1de2 in cmd_print .cmd_print.c:3075
#4 0x101a26665 in r_cmd_call cmd_api.c:213
#5 0x1018d90f7 in r_core_cmd_subst_i cmd.c:1948
#6 0x1018662e9 in r_core_cmd_subst cmd.c:1318
There was a dangling pointer in esil pointing to RDisasmState
WRITE of size 1 at 0x620000000a88 thread T0
#0 0x103fab3dc in myregwrite disasm.c:2793
#1 0x1049544b9 in r_anal_esil_reg_write esil.c:545
#2 0x1049621e4 in esil_subeq esil.c:1418
#3 0x1049570e0 in runword esil.c:2365
#4 0x104955bcf in r_anal_esil_parse esil.c:2466
#5 0x103f417e4 in r_core_anal_esil anal.c:3145
#6 0x103df14e0 in cmd_anal_all .cmd_anal.c:4600
#7 0x103d6c610 in cmd_anal .cmd_anal.c:4829
#8 0x103f1ee25 in r_cmd_call cmd_api.c:213
#9 0x103dd7afc in r_core_cmd_subst_i cmd.c:1960
#10 0x103d66007 in r_core_cmd_subst cmd.c:1311
#11 0x103d5fd0b in r_core_cmd cmd.c:2477
#12 0x103d3910c in r_core_prompt_exec core.c:1687
#13 0x103c9b1de in main radare2.c:1021
#14 0x7fff9339b5ac in start (libdyld.dylib+0x35ac)
* Loosen up the constraints with number of sections
* Set value in ImageBase if zero. The ideal solution would be to pick up a
value from user through bin.baddr but it's needed an API change
* Fix thumb ldr r0, [rN] assembly
* Handle numeric values for ldr rN, [rN, N]
does not handle special cases with values ending in 0, 4, 8
* Fix ldr assembly for 4 bit values
values that can be expressed with 4 bits care outputted with shorter instructions.
* Add support for blx op with register values
* Fix mov instruction with register as first parm
* magic: fix 'Printf format is too long' warnings
* magic: fix warning: Current entry does not yet have a description for adding a MIME type
* magic: fix mime type for debian packages
* magic: workaround for libmagic bug
libmagic currently warns about beshort/leshort type being
printed as "%hd" with the following warning:
Printf format is too long for type `leshort' in description `%hd'
As a workaround the short value can be printed using '%d'
without generating a warning.
* magic data is architecture independent
* fcnsign data is architecture independent
* opcode data is architecture independent
* syscall data is architecture independent
* hud data is architecture independent