919 Commits

Author SHA1 Message Date
pancake
7e07579cdc Fix last covs 2016-11-20 12:20:05 +01:00
Rakholiya Jenish
f05c47881d Add more ioctl commands for r2k (#6226) 2016-11-20 11:31:12 +01:00
Rakholiya Jenish
81f46e11b9 Add help, fix write and use io->cb_printf in r2k 2016-11-17 12:19:09 +01:00
pancake
a8ad157026 Initial support of linux-arm-32 for ragg2-cc 2016-11-14 04:24:50 +01:00
pancake
4e3837ad8f Fix last COVs 2016-11-10 11:44:00 +01:00
pancake
a4ab69320b Fix _IOR usage to make every linux taste happy 2016-11-10 11:14:00 +01:00
pancake
129212d127 Honor _IOR from kernel if available 2016-10-29 03:00:27 +02:00
Álvaro Felipe Melchor
f5166f936d Fix some meamleaks (#6156) 2016-11-09 02:28:14 +01:00
pancake
ca730772f4 Fix wrong usage of sizeof(ptr) 2016-11-08 15:12:43 +01:00
pancake
f23336b393 Fix null callback issue in io.self 2016-11-08 14:46:50 +01:00
pancake
56b4b75277 Fix android build 2016-11-08 14:33:15 +01:00
Rakholiya Jenish
544ab253d8 Initial integration with r2k for linux (#6148)
fix opening with oo+
make everything ut64
2016-11-08 11:51:10 +01:00
Álvaro Felipe Melchor
3222447eab Fix warnings when compiling in linux 2016-11-08 01:58:07 +01:00
pancake
99fbd9bf9f Fix S-[id] 2016-11-04 05:00:30 +01:00
pancake
c15cf1239c Initial support for io.pava 2016-11-04 01:30:35 +01:00
pancake
94d47c79bb Completely remove all references to list.h 2016-10-27 13:33:27 +02:00
pancake
589ac97bda Fix some overflow-related covs 2016-10-26 23:40:17 +02:00
pancake
fe4a10ce96 For some reason ret=0 on io.write via rap means -1 2016-10-26 16:52:56 +02:00
pancake
d45999d10e Implement column sorting in RCons.grep 2016-10-25 12:03:55 +02:00
pancake
be9df39f6f Fixed 40 null derefs reported by coverity 2016-10-20 15:02:25 +02:00
Álvaro Felipe Melchor
19f054840f avoid fork and r_core_new in iz commands
Changed the code to use C API instead of forking rabin2 or create a new core
instance. Besides, izz handles string from raw binary (without RBin)
2016-10-19 23:02:38 +02:00
pancake
995495ade4 Fix 1 byte write issue in io.http and io.tcp 2016-10-19 15:16:14 +02:00
pancake
fbd84145f5 Fix latest COVs and make tcp:// rw 2016-10-19 13:19:30 +02:00
pancake
5fcee5d712 Implement wts to send data to socket 2016-10-19 03:36:59 +02:00
pancake
f80685c259 Fix #5992 - Honor ^C in tcp:// 2016-10-19 03:10:48 +02:00
pancake
18f0a3a1f3 Initial import of io.tcp + rsocket cleanup 2016-10-18 14:26:20 +02:00
Álvaro Felipe Melchor
45f193bb6a Fix ELF support for 32-64bit relro relocations, fix negative allocation in PE and null deref 2016-10-11 14:32:35 +02:00
pancake
64cd03dab5 Fix rap:// with no filename and reindent related stuff 2016-10-09 23:56:52 +02:00
pancake
4a412b0227 Implement RIODesc.detach() 2016-10-09 23:53:40 +02:00
pancake
5ac2be945e Fix #5867 - Remove all references to __FILE__ or __LINE__ 2016-10-09 11:01:41 +02:00
pancake
1a99f72d63 Fix @i: 2016-10-08 03:10:12 +02:00
pancake
cd26e34a7b Blind fix #5938 - remove some __FILE__ references 2016-10-08 03:01:22 +02:00
pancake
466c9ff066 Initial implementation of the RDebug.io plugin 2016-10-08 02:39:50 +02:00
pancake
ce0753130a Add more arm64 regs, fix movk esil 2016-10-05 23:07:58 +02:00
pancake
1e89dddd87 Fixes in oa, asm.bits, avr and io debug issues 2016-09-26 00:46:20 +02:00
Sven Steinbauer
2996538700 Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
pancake
4df85046fd Add r_buf_resize and make ihex:// .resize() work 2016-09-15 17:19:39 +02:00
pancake
22717a7998 Fix #5754 - Honor ./ and abspath in r_file_path for r2 -d 2016-09-15 12:52:50 +02:00
pancake
b44ec9b3e3 Add =!pkt in gdb:// and other minor fixes 2016-09-14 13:11:04 +02:00
pancake
a59e0ce083 Fix crash in gdb:// and some oobreads 2016-09-13 02:38:08 +02:00
pancake
d2e0a7e0fa Fix 'Cannot allocate issue via rap:// 2016-09-12 22:06:58 +02:00
pancake
66b87e12fd Fix crash in self:// 2016-09-05 04:35:05 +02:00
pancake
8a4ac505b0 Fix #5665 - Properly handle 32/64 bit spawning on OSX 2016-09-03 14:39:43 +02:00
pancake
12a6469bbd Various fixes for the debug register state on XNU for ARM and x86 2016-08-31 01:57:36 +02:00
pancake
7cf0e1b633 Fix r2pipe:// (initial \x00 issue and cmd chop messages properly) 2016-08-27 02:32:43 +02:00
SkUaTeR
8b17834eb5 Fix command do in windows, fix dr command to get segments registers, … 2016-08-26 23:51:56 +02:00
pancake
f5f923aea5 Fix all latest COVs 2016-08-16 13:39:59 +02:00
pancake
63ef956a75 Fix #5522 - rap:// write operation wrongly processed 2016-08-16 02:42:27 +02:00
pancake
c35666ef8a Minor rap:// fixes. More to come 2016-08-15 02:37:45 +02:00
pancake
0f39a486f5 Fix #5341 - rap:// with no file works now 2016-08-15 01:54:53 +02:00