Commit graph

82 commits

Author SHA1 Message Date
pancake
4caafc964d Refactor r_io, while fixing some bugs and use more RList 2016-06-20 00:29:41 +02:00
pancake
81c977c979 Refactor r2 -iL and add oL (load plugins before r2 -L) 2016-06-19 23:32:58 +02:00
Álvaro Felipe Melchor
649748a8f2 Fix #5074 2016-06-06 22:40:34 +02:00
Jeffrey Crowell
9518841434 refactor includes (#4757) 2016-05-03 04:52:41 +02:00
Kitsu
3e5d281815 Fix #4436 - more help for o subcommands 2016-03-30 22:39:30 +02:00
Darredevil
b362e2d2fb Alias 'doo' command for issue #4365 2016-03-21 23:55:01 +03:00
pancake
5d210f526e Support array definitions of Cd 4[10] 2016-02-16 02:42:44 +01:00
DZ_ruyk
0e8b42787a Boring typo fixes
Can't -> Cannot (since most of error messages use second form)
2016-01-07 00:13:54 +01:00
pancake
b5cb0ba1b1 Fix ood on relative paths 2015-11-26 12:55:47 +01:00
pancake
2b519dee07 Fix #3599 - save/restore file map address 2015-11-12 10:33:20 +01:00
Álvaro Felipe Melchor
8d9af55342 Fix #3628 2015-11-09 15:30:13 +01:00
pancake
9c9bb2dbd5 Memory optimization for flags (-70%) + some warnfixes + sdb-sync 2015-11-08 23:38:42 +01:00
pancake
cf395d0dc1 Fix use-after-free in ood 2015-11-05 13:39:32 +01:00
pancake
5c99eb0c3f Uppercase register aliases 2015-10-31 01:59:01 +01:00
pancake
31737e3ecf Fix #3541 - Implement oonn+ command 2015-10-22 03:20:30 +02:00
pancake
347c10c770 Implement 'oonn' command 2015-10-21 02:31:00 +02:00
Jeffrey Crowell
58ee21e776 make dcu <flag> work on PIE binaries 2015-10-19 05:08:50 -04:00
Jeffrey Crowell
d1bca7d4d8 fix some cov 2015-10-06 23:51:35 -04:00
pancake
876a4052be Initialize stack register in 'aeim' 2015-10-01 12:04:58 +02:00
Álvaro Felipe Melchor
ac965a56c0 Fix #3359 2015-10-01 11:01:55 +02:00
pancake
94f5bdd6be Fix radeco and ppcmdisasm r2pm packages 2015-09-24 04:03:19 +02:00
pancake
f7905cdd1b Fix memleak in ood and better ppc-esil 2015-09-17 01:25:00 +02:00
Jeffrey Crowell
e973deadca make ood use absolute path
fixes #3255
Reopening a file in debug mode with 'ood' does not work #3255
2015-09-14 20:46:08 -04:00
pancake
b515a34676 More stdboolification 2015-09-14 12:35:38 +02:00
Riccardo Schirone
1aa26dd9a4 core/bin,cmd_open: some refactoring 2015-08-29 01:41:34 +02:00
pancake
1d4b0d8555 Fix some covs 2015-08-28 17:21:04 +02:00
Jeffrey Crowell
ce055cf64c fix ood in case of already open in dbg:// 2015-08-27 17:15:03 -04:00
Riccardo Schirone
cacce6a91e use R_FALSE/R_TRUE for io.va 2015-08-26 19:48:42 +02:00
pancake
4dff5cca5e Some some COVs related to control flow and memory leaks 2015-08-24 01:58:36 +02:00
pancake
64b140fd66 Fix #3118 - Fix ood on quit 2015-08-19 18:16:17 +02:00
pancake
b4e8106980 Initial implementation of ood 2015-08-19 15:13:08 +02:00
Jeffrey Crowell
584a0da932 fix oob heap read in on fixes #2807 2015-06-26 23:50:58 -04:00
pancake
48b6d41a55 Fix #2273 - Avoid oc in sandbox mode 2015-03-31 18:33:48 +02:00
pancake
ef6c71208d Fix tons of input crashes reported in #2220 2015-03-22 23:24:13 +01:00
pancake
6ff6ad010c Fix some b64 warns and avoid /bin/ls in help messages 2015-02-09 11:48:06 +01:00
Jeffrey Crowell
8f7fcc91ce purge core->files list when we close all files. 2015-02-06 21:05:46 -05:00
pancake
94c1423f01 Fix o- regression 2015-02-04 03:06:27 +01:00
pancake
b87733d554 cmd_open refactoring and fix few warnings 2015-02-03 00:52:24 +01:00
pancake
7222afae60 Add oa in o? help message 2015-01-29 03:05:29 +01:00
pancake
039858fd86 Fix r2 -B, rabin2 -B, Implement oa command
- Now it is possible to load binfiles from debugger memory
* Base address is now honored properly. But it needs more testing
2015-01-29 01:45:39 +01:00
pancake
6de4e32000 Implement 'o=' command like 'S=' 2015-01-27 15:35:42 +01:00
pancake
45bbb096a4 Fix bugs in formatted string in 'o' 2015-01-24 23:26:17 +01:00
pancake
d08015cf66 Add f--, fs-*, o--, enhace Po a lot
- Handle all internal information deinitialization in:
  - flags, io, core, bin, anal
- Fix w32 build
2015-01-22 02:22:29 +01:00
pancake
9a5a39a804 Add oj and o*, to list opened files in JSON and r2 commands 2014-12-19 13:46:04 +01:00
pancake
17b06b7cbe Add loop, show fd after o and fix int (x86.cs) 2014-12-19 12:18:25 +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
7cc34c4387 Fix use-after-free in RCoreFile/RIO 2014-11-07 10:37:54 +01:00
jvoisin
a60d82b800 Fix a lot of warnings for GCC
Less than 20 warnings remaining on my x86_64 GCC 4.9.1
2014-10-26 13:50:58 +01:00
condret
c8c276f2cd add r_io_map_list 2014-10-22 11:04:37 +02:00
pancake
1c583a4b39 Added 'oob', 'oon' and 'oo?'. Close RBinObjects with RCoreFiles 2014-10-17 00:36:00 +02:00