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
pancake
da866539ee
Fix 'oo' bug (sync rcorefile and riofile lists), Better 'ob'
2014-10-17 00:04:52 +02:00
pancake
38127e9f43
Load one rbinobj per file. Fix r2 *, ob help and a coverity memleak
2014-10-07 10:49:29 +02:00
Jonathan Neuschäfer
1aa3714d3c
Fix a typo ("bascked")
2014-09-13 00:17:36 +02:00
Jonathan Neuschäfer
ed2470bc2c
Avoid a few out-of-bounds reads
...
* When "omr" is called without any arguments
+ instead just do nothing
* in string_scan_range
* unbounded pdj now works under ASAN.
+ But what did the +5 do there?
* on px/ without arguments
2014-08-26 03:45:14 +02:00
pancake
0fbe8700d6
Automatically run 'sr pc' after 'oo'
2014-08-19 10:15:46 +02:00
pancake
be4b0d1258
Fix 'oo' on 'r2 -d' in OSX
2014-08-18 18:06:27 +02:00
jvoisin
16039faeb2
Colorize o
2014-06-21 21:32:43 +02:00
pancake
b72e61fda1
Colorize 'o' and 'q' help messages
2014-06-20 11:10:55 +02:00
pancake
5e33a8a282
Initial huge refactoring of r_io still work in progress
2014-05-28 04:34:12 +02:00
Adam Pridgen
5bb7ddef66
Added listing for binfiles, selection by binobject ids, selection by binfile ids, and deletion by bin object ids
2014-05-13 21:54:18 -05:00
Adam Pridgen
e9cabecc45
Fix CIDs: 1211131, 1211134, 1211136, 1211133, 1211143
2014-05-04 22:09:20 -05:00
Adam Pridgen
c3d6664756
Adding multi-bin support for files that contain multiple objects and lots of other fixes in libr/bin
2014-04-28 12:11:14 -05:00
condret
27d7725950
Code clean up and fix o+
2014-03-26 22:32:45 +01:00
pancake
1f1367382b
Add 'aos' to sdb-ize the esil, file.suppress_warnings renamed to file.nowarn
2014-01-31 02:02:51 +01:00
Adam Pridgen
e6fe3354d9
Fixing coverity issues for io_zip, hanging caused by infinite loop in disasm.c,
...
and io map collisions (which adds file.loadalign, file.loadmethod (append or fail),
and file.suppresswarnings.
2014-01-25 23:48:22 -06:00
Adam Pridgen
db1bb1a089
Changed the location of RBinObject, and created RBinFile to conform similarly to
...
RCoreFile, where RBinFile contains meta information for RBinObjects. Now
RBinFiles are swapped out along with the RCoreFile when the priority is changed.
2014-01-20 02:44:25 +01:00
Adam Pridgen
415a77dca0
Java can now load multiple bins into radare space, and analyse the different bins.
...
See libr/bin/p.bin_java.c libr/anal/p/anal_java.c for the hacky details.
Fixed the coverity issue.
2014-01-12 17:36:47 -06:00
pancake
01a2b485e7
Implement 'drc' command with all the RRegCond magic
...
- Fix all debug register profiles
- Support for X86 and ARM
- Allow to check conditional instructions
2014-01-08 23:23:06 +01:00
pancake
a4d3cc6a31
Add 'pae' command to show esil from hexpairs
...
* Add some more prefixed help messages
2013-12-23 01:57:43 +01:00
pancake
f1c9943df2
Fix #313 - Add bin.baddr and r2 -B to set base address for r_bin
2013-11-06 01:32:24 +01:00
pancake
3a52fdd57d
Fix another x86-16bit issue and add x/ gdb-like command
2013-10-14 03:30:12 +02:00
pancake
e173008266
Fixes on io maps and fd descs
2013-10-11 03:11:15 +02:00
pancake
888bd62819
Add 'on' as in 'r2 -n'
2013-10-11 01:24:30 +02:00
pancake
fb19a8cdd4
Fix debug of 32bit programs on 64bit boxes
2013-04-24 09:46:57 +02:00
pancake
8270c60a16
flex no longer mandatory, fix ios debugger
...
Flex is no longer mandatory for configure
Fix overflow in r_core_cmd0
vm_protect works again on iOS (using VM_PROT_COPY)
ptrace-cont is just a detach
fix build with latest ios sdk
2012-10-31 16:37:19 +01:00
pancake
31b5036071
add 'io' command and s/--without-ssl/--with-openssl/
2012-10-26 02:49:33 +02:00
pancake
5de2e221b2
Fix om for rbin-friendly files, add 'dss'
...
Implement dss command to skip steps
omr works with just a single argument too
Fix open maps for RBin files
Merge r_th into r_util
2012-10-25 15:21:47 +02:00
pancake
73a7b77306
Add 'omr' to relocate maps and rm libr/README
2012-10-25 09:48:45 +02:00
pancake
16e0c555e5
Add 'oo+' and 'o+' commands to reopen in read-write
2012-10-22 10:12:13 +02:00
pancake
3861772e6d
Initial implementation of r_io.zip plugin
...
Allows to: r2 zip://foo.apk//classes.dex
Honor LDFLAGS in r_bin
Fix filename issue in r_io_redirect
Add testing on-activate event in r2w2
2012-09-07 03:26:38 +02:00
pancake
e2af4c93d4
Added htmlgraph.sh as a cmd.graph html5 graph backend
...
Many fixes for agv, rcons->html
2012-09-05 03:25:03 +02:00