182 Commits

Author SHA1 Message Date
dav1901
c7fc809bd7 Minor dead code cleanups (#12203) 2018-11-19 13:00:53 +01:00
pancake
cb11c0a329 Add help for wtf? 2018-11-15 19:09:36 +01:00
pancake
6c7bfd846a Add help in wtf!? and add bitcode magic signature ##magic 2018-11-10 02:44:24 +01:00
Fangrui Song
a8461613d1 Make wc- invalidate all (fully or partially) overlapping cache (#11241)
Fix the handling of [to] in wc- [from] [to]
2018-08-26 17:38:11 +02:00
radare
bc70bc25eb
Initialize RAsmOp and update acode->bin after hex (#11178) 2018-08-22 03:28:44 +02:00
Fangrui Song
95094a3c3e cmd_write: add command names beside case labels (#10941) 2018-08-05 19:32:18 +02:00
pancake
7c5745b092 Kill the R_ITV defines (-8LOC) 2018-06-15 01:20:39 +02:00
pancake
452f1ae3db Fix #10202 - w6d not working 2018-05-28 18:58:11 +02:00
pancake
31ad955bab Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
pancake
a129fe433a Implement wtff to dump with offset in name 2018-04-24 16:31:25 +02:00
Oscar Salvador
58369b86f5 Some fixups for #9682 (#9688) 2018-03-14 13:08:01 +01:00
fcasal
0cf304a4f7 Added wcj to wc? (#9644) 2018-03-10 14:46:47 +01:00
pancake
cac712d5e3 Add wfs and wff, and help for wf? 2018-03-07 10:55:45 +01:00
Giuseppe
a668ad4712 Make wopO stop when value isn't starting with 0x (#9538) 2018-03-02 11:03:05 +01:00
pancake
ce0392f2e8 Implement @B: to temporary seek to the Nth BB instruction (negative offsets too) and make it into VV( 2018-02-22 16:07:20 +01:00
Fangrui Song
ac4db23570 Report error if write fails. (#9416) 2018-02-17 19:05:04 -06:00
pancake
db76ab25af Fix wao nocj and so? and rename swap-jcmp to recj 2018-01-26 17:34:15 +01:00
pancake
b926122772 Use RInterval in io.cache and io.pcache, renaming and code cleanup 2018-01-10 02:35:11 +01:00
pancake
e43107d1ca r_str_chop_ro, r_str_trim_const -> r_str_trim_ro 2018-01-08 03:29:29 +01:00
pancake
335938be58 r_str_chop -> r_str_trim 2018-01-08 03:22:26 +01:00
Ziyaddin Sadigov
d4dd6fd5e6 Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
pancake
76cfc611af Fix #8993 - Honor s:key in woD 2017-12-18 16:50:31 +01:00
Khairul Kasmiran
db357015f7 Added cfg.bigendian note to wv help 2017-12-02 15:48:15 +08:00
pancake
1767281a7c Show help in wtf? 2017-10-11 23:24:11 +02:00
Fangrui Song
63731e9e81 Add help for ~:[s]-[e] show lines s-e & fix #8164 recursive help (#8474)
* Move r_core_cmd_help features to grep.c:r_cons_cmd_help to avoid dependency on r_core from r_cons
* Beautify r_cons_cmd_help & fix wp? & p?
* Fix #8164 recursive help (and add partial support for ??* ???*) & NULL terminate fz? Sl? Sr?

The support for ???* is partial because the current ad-hoc command
parser is obscure and hard to extend.
2017-09-12 11:05:24 +02:00
Fangrui Song
800fed2e31 Fix wt #8394 2017-09-01 19:34:09 +02:00
pancake
97f45e17af Fix cmd_extend tests 2017-08-23 01:36:48 +02:00
pancake
c99bae1b6c Fix signed size check (thanks @MaskRay) 2017-08-22 11:11:51 +02:00
condret
2f201bded0 opsalamance - merge the big siol branch
- Thanks @MaskRay and @condret
2017-08-22 09:42:16 +02:00
pancake
07f86788b6 r2 -m enables io.va=true to solve some io regressions 2017-08-18 05:20:33 +02:00
condret
116810aeb7 beauty-fixes for pancake 2017-08-18 01:40:10 +00:00
alvarofe
2e462ec8f0 Bring RIODesc from SIOL and cleanup 2017-08-18 01:31:57 +00:00
Fangrui Song
3be2db7314 Fix wen and add comments to switch cases. (#8155) 2017-08-10 11:54:08 +02:00
pancake
396d282c9e Implement wopD* command 2017-08-09 21:32:58 +02:00
Fangrui Song
86de0abd20 Use RList for cmd_descriptors, make it a member of RCore (#8034) 2017-07-27 14:52:17 +02:00
Fangrui Song
aa5ea95935 w commands: move const char help_msg_*[] arrays to top. (#8003) 2017-07-26 17:13:54 +02:00
alvarofe
fe6aba1fbd Translate to paddr only with wtf! command 2017-07-10 00:07:19 +02:00
alvarofe
ec78cabef7 Translate vaddr to paddr in wtf command 2017-07-10 00:04:10 +02:00
alvarofe
20dc587f7b Fix oob read when doing wtf! 2017-07-09 23:48:17 +02:00
pancake
f36cd87cb1 Partial fix for #7545 2017-07-09 13:15:13 +02:00
pancake
6e1490f747 Minor help message fixes 2017-06-09 02:07:05 -11:00
Antonio Sánchez
3f8dee8113 Fix #7545 - Miss misspelled word in wtf! 2017-05-20 17:31:47 +02:00
Ayman Khamouma
a9a0c7e385 Fix #7524 - Fix help messages for recursive help parser (#7525) 2017-05-18 23:13:18 +02:00
condret
1ab91415e6 kill vio 2017-04-24 19:45:33 +00:00
pancake
7c32a3350d Fix #6664 - Add rapatch format documentation in wp? 2017-03-09 00:12:23 +01:00
dx
27e7d26e96 Fix w0 command 2017-03-05 16:44:15 +01:00
SchumBlubBlub
56f5931712 Fix compile warnings (#6687) 2017-02-05 03:01:53 +01:00
pancake
c355d6ed5e Fix null deref in cbin->info 2017-01-05 10:57:50 +01:00
pancake
c85a06575b Add wtf! command 2016-12-29 04:28:06 +01:00
jvoisin
050d383ae7 Improve a bit the help for anal-related commands (#6348)
* Improve a bit the help for anal-related commands
* Help for `dcs`
* Help for wt
* Add help for dcu
2016-12-21 09:02:55 +01:00