mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-22 07:13:43 +00:00
Add some recently seen x86-32 preludes ##anal
This commit is contained in:
parent
6dc3e026b7
commit
5c47696a8a
@ -4275,6 +4275,7 @@ static RList *anal_preludes(RAnal *anal) {
|
||||
KW ("\x55\x89\xe5", 3, NULL, 0);
|
||||
KW ("\x55\x8b\xec", 3, NULL, 0);
|
||||
KW ("\xf3\x0f\x1e\xfb", 4, NULL, 0); // endbr32
|
||||
KW ("\x55\x57\x56\x53", 4, NULL, 0); // push ebp, edi, esi, ebx
|
||||
break;
|
||||
case 64:
|
||||
KW ("\x55\x48\x89\xe5", 4, NULL, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user