Commit graph

421 commits

Author SHA1 Message Date
Álvaro Felipe Melchor
2293eb3c8c Fix #2855 - use after free in r_num_calc_index 2015-07-05 20:44:03 +02:00
Álvaro Felipe Melchor
955723a377 Fix #2870 - oob read in core->block due to a off-by-one 2015-07-05 20:44:03 +02:00
Álvaro Felipe Melchor
daf8e5b06f Fix some infers 2015-06-28 20:15:35 +02:00
pancake
d5f2661cbe Fix build and autocomplete cd 2015-06-26 00:32:01 +02:00
pancake
e3e39a806e Fix #2841 - Fix some near-infinite loops in sandbox mode 2015-06-25 23:41:14 +02:00
pancake
d436d16cd4 Honor asm.bits in the RBreakpoint API 2015-06-22 12:23:38 +02:00
pancake
8f25a9b344 Fix iOS build, crashes in reflines, analysis issues on OSX debugger and more! 2015-06-21 00:50:53 +02:00
pancake
2efc450248 Fixes for pxr flags at zero and 32bit words in thumb 2015-06-17 11:14:37 +02:00
pancake
8d0b8c6b78 Add CS command to manage meta-spaces 2015-06-15 04:19:29 +02:00
Riccardo Schirone
1be0105343 core/cmd_debug: use a tree instead of a graph to do trace call/ret 2015-06-11 22:53:48 +02:00
pancake
03aa69b261 Implement reverse rap for system() 2015-06-09 01:45:39 +02:00
pancake
d168388f5c Add pxrj command to show word refs in JSON 2015-06-04 22:58:08 +02:00
Álvaro Felipe Melchor
92c2c089ab Fix #1926 2015-05-11 15:13:21 +02:00
Anton Kochkov
1479aeca8e Fix a few Coverity issues
Fix CID 1205204
Fix CID 1171365
Fix CID 1135001
Fix CID 1134921
Fix CID 1134848
Fix CID 1134840
Fix CID 1134824
Fix CID 1267983
Fix CID 1230038
2015-04-19 03:15:29 +03:00
pancake
a0ef11be00 Fix 3 covs and several warnings in windbg for w32 2015-04-07 14:53:28 +02:00
karel-
1f72e3fd04 Added 'mkdir' command in r2 shell
Add 'mkdir' to radare_argv
2015-04-02 17:15:56 +02:00
pancake
23fba824b1 Fix #2289 - crash in oc;pd $s 2015-04-01 14:35:43 +02:00
pancake
e4c5d7555f Fix #2268 - core.editor crash 2015-03-31 02:26:36 +02:00
AntonDevil
62bcb8f555 Fix #2263 Regression in pf display
Wrong logic for determining first iteration
2015-03-30 11:53:40 +02:00
pancake
6be8b58744 Enhace the "pxA" with cursor and b&w modes 2015-03-21 03:06:31 +01:00
pancake
515b2e77bc Fix about 40 COVs related to memleaks and buffer overflows 2015-03-21 01:27:54 +01:00
pancake
47ebfa202d Initial implementation of r_lang_pipe and pipe-node.js 2015-03-19 02:48:44 +01:00
pancake
ddbacdb9e5 Show only filename in prompt when scr.promptfile=true 2015-03-18 23:59:49 +01:00
pancake
d991769935 Better vars naming, Add e cmd.fcn.{new|rename|delete}
- Bump sdb from git
2015-03-16 02:52:26 +01:00
pancake
33b519278a Fix #2173 - handle hex values in some x86.nz instructions 2015-03-11 11:46:42 +01:00
pancake
d8f61ab1bb Fix #2037 - Double free in RCons.pager 2015-02-10 02:33:22 +01:00
jvoisin
95d9704498 More coverifix 2015-02-03 15:53:51 +01:00
jvoisin
7e70c4d144 Two coverifix and a fortune 2015-02-01 21:28:55 +01:00
pancake
db494ba156 Fix off by one crash affecting OSX 2015-02-01 00:10:37 +01:00
pancake
516babd99f Oops. Fix previous commit 2015-01-31 02:11:32 +01:00
pancake
f2351636fe Fix r_cons_readline() signature and some code cleanup 2015-01-31 00:50:05 +01:00
jvoisin
9681c6fcf7 More coverity 2015-01-25 14:35:46 +01:00
NighterMan
a31bfa2e40 Remove unnecessary singleton variable from r_core 2015-01-22 02:24:24 +01:00
NighterMan
9127695627 Add r_cons singleton refcount to fix history bug 2015-01-22 02:24:24 +01:00
pancake
c1e04e22cb Fix memleaks in mreplace and possible crash in rcore 2015-01-13 02:55:27 +01:00
pancake
a6c0526bec Add $k{..} for numeric sdb query values and $P for debugged child pid 2015-01-11 19:16:46 +01:00
pancake
7e1ed0608a Fix #1935 - Fix autocompletion on sandbox mode and enhace tab 2015-01-05 05:11:42 +01:00
pancake
a300cb8fb1 Fix memleaks in disasm.c 2014-12-19 17:49:42 +01:00
pancake
39896c3488 Fix w32 build 2014-12-19 13:01:44 +01:00
pancake
559c2cd25a Add '!' inside '#!' and make r_core_editor accessible from r_cons_editor. 2014-12-19 03:17:28 +01:00
pancake
db3d5902e3 Implement 'op' command to open a new native plugin
Fixes some autocompletions
2014-12-19 02:08:58 +01:00
pancake
b7a8af83dc Fix varsub build (fix inter-module dependency issue) and catch overflow 2014-12-14 02:10:55 +01:00
pancake
75ca5cfdb1 Fix ASAN crash in tab 2014-11-26 00:02:13 +01:00
pancake
d020f7cee4 Random fixes for #! and #!vala 2014-11-17 23:23:53 +01:00
Julien Nabet
e20728ec15 cppcheck: fix 1 'else if' cond matches previous cond + test indice before using it 2014-11-16 18:13:06 +01:00
jvoisin
acd93d1b37 Fix some cppcheck warnings 2014-11-15 21:48:13 +01:00
pancake
9c6dc4ce2f Fix crash in x86.cs, handle ^C in /r and fix refptrs in disasm 2014-11-14 03:42:07 +01:00
trndr
2ab0dce285 Fix bigendian pointer dereference 2014-11-13 18:38:48 +01:00
pancake
67af5b7619 Add /* and */ commands to handle multiline comments 2014-11-08 00:45:31 +01:00
pancake
35ae7f0463 Fix crash in <tab> (thanks asan) 2014-11-06 12:03:06 +01:00