Commit graph

105 commits

Author SHA1 Message Date
pancake
bfec76bfb4 More uppercasing 2015-10-31 02:20:25 +01:00
pancake
43571c8ef5 Add $B internal var to point to the begining of the function 2015-10-30 17:16:11 +01:00
pancake
af5a56f833 Fix r2 -V issue 2015-10-08 13:19:15 +02:00
pancake
b515a34676 More stdboolification 2015-09-14 12:35:38 +02:00
Riccardo Schirone
ffdbf919b1 io/section: add r_io_section_vaddr_to_maddr_try API
* fix r_io_section_vaddr_to_maddr
* rename r_io_section_maddr_to_vaddr and vaddr_to_maddr
2015-09-10 01:59:40 +02:00
pancake
1e1b1adf2a Major enhacements for the V! visual panels 2015-08-31 05:06:01 +02:00
Álvaro Felipe Melchor
49853dbb92 Fix #2913 2015-07-21 00:56:05 +02:00
pancake
37ee858970 Add @e: for temporary eval var changes 2015-07-15 02:16:28 +02:00
pancake
9eb4ef5197 Unescape backslash chars in ?e and add osx-qt-mingw32 toolchain support 2015-06-28 10:35:43 +02:00
pancake
754b37fab0 Add missing #! help 2015-05-29 16:21:52 +02:00
pancake
f60cdbd001 Fix ?i terminal settings 2015-05-06 11:37:06 +02:00
pancake
488b760114 Add @b: and rename the old @b: for @x: 2015-04-19 01:28:28 +02:00
Jeffrey Crowell
df234f644b fix visual mode rename functions:
fixes ?i test;?y
2015-04-14 01:33:24 -04:00
pancake
51341240c3 Use dietline in ?i and enforce nonraw and cursor mode 2015-04-11 20:51:08 +02:00
pancake
061408a749 Some ~?? and ?@? help updates 2015-04-10 01:51:37 +02:00
pancake
386c386e9a Handle double casting in ? 2015-04-03 19:02:52 +02:00
pancake
de22fe28d9 Fix 7 more issues from #2220 // 3 left 2015-03-23 00:05:18 +01:00
pancake
28d6c12043 V! -> V!!, VV(nofn) -> V!
- VV only opens if there's a function analized
- V! now opens the panels view
- V!! launches the 2048 game
2015-03-05 23:33:28 +01:00
pancake
f9559e90bc Add ?: help in ??? 2015-02-12 10:54:04 +01:00
pancake
6ff6ad010c Fix some b64 warns and avoid /bin/ls in help messages 2015-02-09 11:48:06 +01:00
pancake
1306b87112 Fix #2050 - Show commit counter in r2 -v 2015-02-07 00:14:55 +01:00
Ryan Hileman
41a3532f94 add ?d. command 2015-01-29 01:57:24 +01:00
pancake
7cb4334712 Rename core plugin list command from : to ?: 2015-01-22 02:43:06 +01:00
pancake
6564c75203 Use r_num_math() instead of r_flag_get() in ?e ${..} 2015-01-18 02:53:37 +01:00
pancake
b7c3ded3b9 Fix #1975 - Replace flags in ${} for ?e 2015-01-18 02:17:55 +01:00
pancake
b1ade9c1c6 Implement dsuf and cmd.times to run a command when using times repetition prefix
dsuf: step until program counter on a flag that matches the given string or any
cmd.times: command to run when prefixing a command with a number

for example:

	"e cmd.times=ps@rbx"
	10dsuf strlen
or
	e cmd.times=?v rbx
	10dsuf malloc
or
	10dsuf sym
2015-01-17 04:23:07 +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
Jeffrey Crowell
ed1aae7fd1 fix lots of spelling
fix some errors from the sed script

undo file mode crap
2014-12-07 17:00:59 +01:00
pancake
67af5b7619 Add /* and */ commands to handle multiline comments 2014-11-08 00:45:31 +01:00
pancake
ccffbeb9c8 Fix #1567 - Show error when trying to divide by zero 2014-11-07 12:16:29 +01:00
pancake
14a74daa14 Fix help for 'l' -> 'T' 2014-10-27 19:30:03 +01:00
pancake
718e175892 Add $p for getpid(), hide UNKNOWN refs, 'cat' works with bigger chunk if unknown size 2014-10-18 00:25:55 +02:00
condret
d36331528c fix CID 1244222 2014-10-09 09:19:48 +02:00
pancake
cbc3331ac2 Add 'i', 's' and 'S' in rtr visual. and store dr? result in num->value 2014-09-03 00:18:33 +02:00
jvoisin
7a63d9e81c Move the alias help in ?$? 2014-08-17 02:18:28 +02:00
pancake
45f5a3d31f Update ?@? help message 2014-08-07 02:39:34 +02:00
jvoisin
e26f494e81 Colorize ??? 2014-06-21 14:37:40 +02:00
jvoisin
15dcbfefad Colorize zignatures 2014-06-21 10:32:25 +02:00
pancake
7fa5ba704e Shrink r_core_help() and fix dr? output 2014-06-19 23:23:47 +02:00
jvoisin
3e3d04ff4a More colorful help 2014-06-14 14:36:29 +02:00
pancake
2cc6c7f30b Fix empty graph calls nodes (exposes bug in xref analysis) 2014-06-14 03:22:16 +02:00
pancake
c79ef3b53d Refix 'dcs' and enhace '?' colorized help 2014-06-14 02:28:49 +02:00
jvoisin
c14fb4ea74 Color in main help! 2014-06-14 00:56:02 +02:00
pancake
5e33a8a282 Initial huge refactoring of r_io still work in progress 2014-05-28 04:34:12 +02:00
Andrew McDonnell
127a5c23e4 Implement yz feature and fix memory leak and invalid pointer issue 2014-05-23 15:35:49 -05:00
jvoisin
8a19cf25ff Fix CID 1134697 2014-05-22 13:00:06 +02:00
Andrew McDonnell
ca4ec79bc0 Proposed new dollar variable to retrieve anal->op.val 2014-05-22 04:23:04 +02:00
pancake
887f15b03d Add r_bp_del_all (db-*) and fix some more bugs 2014-05-08 17:38:29 +02:00
pancake
d138f61816 Add r_num_as_string() in '?' and in disasm as comments 2014-05-07 02:51:04 +02:00
jvoisin
5b5ca492db Add base64 encoding/decoding 2014-05-01 17:29:09 +02:00