Increase rafind2 -ZS wide and do not run aad in aaa
This commit is contained in:
parent
e553fc2bec
commit
53e9e91b4c
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue