1530 Commits

Author SHA1 Message Date
Ziyaddin Sadigov
d4dd6fd5e6 Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
pancake
76cfc611af Fix #8993 - Honor s:key in woD 2017-12-18 16:50:31 +01:00
pancake
ff8959f1b0 Add some more null deref checks here and there 2017-12-18 12:38:37 +01:00
kriw
6c2a366e53 rax2 Impl r_hex_ from_py (#9007)
* add parser for python

* add P flag for hex from python

* Revert "add P flag for hex from python"

This reverts commit 23a4721ef81a7d14216673f688799f46d913c2d9.

* detect language automatically
2017-12-13 12:01:27 +01:00
pancake
e811e2647b Query the user before running the .r2 companion file 2017-12-02 21:43:15 +01:00
kriw
551d7bebb6 rax2 fix overflow (#8928)
* fix overflow

* pass NULL to r_print_hex_from_bin in rax2
2017-12-02 16:15:23 +01:00
kriw
ee1de0ab9b Fix #2479 impl bin -> hex (bignum) (#8925) 2017-12-01 16:00:22 +01:00
Martin Carpenter
ac3b96b382 Re-open stderr to nul or /dev/null on -2 flag 2017-11-28 17:58:48 +01:00
pancake
e67c8dc0f2 Avoid false positives in the ISPPC test for binr/preload 2017-11-28 13:22:19 +01:00
pancake
fe649cf4e3 Fix build on old Macs 2017-11-28 13:21:49 +01:00
Raul Siles
08d9abe283 Change references from OSX to macOS 2017-11-15 10:43:31 -05:00
pancake
dd6a1a68d5 Implement 'r2pm -i all' as requested 2017-11-14 03:12:54 +09:00
kriw
f889441483 Support ternary values in rax2 2017-11-14 03:04:09 +09:00
Iru Cai (vimacs)
94a3cd7d2f fix meson build of r2agent (#8827) 2017-11-13 18:10:06 +04:00
pancake
c5a74500cb Fix read underflow in rax2 2017-11-09 12:21:43 +01:00
Asutosh Palai
51cb86a18c Fixed -r flag to load rarun2 profile (#8802) 2017-11-08 11:04:06 +01:00
pancake
5fc5137c70 Autodetect and mount ISO9660 partitions 2017-11-06 23:58:50 +01:00
pancake
2e08b0c91f Implement /M and enhance r_fs to autodetect filesystems 2017-11-06 23:32:08 +01:00
pancake
f75b5441c9 Fix automount and handle hfs from RBin 2017-11-06 23:06:54 +01:00
pancake
a1e24700e3 Fixes for winedbg:// and debug.io 2017-11-04 15:37:09 +01:00
pancake
b791b37614 winedbg debugger is in fact io, hack this in r2's main 2017-10-31 13:36:40 +01:00
pancake
0a1181515d Make constructor/destructors available only via rabin2 -ee (and iee in r2) 2017-10-30 18:31:01 +01:00
pancake
de86371355 PDB_SERVER is now RABIN2_PDBSERVER 2017-10-30 12:46:33 +01:00
pancake
2fd75e3063 Implement 'r2pm suicide' to self remove r2 from system and home 2017-10-27 00:38:15 +02:00
pancake
38bf0da785 Fix crash for fat and set arch/bits earlier in radare2.c 2017-10-20 12:44:57 +02:00
pancake
029b5344b7 Do not update archbits twice to avoid multiple remaps on fat bins 2017-10-20 11:37:28 +02:00
pancake
6c17d2036d Initial support for relative installation paths and clean some warnings 2017-10-19 01:07:56 +02:00
condret
23ff2e0259 Fix multifiles for projects (#8635)
* store files and their corresponding maps

this is a hack, and needs rethinking

* Use empty file.path in project rc to indicate new style rc with on commands.  Make -p imply -- to further enable this.

* Some horrible hacks to make things work a bit smoother.

* fix maps in projects
2017-10-18 01:27:49 +02:00
pancake
b0beb37c48 Add experimental r2pm -ci flag 2017-10-10 10:33:45 +02:00
pancake
f2e1d621e1 Add r2pm -d to show documentation 2017-10-05 19:34:12 +02:00
Petr Vaněk
e22af7bf67 Fix: memory leak when R_DEBUG is set 2017-09-30 12:06:38 +08:00
pancake
89d20763fc Fixes for winedbg:// and crashes in -Dio 2017-09-27 04:58:15 +02:00
pancake
97911069b3 Initial port of io.winedbg using the new r_socket_spawn() api 2017-09-27 03:12:00 +02:00
pancake
ea7e02193d Fix static sdk build --without-gpl 2017-09-25 18:57:36 +02:00
pancake
fa21d57029 Fix the double "Cannot open" issue with gdb:// 2017-09-25 10:51:53 +02:00
pancake
8ce09268e1 Avoid warning in modern macs for DYLD_PRELOAD via rarun2 2017-09-23 02:31:12 +02:00
Srimanta Barua
f5ba073f8a quit without killing target (detach) 2017-09-19 14:55:03 +02:00
Rene Laemmert
abf294d8fd Using full path for autoload zignatures (#8567) 2017-09-19 11:40:25 +02:00
Rene Laemmert
729c528c80 Added autoload of zignatures (#8554) 2017-09-18 17:48:19 +02:00
pancake
f57263e238 Fix #8545 - Honor -w for -i 2017-09-18 04:58:20 +02:00
Fangrui Song
d190effb26 Remove search.count in favor of search.maxhits in /A , /R , and everywhere (#8538) 2017-09-18 02:04:01 +02:00
Fangrui Song
4358de43b2 Fix backward search and string search across boundary in search.overlap=0 mode and fix mem leak (#8537)
* Fix mem leaks in search
* Fix backward search and string search across boundary in search.overlap=0 mode and fix mem leak
2017-09-17 23:44:04 +02:00
pancake
c3dc7886c1 Fix R2PM_SUDO issue using env var and function name seaminglessly 2017-09-17 11:28:56 +02:00
pancake
6ddc76ef37 Enhance r_str_const api, allowing to specify target cache 2017-09-17 02:27:03 +02:00
xarkes
c118091c42 Fix #8486 (meson missing bins) (#8519) 2017-09-15 10:17:50 +02:00
pancake
8315feb1d8 Bring back the levenstein and fix previous commit 2017-09-13 10:25:13 +02:00
Fangrui Song
8f1c3ec6ec Replace radiff2 -s with Eugene W. Myers' O(ND) diff algorithm (insertion/deletion cost=1, no substition)
-ss for Levenshtein edit distance (the current r_diff_buffers_distance_levenstein  is incorrect)
2017-09-13 10:14:12 +02:00
pancake
35911ac49a Fix android build 2017-09-12 22:36:58 +02:00
pancake
a3a339b38c Fix static build 2017-09-12 22:31:54 +02:00
pancake
6d1be4ad06 Make r2k and gdb rwx by default 2017-09-12 01:26:38 +02:00