How to compile gum #3509
Unanswered
CookingDuck
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I pulled the latest Frida version and compiled Gum from the Frida source code.
Problem:
After compilation, the files frida-gum.h, libfrida-gum.a, and frida-gum-example.c are complete.
However, when using Stalker's APIs
such as:
auto module = gum_process_find_module_by_name(so_name_); // Successfully retrieves the base address and size
gum_module_ensure_initialized(module); // Causes a crash
Environment:
ubuntu:20.04
make:4.2.1
ndk:r25c
Build Command:
./configure --host=android-arm64 -- -Dfrida-gum:devkits=gum
Beta Was this translation helpful? Give feedback.
All reactions