Commit Graph

1515 Commits

Author SHA1 Message Date
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
Fangrui Song
a4997feb34 Move fortunes to libr/core/fortune.c (#8424) 2017-09-12 00:41:07 +02:00
Guillaume Valadon
0c046a1e6d ragg2: -f support for Python and Javascript (#8454) 2017-09-11 12:21:27 +02:00
Srimanta Barua
56e7f6198b setting baddr with -B in gdb 2017-09-08 01:27:43 +08:00
alvarofe
68455ce166 Workaround for r2k io plugin to chose file 2017-09-07 17:14:27 +02:00
pancake
33da5069f3 Fix mz check again 2017-09-04 23:51:09 +02:00
alvarofe
6920d666d6 Fix build after the changes on rasm 2017-09-04 21:56:07 +02:00
pancake
5a28c2abfe Add 'c' output for ragg2 2017-09-04 12:59:06 +02:00
pancake
cd7f70fc4e Only run aeip when not in debugger and bin arch is known 2017-09-03 00:11:00 +02:00
kij
00f8d60dc2 r2pm OCD fixes. (#8393) 2017-09-01 21:15:00 +02:00
pancake
dba94495db Add a map when using gdb remote to avoid the need to unset io.va 2017-08-30 02:06:55 +02:00
pancake
e93ff81d85 Fix r2 -qA 2017-08-29 15:35:44 +02:00
Srimanta Barua
aa9d2bcf41 fix segfault in case of wrong address (#8359) 2017-08-28 15:27:37 +02:00
Fangrui Song
a38a1ac185 rax2.c: fix out-of-bounds read (#8353) 2017-08-28 10:14:23 +02:00
Fangrui Song
12157250cc Add a bool argument do_skyline to r_io_map_{add,new} (#8344)
We can do some precomputation when the map structure changes (add/delete/remap/...).
2017-08-28 01:27:28 +02:00
condret
e2d096f411 small beautification 2017-08-27 20:22:58 +00:00