Scripting examples
Author: xroberxCreated Mar 6, 2025Updated Sep 9, 2026
Labelsdocumentation
Hi!
It would be really great if you could provide some examples of common reverse engineering tasks using the scripting engine. Currently I find myself doing a lot of repetitive tasks, like:
- Finding the class that contains a specific string and/or contains methods with a given signature.
- Changing the name of certain fields depending on their order of appearance/type.
- Modifying the contents of methods that match certain criteria.
- Applying the "Make no-op" operation to some methods..
And so on and so forth...
Best regards, Robert.
Source: Col-E/Recaf