Recaf icon indicating copy to clipboard operation
Recaf copied to clipboard

Scripting examples

Open xroberx opened this issue 10 months ago • 0 comments

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.

xroberx avatar Mar 06 '25 14:03 xroberx