Skip to content

Conversation

@b1ueb1ues
Copy link

No description provided.

@s1341
Copy link
Contributor

s1341 commented Oct 22, 2025

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
Copy link
Contributor

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?

Copy link
Author

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.

Copy link
Contributor

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?

Copy link
Author

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.

Copy link
Contributor

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.

Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants