Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find method by opcode in Namespace/Class #38

Open
DenJur opened this issue Jul 30, 2017 · 0 comments
Open

Find method by opcode in Namespace/Class #38

DenJur opened this issue Jul 30, 2017 · 0 comments
Assignees
Milestone

Comments

@DenJur
Copy link

DenJur commented Jul 30, 2017

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).

@ioncodes ioncodes added this to the v1b milestone Jul 30, 2017
@ioncodes ioncodes self-assigned this Jul 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants