Added dialog for select methods for generate frida snippet#2487
Added dialog for select methods for generate frida snippet#2487skylot merged 1 commit intoskylot:masterfrom
Conversation
|
Does this PR replace the old way to create snippets? Because it can get pretty difficult selecting the desired methods from a small list in case the APK is obfuscated and all methods are named next to identical. Therefore I would not recommend to possibility that you can directly generate a snippet for the one method you have identified by it's code or references (through the method's context menu). IMHO if you want to hook multiple methods |
No, it only improves #2328 |
|
@MrIkso thanks 👍
@jpstotz this PR adds a method selection window for class snippet. This resolving issue with lots of methods in output snippet, but still has some room for improvement. Some issues and possible improvements:
|
Hot keys from keyboard Ctrl+A worked for select/deselect all:) |
This PRs adds the feature to choose which methods to create a snippet for Frida. It also possibly fixes the bug that when there are many methods and one big snippet is generated for all of them, the window may be freeze(?)