house icon indicating copy to clipboard operation
house copied to clipboard

Warnings on generated script to hook a method

Open cryptax opened this issue 4 years ago • 0 comments

In the Hooks tab, I enter:

  • a classname
  • a method name
  • an overload type.

Then, I add the entry and generate the script. The generated script has a few warnings. For example:

  • missing semi colons at the end of some lines
  • already defined variables. e.g. below c_gjavovxatuj_hook_a_hook is defined twice.
var c_gjavovxatuj_hook_a_hook = null
var cell = {}
	
var c_gjavovxatuj_hook_a_hook = eval("c_gjavovxatuj_hook.a.overload('java.lang.String')")

cryptax avatar Jan 21 '21 09:01 cryptax