update examples/gum to frida17 Module api#222
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.
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.
it works for me. Are you using the auto-download feature?
There was a problem hiding this comment.
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.
just specify the 'auto-download' feature flag and it will automatically download and use the correct devkits.
There was a problem hiding this comment.
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.