Increase rafind2 -ZS wide and do not run aad in aaa

This commit is contained in:
pancake 2016-08-05 00:30:56 +02:00
parent e553fc2bec
commit 53e9e91b4c
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ static int hit(RSearchKeyword *kw, void *user, ut64 addr) {
break;
}
str[j++] = buf[i++];
if (j > 60) {
if (j > 80) {
strcpy (str + j, "...");
j += 3;
break;

View File

@ -4320,8 +4320,8 @@ static int cmd_anal_all(RCore *core, const char *input) {
rowlog (core, "Analyze function calls (aac)");
r_core_seek (core, curseek, 1);
(void) cmd_anal_calls (core, ""); // "aac"
rowlog (core, "Analyze data refs as code (LEA)");
(void) cmd_anal_aad (core, NULL); // "aad"
// rowlog (core, "Analyze data refs as code (LEA)");
// (void) cmd_anal_aad (core, NULL); // "aad"
rowlog_done (core);
if (core->cons->breaked) {
goto jacuzzi;