pancake
0c2bf8080f
Print out Sa in S*, handy for projects
2017-03-30 02:19:55 +02:00
pancake
c1074d8e9d
Fix non-initialized regression in s
2017-03-27 13:43:18 +02:00
pancake
c504b85a7c
Fix #7117 - Implement s! to show near flag names for history offsets
2017-03-27 13:12:59 +02:00
radare
3d65ec6903
Fix #7088 - Remove io->raw and .keepio
2017-03-22 16:42:58 +01:00
condret
db884ecd1d
Initial import of the io.null plugin and doc/siol.md
2017-03-21 20:00:35 +01:00
Srimanta Barua
e7909f008c
Improve gdb remote debugging ( #7027 )
...
* Added bitflag structure for qSupported
* Get if process is attached/created and get file name
* Set process/thread id for subsequent 'g' commands
* Use strbuf instead of big buffer,started work on fstat
* Fix indent, brackets. Use bool instead of bitflags
* Minor fixes
2017-03-20 15:26:18 +01:00
davidpolverari
1fb422b532
Fix #6162 - Renames r_str_concat to r_str_append
2017-03-16 22:29:49 +01:00
pancake
676c7d7176
Some more tiny changes comming from siol into master
2017-03-15 11:06:19 +01:00
pancake
7a0a11f500
Apply minor naming and indent changes from the siol branch - thanks condret
2017-03-15 02:22:54 +01:00
alvarofe
b2b3f57cee
Fix #6916 - oob in bin_vsf.c
2017-03-09 23:06:27 +01:00
Giovanni
43532031c4
Fixes for windows and some are also global ( #6936 )
2017-03-08 08:49:31 +01:00
alvarofe
3cc8604583
Fix crash on io when freeing core->files
2017-03-02 22:47:59 +01:00
pancake
30aebdc521
Add author and version fields for RIOPlugin
2017-02-28 02:06:46 +01:00
pancake
5d94091203
Check for null io in riousedesc()
2017-02-19 00:14:13 +01:00
Rakholiya Jenish
be6622e318
Disable r2k for GNU Hurd
2017-02-08 12:33:29 +01:00
pancake
4dc2b8b081
Add sys/sdk build script (wip)
2017-02-02 13:25:14 +01:00
pancake
c2ea513969
Fix #6585 - aac uses invalid range with -m
2017-01-30 09:57:07 +01:00
Anton Kochkov
4ecf00e34e
Fix r_util, r_socket linking for tcc
2017-01-30 02:16:06 +03:00
pancake
b0fb7c9261
Fix #6516 - Check null deref before crashing in r_io
2017-01-16 12:15:59 +01:00
pancake
9619266d53
derp
2017-01-10 14:49:23 +01:00
pancake
de2ae8ca0f
Add overflow check for r+
2017-01-10 14:05:46 +01:00
pancake
9ae05e864f
Mark AES as broken for non-clang/gcc because of the use of dynamic array arguments
2017-01-09 18:19:39 +01:00
pancake
c355d6ed5e
Fix null deref in cbin->info
2017-01-05 10:57:50 +01:00
Rakholiya Jenish
e18ced61af
Fix coverities ( #6414 )
2017-01-03 11:18:46 +01:00
NighterMan
7b39138ce7
Add write-protect support linux r2k
2016-12-29 00:20:08 +01:00
pancake
ad48c071a7
Avoid trash to be read when the XNU process die
2016-12-28 12:46:29 +01:00
Rakholiya Jenish
7d2ed8f040
fix CID: 1368054 and CID: 1368055 ( #6383 )
...
say no to magic numbers
2016-12-27 15:21:38 +01:00
Rakholiya Jenish
e5b50f9460
fix help and add support to set flag ( #6380 )
2016-12-26 22:48:44 +01:00
Rakholiya Jenish
1fd6a78671
fix read between pages ( #6379 )
2016-12-26 14:18:13 +01:00
pancake
0030d2a63e
Fix indent for io.gzip
2016-12-26 03:43:59 +01:00
pancake
12631d40dd
Include segname in section name for mach0, enhance S=
2016-12-24 01:24:59 +01:00
Rakholiya Jenish
429929e97b
more r2k ( #6362 )
...
* io backend, pretty printing ctrl reg, some minor fix small changes during testing show backend id and pid
2016-12-22 14:25:00 +01:00
pancake
9b07c2f5e5
Fix mingw32 build
2016-12-22 00:07:26 +01:00
Anton Kochkov
e20ac7a139
Fix some more coverities
2016-12-22 00:21:11 +03:00
pancake
7dc9d9d8cb
Fix r2k build
2016-12-21 09:45:09 +01:00
Rakholiya Jenish
8af363143a
Split io_r2k.c into windows and linux files differently. Additional minor fixes in linux integration. ( #6352 )
...
* split r2k file, print cr1 as 0
* show help on incorrect commands and fix minor issues
update the memleak changes done in commit 50d73d1
* fix mingw build on linux
2016-12-21 08:58:48 +01:00
pancake
50d73d1547
Fix a lot of memleaks, null derefs and undef behaviour thanks to clang-analyzer
2016-12-19 16:44:51 +01:00
Andrey Torsunov
ffcdb0443e
5768: Add generation of comments with patch details ( #6314 )
2016-12-19 04:56:27 +01:00
pancake
2c5400e03e
Fix more CIDs, memleaks mainly
2016-12-19 04:21:56 +01:00
Anton Kochkov
37f1756139
Fix CID 1367283, 1367280
2016-12-17 00:54:56 +03:00
Álvaro Felipe Melchor
a874de805e
clean up code applying coding style
2016-12-15 21:04:27 +01:00
Rakholiya Jenish
a376201e9e
Fix android arm build and update integration of kernel map ( #6306 )
2016-12-11 00:02:35 +01:00
pancake
d26917a0a2
Fix #6141 - implement pkill
2016-12-09 18:12:38 +01:00
Álvaro Felipe Melchor
028e8f0ca3
Fix few covs
2016-12-04 22:26:17 +01:00
pancake
025119779f
Fix boundaries in p-j after aaa
2016-12-02 21:08:20 +01:00
Elia Geretto
31e8d7cb68
Fix various memory leaks ( #6272 )
...
* Fix bits_ranges memory leak in anal.c
* Fix anal->reg memory leak and prevent use after free in plugin.c
* Fix reg->allregs memory leak in reg.c
* Fix dbg->plugins memory leak in debug.c
* Fix io->plugin_default memory leak in io.c
* Fix plugin_free not deallocating plugin in bin.c
* Adapt to style guidelines
* Fix memory leak in r_bin_object_free and resolve double free
* Fix o->kv memory leak in r_bin_object_set_items
* Fix memory leak pushing arena on reg init
* Fix io->plugin_default memory leak in io.c
* Adapt to style guidelines
* Fix pfile memory leak in radare2.c
* Add braces to if in bin.c
2016-12-01 09:09:59 +01:00
Rakholiya Jenish
c7c1fad14f
add all ioctl ( #6265 )
...
use PFMT64x
fix things
2016-11-29 14:00:58 +01:00
pancake
351d09ce7d
Include current offset in sj
2016-11-24 16:11:43 +01:00
pancake
9b7b8b8326
Fix entry0 symbol in Linux debugger
2016-11-14 08:58:55 +01:00
pancake
7e07579cdc
Fix last covs
2016-11-20 12:20:05 +01:00