Skip to content

print the renamed function name in a frida snippet#1773

Merged
skylot merged 4 commits intoskylot:masterfrom
Ran-Naor:frida-snippet-renamed-function-name
Jan 28, 2023
Merged

print the renamed function name in a frida snippet#1773
skylot merged 4 commits intoskylot:masterfrom
Ran-Naor:frida-snippet-renamed-function-name

Conversation

@Ran-Naor
Copy link
Copy Markdown
Contributor

The implementation for this feature #1772

@jpstotz
Copy link
Copy Markdown
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.

3 participants