jvoisin
|
3727f0794d
|
Change the anti pattern if (A) free (A); for free (A) ;
|
2015-12-20 19:28:39 +01:00 |
|
François Revol
|
797a2efc81
|
C89
(duplicate ; is treated as an empty statement)
|
2015-12-07 21:48:44 +01:00 |
|
Riccardo Schirone
|
0407aab9c5
|
core/core: add afvn autocompletion
cons/dietline: add support for autocompletion in the middle of the
input, without destroying the other part of the string
|
2015-11-27 12:57:39 +01:00 |
|
Álvaro Felipe Melchor
|
d8b269f11f
|
Fix last covs
|
2015-11-24 21:53:25 +01:00 |
|
pancake
|
653e09a0aa
|
Fix #3746 - Handle immbase anal hint in all number bases
|
2015-11-23 23:04:49 +01:00 |
|
pancake
|
50f8ecaba4
|
Fix
|
2015-11-22 02:07:28 +01:00 |
|
pancake
|
88038a85ad
|
Fix some RBinSymbol->name issues and drop null defs (-211LOC)
|
2015-11-22 01:09:02 +01:00 |
|
pancake
|
ba74db8e3a
|
Initial implementation of CC,
|
2015-11-18 17:03:46 +01:00 |
|
Álvaro Felipe Melchor
|
a12cb54dfb
|
Fix 361fef crash by revskills
|
2015-11-17 22:44:48 +01:00 |
|
pancake
|
55800c1ed7
|
Fix r_str_ndup
|
2015-11-09 21:54:57 +01:00 |
|
pancake
|
baf63a0cba
|
Reduce RBinSymbols memory (smaller footpronum)
|
2015-11-09 03:41:07 +01:00 |
|
Álvaro Felipe Melchor
|
b1583d5b24
|
Fix more issues reported by clang-analyzer
|
2015-11-03 22:14:00 +01:00 |
|
pancake
|
02e719fafe
|
Aim to fix eeaf87ece627fe94f92f836ac3467ffd @revskills dyldcache crash
|
2015-10-26 03:45:54 +01:00 |
|
pancake
|
b312439484
|
Fix #3476 - wf support offset and size parameters
|
2015-10-26 03:29:57 +01:00 |
|
condret
|
6b9de1a741
|
implement r_str_replace_in (see #3544)
|
2015-10-23 19:32:54 +00:00 |
|
Álvaro Felipe Melchor
|
0028756c81
|
added name_filter to bin.prefix
|
2015-10-23 14:57:36 +02:00 |
|
pancake
|
888c05d31f
|
Fix some recent covs
|
2015-10-23 12:07:07 +02:00 |
|
pancake
|
016fff515a
|
Fix and optimize f-* issue
|
2015-10-23 00:25:13 +02:00 |
|
condret
|
7d7024b2c6
|
initial commit for gameboy-assembler
|
2015-10-21 18:22:14 +00:00 |
|
Álvaro Felipe Melchor
|
ac965a56c0
|
Fix #3359
|
2015-10-01 11:01:55 +02:00 |
|
pancake
|
783d31bf5a
|
Find strings in esil and support thumb aap
|
2015-09-10 04:20:09 +02:00 |
|
jvoisin
|
4261075d60
|
Misc fixes to make clang-analyser even more happy
|
2015-08-29 18:08:38 +02:00 |
|
Maijin
|
6831dd2f6d
|
Revert "More misc cleanup"
This reverts commit 788a3b02c7911cf3733b3aa15d221738bf99e47f.
modifié : libr/bin/format/pe/pe.c
|
2015-08-28 20:58:21 +02:00 |
|
jvoisin
|
788a3b02c7
|
More misc cleanup
|
2015-08-28 19:13:27 +02:00 |
|
Riccardo Schirone
|
af20357c2a
|
util/str: fix order of mrwx permissions/flags
|
2015-08-26 15:25:32 +02:00 |
|
Riccardo Schirone
|
eeef82c2b8
|
bin: use R_BIN_SCN_MAP flag when a section should be mapped by IO
- io/section: filter sections by looking at R_IO_MAP flag
- util/str: consider (m)apped flag when printing/parsing srwx info
|
2015-08-26 14:12:46 +02:00 |
|
Riccardo Schirone
|
5adf6b4043
|
util/str: add r_str_ansi_crop function and tests
|
2015-07-30 01:05:31 +02:00 |
|
Riccardo Schirone
|
46ffc1346f
|
util/str: add some comments and fix r_str_ansi_chop
util/str: fix r_str_ansi_filter
|
2015-07-29 21:33:42 +02:00 |
|
pancake
|
37ee858970
|
Add @e: for temporary eval var changes
|
2015-07-15 02:16:28 +02:00 |
|
Riccardo Schirone
|
3d29108225
|
core/graph: add r_agraph_print
|
2015-07-13 13:48:31 +02:00 |
|
Riccardo Schirone
|
316a529a80
|
core/graph: fix a regression where dots are printed out of node
|
2015-07-07 00:54:38 +02:00 |
|
Jeffrey Crowell
|
eb1f379d14
|
Revert "start using wcs"
This reverts commit 731ef331f51cb350b2b9cb591a68e66479a8512f.
|
2015-06-26 23:54:01 -04:00 |
|
Jeffrey Crowell
|
731ef331f5
|
start using wcs
|
2015-06-25 21:07:58 -04:00 |
|
Jeffrey Crowell
|
ab0b035203
|
rewrite r_glob_str to fix #2836
|
2015-06-24 01:16:11 -04:00 |
|
pancake
|
fa7546101a
|
Support r_str_unescape for backspace
|
2015-06-20 23:40:52 +02:00 |
|
Álvaro Felipe Melchor
|
5d8ce1b4a4
|
Fix #2765
|
2015-06-17 23:25:50 +02:00 |
|
Álvaro Felipe Melchor
|
e40fe434bb
|
Fix #2765
|
2015-06-16 22:48:37 +02:00 |
|
pancake
|
d168388f5c
|
Add pxrj command to show word refs in JSON
|
2015-06-04 22:58:08 +02:00 |
|
Judge_Dredd
|
2acf7d4a03
|
arbitraty number of matches in cons/less search, refactor
|
2015-06-04 09:21:05 +03:00 |
|
Judge_Dredd
|
264883a097
|
Refactor cons highlight
|
2015-06-01 21:58:07 +02:00 |
|
Riccardo Schirone
|
da2565a83d
|
util/str: consider not visible newlines in r_str_crop
|
2015-05-31 20:20:31 +02:00 |
|
Judge_Dredd
|
b190fff5e2
|
fix for #2314 and #2312
|
2015-05-28 00:28:25 +02:00 |
|
Judge Dredd (key 6E23685A)
|
e1ae15b2b2
|
properly chop utf-8 lines
|
2015-04-22 11:12:19 +02:00 |
|
Judge_Dredd
|
0ce2c0033c
|
cons less chop lines to terminal width
|
2015-04-12 16:12:02 +02:00 |
|
pancake
|
261a4d2faa
|
Fix #2174 - Crash in V!!
|
2015-03-23 01:28:32 +01:00 |
|
pancake
|
ef6c71208d
|
Fix tons of input crashes reported in #2220
|
2015-03-22 23:24:13 +01:00 |
|
pancake
|
b14bfc0be2
|
Fix #2185 - r2 -d shm://123 crash
|
2015-03-22 22:41:46 +01:00 |
|
pancake
|
f53cb526cd
|
Add r_str_utf16_encode and use it in isj
|
2015-03-14 03:47:34 +01:00 |
|
pancake
|
0d7ab6f7f0
|
More goodies for the V2 panels, fixes in r_str_chop
|
2015-03-05 23:07:39 +01:00 |
|
jvoisin
|
600c6cfaf2
|
Coverifix
|
2015-02-28 14:32:39 +01:00 |
|