Commit Graph

8346 Commits

Author SHA1 Message Date
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
sivaramaaa
0fad500788
Rename and retype arguments as argc and argv in main function (#10994)
* Rename and retype argumets as argc and argv in main function

* Generalize argument renaming

* Propgate type to register based var from it's counter part
2018-08-10 23:45:52 +05:30
Dmitriy Somov
745c81faa1 Multiple arguments support for db, db-, dbw, removed dbwC (undocumented and duplicate of dbC) (#11013) 2018-08-10 21:46:30 +08:00
Khairul Kasmiran
8c0a1505c1 Some param & local renaming 2018-08-10 21:41:10 +08:00
Rene Laemmert
b2aa8d1804 Fix highlighting (#11016) 2018-08-10 15:24:24 +02:00
radare
e434a5938b
Fix so command on ARM64 (honor mininstrsize and fix so-X where X > 1) (#11006) 2018-08-10 11:41:47 +02:00
Abdullah Obaied
90cacfdcde Remove redundant yank (#10997)
* Remove redundant yank

* Remove deprecated messaged

* Remove ?y help entry

* Remove ?y case
2018-08-10 09:04:25 +02:00
pancake
15f4a939a0 Revert "Simplify length handling of p commands (#10955)"
This reverts commit 6e8373c392.
2018-08-10 00:40:46 +02:00
Fangrui Song
6e8373c392 Simplify length handling of p commands (#10955)
This also makes `x 2 @x:90` (len > temp blocksize) honor the temporary block.
2018-08-09 18:04:51 +02:00
Khairul Azhar Kasmiran
3353519bce
Fix #10989 double pre-disasm (#11005) 2018-08-09 22:50:20 +08:00
pancake
dc5be0e089 Show error when cannot write after VA (use api vs cmd) 2018-08-09 16:36:11 +02:00
pancake
afda57061c Show error when VA instructions cant be assembled 2018-08-09 16:32:11 +02:00
Fangrui Song
a93d33d23f Fix warnings in debug (#10981) 2018-08-08 12:14:47 +08:00
Fangrui Song
3565137460 Fix memory leak in autocompletion (#10984) 2018-08-08 12:14:35 +08:00