Skip to content

Commit

Permalink
Add more preludes, spotting 3x more functions on some x64 bins ##anal…
Browse files Browse the repository at this point in the history
…ysis
  • Loading branch information
radare authored and trufae committed Nov 27, 2024
1 parent 92fe1ab commit 1bb5b45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libr/arch/p/x86/plugin_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -4420,6 +4420,9 @@ static RList *anal_preludes(RArchSession *as) {
r_list_append (l, strdup ("554889e5"));
r_list_append (l, strdup ("55488bec"));
r_list_append (l, strdup ("f30f1efa")); // endbr64
// r_list_append (l, strdup ("4157415653")); // push r15,r14,rbx
r_list_append (l, strdup ("5541574156")); // push rbp,r15,r14
r_list_append (l, strdup ("415741564154")); // push r15,r14,r13,r12
break;
default:
// nothing to do on x86-16
Expand Down

0 comments on commit 1bb5b45

Please sign in to comment.