Skip to content

Commit

Permalink
Add new function prelude for ARM thumb ##anal
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofe authored and radare committed Oct 30, 2018
1 parent c07ed96 commit 0a76909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libr/core/cmd_search.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@ R_API int r_core_search_preludes(RCore *core) {
case 16:
ret = r_core_search_prelude (core, from, to,
(const ut8 *) "\xf0\xb5", 2, NULL, 0);
// push {r4, r6, r7, lr}
ret = r_core_search_prelude (core, from, to,
(const ut8 *) "\xd0\xb5", 2, NULL, 0);
break;
case 32:
ret = r_core_search_prelude (core, from, to,
Expand Down

0 comments on commit 0a76909

Please sign in to comment.