Hook
    class HookFactory
The hook factory to quick create a method/constructor hook
Functions
Link copied to clipboard
                  Hook method after invoked
Link copied to clipboard
                  Hook method before invoke
Link copied to clipboard
                  Interrupt the method, make method return null, just a wrapper of before and same as returnConstant(null)
Link copied to clipboard
                  Replace the result of the method, just a wrapper of before