-
-
Notifications
You must be signed in to change notification settings - Fork 70
update examples/gum to frida17 Module api #222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Please fix CI issues. |
| println!("payload: {}", payload); | ||
|
|
||
| let backend = Backend::obtain_v8(&GUM); | ||
| //let backend = Backend::obtain_v8(&GUM); // obtain_v8 cannot Script::load. `Err` value: Failed to create script |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the issue here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thread 'main' panicked at examples/gum/script/src/main.rs:33:79:
called Result::unwrap() on an Err value: Failed to create script
I have no idea why Script::load failed with v8 backend.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works for me. Are you using the auto-download feature?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I manually downloaded frida-gumjs-devkit-17.2.12 and frida-gum-devkit-17.2.12. Extract them to frida-gum-sys
Should I use auto-download? How to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just specify the 'auto-download' feature flag and it will automatically download and use the correct devkits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auto-download still the same error.
It download from where I manually did. https://github.com/frida/frida/releases/download/17.2.12/frida-gumjs-devkit-17.2.12-linux-x86_64.tar.xz
I guess they build these devkit without v8 enable.
No description provided.