house
house copied to clipboard
Warnings on generated script to hook a method
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')")