trying harmony to hook on the bytecode dispatcher, the module ctor runs automatically(harmony trying to get info), and it runs before the patch, any idea how i can apply the patch ? one way is to patch the call in the cctor and run it after the patching?
trying harmony to hook on the bytecode dispatcher, the module ctor runs automatically(harmony trying to get info), and it runs before the patch, any idea how i can apply the patch ? one way is to patch the call in the cctor and run it after the patching?