diff options
| author | Your Name <you@example.com> | 2022-05-12 16:54:40 +0100 |
|---|---|---|
| committer | Your Name <you@example.com> | 2022-05-12 16:54:40 +0100 |
| commit | b36d0adb4658ca233d3f0a3c651645720868f1fc (patch) | |
| tree | 1210c5a882572c41480ed0b99793c84e958d4df9 /frida_mode/src/stalker.c | |
| parent | dfe03a346a413577c91209f5548d2eb2a9797b63 (diff) | |
| download | afl++-b36d0adb4658ca233d3f0a3c651645720868f1fc.tar.gz | |
Update version of FRIDA
Diffstat (limited to 'frida_mode/src/stalker.c')
| -rw-r--r-- | frida_mode/src/stalker.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frida_mode/src/stalker.c b/frida_mode/src/stalker.c index 80e4e707..ddc17b81 100644 --- a/frida_mode/src/stalker.c +++ b/frida_mode/src/stalker.c @@ -131,6 +131,8 @@ void stalker_init(void) { } + gum_stalker_activate_experimental_unwind_support(); + #if defined(__x86_64__) || defined(__i386__) stalker = g_object_new(GUM_TYPE_STALKER, "ic-entries", stalker_ic_entries, "adjacent-blocks", stalker_adjacent_blocks, NULL); |
