Skip to content
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

frida-gum: force frida-gum init to use Module (#98) #172

Merged
merged 3 commits into from
Oct 29, 2024

Commits on Oct 28, 2024

  1. frida-gum: force frida-gum init to use Module (frida#98)

    In order to use the underlying C API global init should be called.
    
    We hence force the creation of Gum to use Module::* functions.
    
    We also use OnceLock instead of lazy_static! as discussed in the issue.
    elazarl committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    147b799 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. CR: s/from_gum/obtain/

    elazarl committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9c8507e View commit details
    Browse the repository at this point in the history
  2. frida-gum: clippy

    elazarl committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4f7a9fd View commit details
    Browse the repository at this point in the history