1242 Commits

Author SHA1 Message Date
Giuseppe
7a140d71e6 Use different color when pxw unmapped data (#9404) 2018-02-20 23:55:11 +01:00
Giovanni
0c776c0e71 warnings from lib (#9445) 2018-02-20 23:19:35 +01:00
Paul I
bb4f61580e Cleanup meson files (#9424) 2018-02-20 09:33:19 +01:00
pancake
f1be2a2af3 Fix more crashes related to reopen gdb:// 2018-02-18 03:18:30 +01:00
pancake
eef94066a0 Fix some crashes for 9410 2018-02-18 03:08:17 +01:00
Fangrui Song
ac4db23570 Report error if write fails. (#9416) 2018-02-17 19:05:04 -06:00
pancake
f5aa5906d4 Fix last covs (null derefs and leaks) 2018-02-12 14:27:38 -06:00
Oscar Salvador
dd4ad11379 fix ood whitespace (#9302) (#9353) 2018-02-09 21:37:47 +01:00
Adrian Studer
207e8596cd refactor for riobind 2018-02-03 19:22:56 +01:00
Marc
9d359653dd Fix Segmentation fault in io_zip for IPA files (#9262) 2018-01-29 23:46:26 +01:00
pancake
43420e4671 Add Vb[is] for imports/symbols 2018-01-24 10:47:33 +01:00
whitequark
c816dc7e66 Don't try to build shared libraries if configured as --without-pic.
Specifically, avoid building all plugins as non-static objects,
as well as some supplementary libraries. In fact, a large amount
of plugins was already gated to build as shared objects only with
WITHPIC=1, but this was not done consistently.
This gating has been moved to */p/Makefile.

Building these shared objects is a waste of time and breaks
the --without-pic build unless CFLAGS is forced in the make
invocation.
2018-01-11 23:09:22 +01:00
pancake
da8badf3cc Where in time is r_io_open_buffer? 2018-01-11 01:03:45 +01:00
pancake
a706fecbd9 Fix radiff2 -B patch 2018-01-10 10:18:31 +01:00
Lowly Worm
1950ed37a5 fixup style for variable decl 2018-01-09 23:25:57 -08:00
Lowly Worm
287e93b9cb comment out some wip code, fix scoping for undo 2018-01-09 23:22:45 -08:00
pancake
bdbc2c5851 More cleanup and ritvization 2018-01-10 07:43:54 +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
5a6599e2e8 Minor syntax fixes for libr/io 2018-01-09 16:05:50 +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
d0f69e7818 Handle file:// uri as for io.default 2018-01-02 04:20:53 +01:00
Ziyaddin Sadigov
d4dd6fd5e6 Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
Humberto Miatello
36f056d67b Updating documentation file path to point correctly (#9077) 2017-12-27 17:45:45 +01:00
pancake
0b1e8eaecc Fix almost all warnings from the msvc build 2017-12-19 00:18:39 +01:00
pancake
a8897b107d Fix #9015 - use after free when quitting main thread having background server threads 2017-12-18 13:27:26 +01:00
pancake
6f0de4913e Implement io.cache.auto to cache all reads for slow io backends 2017-12-18 01:44:22 +01:00
Anton Kochkov
22ce0576da GCC also should understand this syntax 2017-12-09 19:29:54 +08:00
Anton Kochkov
dfb22aa3a8 Try to fix MSVC builds 2017-12-09 19:17:41 +08:00
xarkes
3a5705d052 Fix appveyor 2017-12-09 10:55:44 +01:00
pancake
a0d79ea003 Fix mingw32 build 2017-12-08 12:48:32 +01:00
pancake
3068b2d270 Implement fO command to ordinalize flag names matching a glob 2017-12-02 02:11:22 +01:00
SkUaTeR
eb5320b1e3 ood fixed uninitialize var (#8889) 2017-11-26 14:28:29 +01:00
pancake
d43d2f738d Fix asm.immstr 2017-11-14 03:59:24 +09:00
Maijin
4bb5c15faa r_lib_struct_t -> RLibStruct 2017-11-10 13:38:05 +01:00
pancake
ca54ef17c3 Fix rbin autodetection on blockdevices to automount filesystems 2017-11-07 00:42:34 +01:00
Jose Diaz
422af9d52c Fix broken w32 io debug doing rd/wr memory operations 2017-11-06 16:21:52 +08:00
Anton Kochkov
07b5af7d33
Fix the windows fix 2017-11-06 15:56:42 +08:00
Anton Kochkov
fe0e6b17dc Small windows debug fix 2017-11-06 15:03:34 +08:00
Anton Kochkov
7fd7bdf09f Fix build 2017-11-06 13:27:04 +08:00
Anton Kochkov
c756e5de17 Fix MSVC build 2017-11-06 13:05:54 +08:00
pancake
702afebc66 Fix Windows build and a bunch of scary warnings 2017-11-06 03:23:21 +01:00
Fare9
e81e153729 Added json feature for oL listing (#8781)
* Added json feature for oL listing

* Fixed space and braces problem
2017-11-04 20:55:26 +01:00
pancake
f23c1224ec Fix seek for io.winedbg 2017-11-04 16:03:20 +01:00
pancake
6116682527 Fix Vpp for debug.io 2017-11-04 15:48:43 +01:00
pancake
a1e24700e3 Fixes for winedbg:// and debug.io 2017-11-04 15:37:09 +01:00
josediazfer
054c017651 Fix Try to fix attaching issues for Windows #8770 (#8776)
If we call CreateProcess function with DEBUG_ONLY_THIS_PROCESS flag then
fail DebugActiveProcess when execute the following radare command:
r2 -d test.exe
Removed verbose ouput :/
2017-11-03 19:52:45 +01:00
Jose Diaz
e74aadad28 Renaming char_to_w32 => utf8_to_utf16 2017-11-03 10:27:18 +08:00
Jose Diaz
527ff71d41 Convert char to windows unicode 2017-11-03 10:27:18 +08:00
Anton Kochkov
e370ad02f2 Try to fix #8622 2017-11-02 20:56:30 +08:00
josediazfer
c2b2ddfe4a Fix crash io system w32dbg (#8760) 2017-10-30 18:56:19 +01:00