Commit Graph

205 Commits

Author SHA1 Message Date
radare
d05292e485
Fix 80 warnings coming from gcc8.2 (#12280) 2018-11-22 22:11:43 +01:00
dav1901
8b83d03c99 Minor code cleanups free/R_FREE (#12145) 2018-11-13 23:41:28 +01:00
a1ext
4e8e7de7b4 Fix unicode path issues in Windows ##windows 2018-10-30 01:04:47 +01:00
radare
e2f1fe1da6
Fix build for GNU/Hurd by removing the PATH_MAX usage (#11816) 2018-10-15 15:17:42 +02:00
Neven Sajko
4a722e80d8 Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
Paul I
b5044de59b Fix agw command (#11217) 2018-08-23 18:35:24 +02:00
pancake
a61d80ff9f Fix last coverities and the use of r_str_cmp as list comparator
* Fix avra test and avoid long time loading trash data in avra
2018-08-11 20:59:28 +02:00
radare
0969b835de
Fix last covs (#10973) 2018-08-07 13:06:23 +02:00
cyanpencil
3fda01343d Fix: coverities 1394583 1394582 1394447 2018-08-01 17:52:06 +02:00
Paul I
56a960ea3a Some fixes for ag command:
* Fix r_file_path() on Windows
* Fix bug in r_core_graph_cmd()
* Use explorer.exe as picture viewer on Windows
2018-08-01 01:02:38 +01:00
pancake
a1666a7712 Fix warnings introduced recently 2018-07-30 18:17:09 +01:00
cyanpencil
6150481263 Fixed bug not compiling on windows in r_file_globsearch() 2018-07-27 01:26:34 +08:00
cyanpencil
c8be0802ea Fixed small bug with ~ in r_file_globsearch () 2018-07-27 01:26:34 +08:00
cyanpencil
360dfebbdf Changed strndup to r_str_nlen in file.c 2018-07-27 01:26:34 +08:00
cyanpencil
b9be6c9a8c Added r_file_globsearch and zfs **.sig support
Updated zf? help

Removed debug eprintf
2018-07-27 01:26:34 +08:00
pancake
8159e7c322 Fix last covs 2018-07-13 14:51:34 +02:00
radare
4e3cbbfa3e
Fix #10701 - Support glob expressions in r_file_mkstemp() (#10703) 2018-07-12 00:12:02 +02:00
David CARLIER
4d1d5adb0d Using randomisation wrapper (#10310)
* various tweaks, updating configure.acr script
* moving code to existing utils and modifying builds scripts
* use arc4random_buf when available
2018-06-11 02:50:30 +02:00
pancake
e216f08826 Lowercase some help messages 2018-05-07 12:26:01 +02:00
pancake
fe7ae5d0af Fix last 20 coverity issues 2018-03-19 11:51:04 +01:00
pancake
30e98b24be Fix: ed works when no r2rc exists, add RFile.touch() and fix .dump() 2018-03-07 01:20:06 +01:00
pancake
f9db7d3bdb Implement cp. and fix r_sys_copy on mac/ios 2018-02-21 02:59:46 +01:00
Rafael Rivera
3031324be3 Initial e dbg.symstore support (#9338) 2018-02-09 11:34:09 +01:00
Anton Kochkov
10fe3b3e39 Fix AppVeyor build 2017-11-23 12:12:28 +08:00
pancake
3ed6ca7a54 Fix build 2017-11-22 13:34:15 +01:00
pancake
839fa08ce2 Honor TMPDIR on android too, to fix termux/adb environments, keeping in-app hardcoded 2017-11-22 12:44:24 +01:00
Jose Diaz
e74aadad28 Renaming char_to_w32 => utf8_to_utf16 2017-11-03 10:27:18 +08:00
Jose Diaz
8ee0789b82 Moved buffers to heap space 2017-11-03 10:27:18 +08:00
Jose Diaz
527ff71d41 Convert char to windows unicode 2017-11-03 10:27:18 +08:00
pancake
a0a7ab67b8 Fix empty fortune message issue 2017-09-12 00:57:55 +02:00
Fangrui Song
4f9cfe359a Fix out-of-bounds read in r_file_hexdump (#8422) 2017-09-04 05:01:32 +02:00
pancake
731ff16101 Fix null deref on old UNIXes passing NULL in realpath 2017-08-28 21:16:43 +02:00
pancake
eaa6e6c8ba MacOSX <10.5 didn't had the copyfile syscall 2017-08-27 19:07:53 +02:00
josediazfer
74a22ebe07 Changes for windows (memory map, memory modules, radare commands with pipe) (#8109)
* Improvements for windows
FIX: All the memory regions of the process are shown (previously only the modules were shown).
FIX: Before only the 64-bit modules were shown, adding the flag TH32CS_SNAPMODULE32 also shows the 32bits.
FIX: In Windows 7 the stat () function fails if the temporary path ends with slash.
The r_core_cmd_pipe () function is implemented.

* FIX: Changes for windows (memory map, memory modules, radare commands with pipe) #8109
2017-08-03 16:46:06 +02:00
SkUaTeR
e7a2f2cc8c fix a wrong definition to call GetLongPathName and fix for #8044 (#8053)
* fix a wrong definition to call GetLongPathName

* fixing ppc arch

* fixing export issue in PE files
2017-07-29 02:07:42 +02:00
Anton Kochkov
41e21634ab Coverifixes (#8026) 2017-07-26 14:41:03 +08:00
pancake
3a114bee0c Fix http server without sandbox 2017-07-20 15:48:26 +02:00
pancake
a048a77a13 Oops, regression 2017-07-20 15:42:08 +02:00
pancake
4f45e836e1 Enhance sandboxing messages and checks 2017-07-20 14:49:45 +02:00
xarkes
9562475e95 GetLongPathName call fix (#7954) 2017-07-18 10:22:35 +02:00
pancake
e646979ad9 GetLongPathName is not available on mingw32, resolve it dynamically 2017-07-16 10:13:29 +02:00
xarkes
a8dc08f9c0 Fixed windows network path (\\server\file.exe) and random err (#7927) 2017-07-15 15:54:55 +02:00
pancake
1b6cfb68bd Fix some memleaks, warnings and null derefs pointed out by clang analyzer 2017-07-10 11:20:03 +02:00
xarkes
931aa1e285 Windows XP support test (#7844) 2017-07-10 09:52:00 +02:00
SkUaTeR
beb80cfc16 Fixes for MSVC 2017-05-09 23:53:20 +02:00
xarkes
926f024909 Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
pancake
02398e1e17 Implement r2 -X to specify custom rarun2 directives 2017-04-26 19:35:37 +02:00
pancake
b282656bbb Improve error checking and fallback in the sandboxed http 2017-04-26 15:31:27 +02:00
davidpolverari
1fb422b532 Fix #6162 - Renames r_str_concat to r_str_append 2017-03-16 22:29:49 +01:00
pancake
d26d7bdf5d Use copyfile syscall for OSX in r_file_copy() 2017-02-03 10:47:36 +01:00