Skip to content

update examples to fix frida17 breaking change of module api #220

Closed
b1ueb1ues wants to merge 0 commit intofrida:mainfrom
b1ueb1ues:main
Closed

update examples to fix frida17 breaking change of module api #220
b1ueb1ues wants to merge 0 commit intofrida:mainfrom
b1ueb1ues:main

Conversation

@b1ueb1ues
Copy link

no longer Module.obtain()

module.find_export_by_name(null, "name") -> Module::find_global_export_by_name("name")

module.enumerate_modules() -> process.enumerate_modules()

}

#[ctor]
fn init() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you add that?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using LD_PRELOAD to test.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to keep it...

Also please address CI failures.

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