void-stack / VMUnprotect

VMUnprotect can dynamically log and manipulate calls from virtualized methods by VMProtect.
MIT License
435 stars 113 forks source link

module static constructor problem #9

Open 0x410c opened 1 year ago

0x410c commented 1 year ago

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?