Commit Graph

75 Commits

Author SHA1 Message Date
jvoisin
f7e426d281 Minor fixes for the previous commit 2015-09-04 15:35:37 +02:00
jvoisin
fbe8b6d938 Once again, clang-analyzer strikes! 2015-09-04 15:12:42 +02:00
pancake
8d0b8c6b78 Add CS command to manage meta-spaces 2015-06-15 04:19:29 +02:00
pancake
3205f530c6 Handle \n in CC 2015-06-02 00:27:59 +02:00
pancake
530a055941 Implement CC. and fix CC? 2015-06-01 00:55:18 +02:00
pancake
33a8338b97 Fix #2648 - Fix save/restore comments using base64, enhace default output and add CC? 2015-06-01 00:48:57 +02:00
pancake
515b2e77bc Fix about 40 COVs related to memleaks and buffer overflows 2015-03-21 01:27:54 +01:00
jvoisin
55f5c73008 Coverifix++ 2015-02-19 12:59:13 +01:00
jvoisin
b8cdd7c0f7 Even more coverifix 2015-02-11 21:51:13 +01:00
pancake
559c2cd25a Add '!' inside '#!' and make r_core_editor accessible from r_cons_editor. 2014-12-19 03:17:28 +01:00
Skia
4a8d7e6875 Refactor cmd_print_format into r_print_format
* Enable nested specific fields access for reading and writing
* Fix pf: json regression
2014-12-17 11:34:54 +01:00
pancake
d47b488a0f CL without arguments is an alias for 'CL $$' 2014-12-11 19:27:51 +01:00
pancake
3a87cc61c3 Fix support for dwarf on currentpath source files
Catch file-not-found exception when listing source lines
2014-12-10 23:21:55 +01:00
Henrik Nordstrom
b3b5f88257 Truncate strings to their field size
not all strings are zero terminated. Truncate strings to their
specified size.
2014-11-03 09:45:18 +01:00
Henrik Nordstrom
2c682c5b17 Correct save of metadata in project file
Corrects save of Cs, Cd, Cf, Cm meta commands

help text also slightly updated to match actual
working commands and syntax.
2014-11-03 09:45:10 +01:00
Jody Frankowski
df289d8611 Unify fcn_find and get_fcn_at in get_fcn_in and get_fcn_at 2014-09-26 17:16:28 +02:00
pancake
be74e633ca Fix Cs from projects 2014-09-23 11:55:11 +02:00
Jonathan Neuschäfer
f9294bfd0f Improve "C?" 2014-09-18 18:56:57 +02:00
pancake
227fb0242f Fix #1335 - Fix CC! 2014-09-15 10:18:00 +02:00
pancake
e161a915dd Fix #1276 - Extend 'Vd' to support more types #1276 2014-09-03 10:26:41 +02:00
jvoisin
bcbeb3c066 Fix some gcc warnings 2014-08-11 16:07:17 +02:00
pancake
131aaa487f Fix more ESIL instructions for x86 2014-08-08 02:11:23 +02:00
pancake
07917fb5e7 Add and use CCu to avoid dupped comments in project save/restore 2014-08-06 19:11:51 +02:00
pancake
f67850fcb2 FIx w32 build 2014-06-25 04:19:23 +02:00
jvoisin
083357db9c Even more colored help! 2014-06-19 21:00:22 +02:00
Anton Kochkov
f028985765 Fix CID 1216468 2014-05-31 02:22:17 +04:00
pancake
2890b25e42 Fix w32 build 2014-05-19 10:54:29 +02:00
pancake
5f5cbde791 Fix more 68k bugs and doesnt git pull capstone 2014-05-15 20:13:47 +02:00
Anton Kochkov
872fcb0c54 Fix CID 1212105 2014-05-14 06:34:54 +04:00
jvoisin
91c0aa511e Fix CID 1212089 and simplify cmd_meta_lineinfo 2014-05-09 01:10:42 +02:00
jvoisin
7111d5f8e0 Fix CID 1212088 2014-05-09 00:57:20 +02:00
Fedor Sakharov
22b581a4a1 cmd_meta: "CC text", "CC*" and "CC-" work 2014-05-06 20:19:29 +04:00
Fedor Sakharov
75c1c3cb8d cmd_meta: Move Ch Cs Cd Cm Cf processing to a separate function 2014-05-06 17:00:41 +02:00
Fedor Sakharov
8485d196aa cmd_meta: Move CC handling to separate function 2014-05-06 17:00:16 +02:00
Fedor Sakharov
5be78c87c7 cmd_meta: Removes Cv command 2014-05-06 17:00:13 +02:00
Fedor Sakharov
71f8572921 cmd_meta: Removes Cz command 2014-05-06 17:00:09 +02:00
Fedor Sakharov
b58e27a68a cmd_meta: Move Cl functionality inside CL. 2014-05-06 17:00:05 +02:00
Fedor Sakharov
99f8ab6b81 Cherry-pick cmd_meta refactoring for CL
- Adds CL* and CL-* commands
- Fix invalid free
- dwarf: Use | as file line delimeter in addrinfo sdb
- Move CL to separate function and use info from sdb
- Move filter_line to a separate function
2014-05-05 01:03:05 +02:00
pancake
e7d3ac87b9 Fix uninitialized var free 2014-05-04 23:53:35 +02:00
Anton Kochkov
a1f8c0fe90 Fix CID 1134915 2014-05-03 15:45:49 +04:00
Anton Kochkov
192b520298 Fix CID 1134914 2014-05-03 15:44:37 +04:00
jvoisin
687a0082ff Fix a gcc warning 2014-04-28 11:53:44 +02:00
pancake
b49195f2df Fix lot of warnings 2014-04-28 11:53:22 +02:00
pancake
b05e504f2f Add CC+ and CCa+ to append comments 2014-04-23 04:19:21 +02:00
pancake
7c8daf1e70 Refactoring RBinMeta into RBinDbgInfo 2014-03-10 02:27:32 +01:00
pancake
21f91c0b46 Add pxa in VP. Fix segfault in sandbox comments 2014-03-02 02:08:16 +01:00
pancake
25809a0887 Fix some warnings and indentations 2014-02-20 03:08:12 +01:00
pancake
2975c1ffd2 varsubs has been removed (too useless memory for analysis)
- must be reimplemented in sdb.
2014-02-19 04:18:25 +01:00
pancake
a39dc8c7e8 Make dwarf work again with some minor tweaks 2014-02-11 03:50:57 +01:00
pancake
0e9cd2e36c Fix issue with 0 size symbols 2014-01-12 01:20:40 +01:00