You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makes finding private obfuscated methods in an Assembly with ongoing releases easier.
In my case I most often know which class I need to patch so there is no need to search through everything. In fact it makes it more difficult by needing larger signature. I suggest adding optional parameters to Patcher.FindMethodsByOpCodeSignature(OpCode[] signature, string namespace=null, string class=null).
The text was updated successfully, but these errors were encountered:
Makes finding private obfuscated methods in an Assembly with ongoing releases easier.
In my case I most often know which class I need to patch so there is no need to search through everything. In fact it makes it more difficult by needing larger signature. I suggest adding optional parameters to Patcher.FindMethodsByOpCodeSignature(OpCode[] signature, string namespace=null, string class=null).
The text was updated successfully, but these errors were encountered: