Commit Graph

2945 Commits

Author SHA1 Message Date
pancake
38a3d0fa3f Renamed some 't' commands and more work on supporting sdb types everywhere 2013-09-02 01:20:12 +02:00
pancake
479ab5d216 Fix #202 - No help available in "visual code analysis menu" 2013-09-02 01:19:43 +02:00
pancake
555f234cb2 Add parse support for enums in cparse 2013-09-01 23:26:33 +02:00
pancake
fd76cb6c0b Fix asm.lineswidth 2013-09-01 00:09:18 +02:00
pancake
148e448ca6 Fix #200 radare.rb path 2013-08-31 12:39:39 +02:00
pancake
0e4db84071 Fixes for blob build 2013-08-30 02:59:20 +02:00
pancake
9c409a3c6a Update pkgconfig files 2013-08-30 02:50:19 +02:00
pancake
7c07e1af75 Fix libsdb.a linkage of blob 2013-08-30 02:45:27 +02:00
pancake
53428f374c Merge ../radare2-xvilka
Conflicts:
	libr/include/r_cons.h
2013-08-30 00:39:38 +02:00
pancake
35d7b940cb Fix utf8 issue in r_str_prefix and optimize reflines 2013-08-30 00:38:31 +02:00
pancake
edeb53d855 Fix help messages for 'g' 2013-08-29 04:47:27 +02:00
pancake
0c108154b5 Add 'gs' to assemble syscall eggs and 'dis' to inject them 2013-08-29 04:44:18 +02:00
pancake
eabb791936 Add r_flag_relocate() and 'fR' command 2013-08-29 03:19:16 +02:00
pancake
45d8bebe2e Add initial support for signal handling on linux debugger 2013-08-28 21:36:11 +02:00
pancake
a46eb958e7 Initial implementation of the wip multiline text editor 2013-08-28 03:06:10 +02:00
pancake
ebf277f682 Damn typo 2013-08-27 23:55:33 +02:00
pancake
92c37c3ffe Honor env in android-shell 2013-08-27 23:54:06 +02:00
Anton Kochkov
2d3297e26d UTF8 arrows initial support 2013-08-28 00:26:30 +04:00
Anton Kochkov
ec01a727d2 ARC analysis fixes 2013-08-28 00:26:30 +04:00
Riccardo Schirone
c56b8db665 Fix issue 195. 2013-08-28 00:26:30 +04:00
pancake
fb80381eb7 Fix mingw32 build 2013-08-27 02:00:21 +02:00
pancake
b685457e84 Fix #180 -- Add system-wide radare2rc 2013-08-27 01:45:30 +02:00
pancake
91390dd1fd Fix clean of shlr/sdb 2013-08-27 01:36:55 +02:00
pancake
63805ecbde Damn comments 2013-08-27 01:32:51 +02:00
pancake
dce5e84d95 Fixes for r_db linkage 2013-08-27 01:26:54 +02:00
pancake
602bb70a30 Simplify shlr build and some w32 fixes 2013-08-27 01:18:42 +02:00
pancake
566ecb98b0 Fix Vc conflict with colors 2013-08-27 01:12:58 +02:00
pancake
4b4db03fcd mrproper on sys/mingw 2013-08-27 01:02:41 +02:00
pancake
1dc50d359b Fix shlr/sdb build for sys/android 2013-08-27 00:52:04 +02:00
Riccardo Schirone
46ca68bfc3 Fix autocompletion issue.
The issue will prompt wrong autocompletion prompt.
Fix prompt only the minimum common string from available
autocompletion strings.
2013-08-27 01:14:58 +04:00
pancake
472a9014fd Disable utf8 on w32 console, refix visual 'C' toggle-color key
- Update sdb and make rules.mk less strict
2013-08-26 03:17:29 +02:00
pancake
fb610cdc62 Update sdb and fix android build 2013-08-26 02:43:15 +02:00
pancake
9850c0a3c3 Fix some warns and enhace GIT_TAP in makefiles 2013-08-26 01:07:21 +02:00
pancake
c27838a59c Do not show ; -- after rets in disasm 2013-08-26 00:57:56 +02:00
pancake
d636d730a1 Add r_cons_canvas api and fix #192(pK output) 2013-08-26 00:51:36 +02:00
pancake
b20f4028a9 Fix #190 - Ctrl+L doesn't work well 2013-08-25 23:27:57 +02:00
pancake
d37e71c26f Show dec in ?? and fix return value reset 2013-08-25 23:10:15 +02:00
pancake
8f158f6d0e Do not try to open empty project files 2013-08-25 22:58:43 +02:00
pancake
b51c282852 Show error when trying to interpret an unexistent file 2013-08-25 22:52:47 +02:00
pancake
6aa591029e Fix colors issue 2013-08-25 22:51:00 +02:00
pancake
5612ed43cb Draw pK one line above as a workaround for #192 2013-08-25 22:40:35 +02:00
pancake
7d12a1a2ce Fix #177 - Tab-completion chomps previous text
- Optimize autocompletion by not using the heap
2013-08-25 01:22:46 +02:00
pancake
beeb0cd7f8 Fix #183 - pif doesn't stop at function's end 2013-08-24 23:45:10 +02:00
jvoisin
89f3266e87 Documents asm.lineswidth and fix a typo 2013-08-24 23:37:17 +02:00
Judge Dredd
3b64d2fa10 fixed a bug in r_str_replace 2013-08-24 23:02:07 +02:00
pancake
9915108a47 Only show flags when differs from function name 2013-08-23 17:39:34 +02:00
jvoisin
c311ec7c20 Fix a typo in "c?" 2013-08-23 15:13:57 +02:00
pancake
fd50d0071e Enhace help message for e??asm.filter 2013-08-22 00:30:43 +02:00
pancake
e0f6f41e68 Fix w32 build 2013-08-22 00:15:05 +02:00
pancake
e4d6be85ff Fix #174 - 'aa' will do 'af' when no entrypoints found 2013-08-22 00:11:43 +02:00