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

Change callMethodName of constructors in Frida action #1715

Merged
merged 3 commits into from
Nov 7, 2022

Conversation

daMatz
Copy link
Contributor

@daMatz daMatz commented Nov 2, 2022

Don't use $new as callMethodName for constructors in frida snippets, but $init.
Fixes: #1714

@skylot skylot merged commit 4aaea2b into skylot:master Nov 7, 2022
@skylot
Copy link
Owner

skylot commented Nov 7, 2022

@daMatz I merged this PR, so you can get some credit, but I will commit my fix to apply additional changes for templates as discussed in #1714

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.

Frida snippet don't work for constructors anymore
2 participants