radare
9b9cb254d6
Fix #11120 - Fix context disasm with the foreach operator ( #11123 )
2018-08-18 03:40:59 +02:00
Jacob Rosenthal
b0547831f1
syscalls: print syscall numbers in hex instead of dec to accomodate macos x86 64
2018-08-17 17:43:25 +02:00
pancake
7e083b57fb
Fix last coverities (2 memleaks)
2018-08-17 17:38:24 +02:00
pancake
874369c224
First tab is created twice
2018-08-17 16:43:11 +02:00
Fangrui Song
82cec46150
Make px 2 @x:90 (len > temp blocksize) honor the temporary block ( #11106 )
2018-08-17 01:03:40 +02:00
Vanellope
e55bb9dea4
Now cursor works on the Disassembly panel, albeit rather roughly just yet. ( #11115 )
...
* cursor should barely work on the disassembly now
* implemented the cursor on the disassembly, this is just a start point though.
2018-08-17 01:02:00 +02:00
Rafael Rivera
18e6cb9484
Fix plugin file path parsing ( #11092 )
2018-08-16 19:09:18 +02:00
sivaramaaa
0010fe9652
Add json output to afcf
2018-08-16 19:08:48 +02:00
radare
d2995a13b4
Improve search.in= boundaries ( #11109 )
...
* Improve the SearchBoundaries
- Honor vaddr/paddr
- Parse rwx strings instead of hardcoded strings
- Kill io.sections.* and add bin.sections
* PA search boundaries should at work with the debugger mode
* Kill io.sections and improve search.in with dbg.maps
* Simplify maskMatches
* Fully kill io.sections in search.in and add bin.section
* Expose page permissions in search boundary list and remove dead code
2018-08-16 18:00:21 +02:00
Arnaud Lefebvre
8a1604adb2
cmd_debug: remove dco command help ( #11110 )
2018-08-16 14:28:00 +02:00
kriw
928f7be1e7
Fix command izzj
( #11083 )
2018-08-16 11:05:40 +02:00
radare
0ce42507dc
Initial implementation of visual tabs (Vt and VT) ( #11105 )
2018-08-16 11:01:53 +02:00
pancake
5b93b354ac
Add minor fixes (avoid numm dref)
2018-08-16 04:29:15 +02:00
exokortex
dcb481122c
Fix command interpret when scr.html is on ( #11093 )
2018-08-16 04:05:52 +02:00
Fangrui Song
cb0a6f0ca3
Fix -Wunused-variable ( #11080 )
2018-08-15 10:25:53 +02:00
Adam Zambrzycki
7e04582718
Fix formatted json colors ( #11078 )
...
* Fix formatted json colors
2018-08-14 21:23:24 +02:00
exokortex
6d4950b694
fix ds->hint use after free
2018-08-14 17:56:30 +02:00
Andry
915b3deeb1
Fix core->anal->sdb_types reset after i cmd
2018-08-13 19:00:17 +02:00
pancake
fcc5938e9d
Fix /as for Linux/ARM32 (android)
2018-08-13 18:45:40 +02:00
pancake
77482df0ba
Fix crash in asm.imm.trim
...
$ r2 -qc "af ; e asm.imm.trim=true ; pdf" /bin/ls
2018-08-13 18:05:32 +02:00
pancake
6334b8c8bd
Fix #11036 - Fix oobread crash in serch bounds within aaV
2018-08-13 16:20:34 +02:00
Rene Laemmert
e012f03559
removed the last ?y from vmenus ( #11070 )
2018-08-13 13:52:02 +02:00
Rene Laemmert
63954a14aa
Update graph.c ( #11066 )
2018-08-13 13:37:13 +02:00
pancake
231e04b413
Fix some memleaks in visual panels (coverity)
2018-08-13 12:13:19 +02:00
sivaramaaa
2b2c901da7
Remove a unnecessary check ( #11065 )
2018-08-13 11:46:09 +02:00
radare
e570489327
Implement p=2 command ( #11061 )
2018-08-13 11:45:54 +02:00
sivaramaaa
8a2397e4b1
Improve syscall search ( #11058 )
2018-08-13 03:13:25 +02:00
Maijin
f14e05ac55
Remove /A, /Af from help
2018-08-12 17:17:39 +02:00
Florian Märkl
404e4a1b74
Prompt on exit to kill tasks ( #11054 )
2018-08-12 13:27:45 +02:00
vane11ope
762e3d0f92
fixed a stupid bug
2018-08-12 11:48:10 +02:00
vane11ope
ce783e6a9f
resize functionality implemented
2018-08-12 11:48:10 +02:00
Itay Cohen
bbe7d78138
Make graph.offset independent on asm.offset
2018-08-12 11:47:33 +02:00
pancake
6523803c60
Move /s into /as
2018-08-12 04:21:50 +02:00
pancake
c0b50e97cf
Improve syscall search with static analysis instead of emulation
2018-08-12 04:14:09 +02:00
pancake
51ffc052d2
fs searches -> search
2018-08-12 04:12:18 +02:00
pancake
7c23a94339
Use strbuf in panels and make o always available
2018-08-12 03:55:13 +02:00
pancake
a36fae2b29
Implement pd-- for context disasm
2018-08-12 03:27:09 +02:00
pancake
960b0fc211
Initial cleanup of the rbin api
2018-08-12 03:02:05 +02:00
pancake
1fb81e5049
Implement esil cmds for invalid and unaligned trap exceptions
2018-08-12 03:01:46 +02:00
Andry
d8773a0b98
replace sdb_count with sdb_isempty
2018-08-11 23:24:56 +02:00
ITAYC0HEN
25fd5bef66
Honor asm.graph=false in json as well
2018-08-11 23:24:26 +02:00
pancake
a61d80ff9f
Fix last coverities and the use of r_str_cmp as list comparator
...
* Fix avra test and avoid long time loading trash data in avra
2018-08-11 20:59:28 +02:00
pancake
d55bb122f3
Kill r_io_creat and make it into R_IO_CREAT, honor -ww
2018-08-11 20:44:28 +02:00
Itay Cohen
177fde65d9
Remove extra tabs when there's no offsets
2018-08-11 18:45:20 +02:00
Michael Zhang
8e0af8e9c8
Add switch_op output to "afbj" ( #11022 )
2018-08-11 18:39:35 +02:00
Florian Märkl
ad42d0ed7f
Sleep in r_core_rtr_cmds() ( #11025 )
2018-08-11 17:24:19 +02:00
radare
2487fa20a4
Unify /A into /a and move ?O into aom ( #11019 )
...
* Many fixes related to the argument parsing and help messages
2018-08-11 16:39:18 +02:00
Florian Märkl
cc3c87532a
Break all tasks on exit ( #11026 )
...
* Break all tasks on exit
* null check in r_cons_context_break()
2018-08-11 16:23:27 +02:00
Khairul Azhar Kasmiran
e08900b9bd
Add baddr to iI ( #11017 )
...
* Add baddr to iI
* Revert num of args for pair()
2018-08-11 17:54:39 +08:00
Carles Pey
46d6762262
Quick fix to prevent afta messing up with the debugger ( #11023 )
2018-08-11 01:54:07 +02:00