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

print the renamed function name in a frida snippet #1773

Merged
merged 4 commits into from
Jan 28, 2023

Conversation

Ran-Naor
Copy link
Contributor

The implementation for this feature #1772

@jpstotz
Copy link
Collaborator

jpstotz commented Jan 27, 2023

@Ran-Naor IMHO it would be nicer if the log message would be generated similar as frida-trace does, which means not by string concat but this way:

console.log(`SomeManager.a is called: context=${context}`);

For the unsuccessful checks please read https://github.com/skylot/jadx/wiki/Code-Formatting

@skylot skylot requested a review from jpstotz January 27, 2023 19:56
@skylot skylot merged commit 305d4f4 into skylot:master Jan 28, 2023
@Ran-Naor Ran-Naor deleted the frida-snippet-renamed-function-name branch January 30, 2023 17:21
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.

None yet

3 participants