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

[Suggestion] 3 additional AoBScan overloads #68

Open
marcusx2 opened this issue Jun 18, 2020 · 0 comments
Open

[Suggestion] 3 additional AoBScan overloads #68

marcusx2 opened this issue Jun 18, 2020 · 0 comments

Comments

@marcusx2
Copy link

marcusx2 commented Jun 18, 2020

public Task<IEnumerable<long>> AoBScan(long start, string search, bool writable = false, bool executable = true, string file = "");

public Task<IEnumerable<long>> AoBScan(string moduleName, string search, bool writable = false, bool executable = true, string file = "");

public Task<IEnumerable<long>> AoBScan(string start, string end, string search, bool writable = false, bool executable = true, string file = "");

Being able to provide the module name as a parameter, so the search will be on the module's region, and also being able to provide just the start or provide the start and end as strings(where I can type module names, or module+offset, etc).

@marcusx2 marcusx2 changed the title [Suggestion] More AobScan overloads [Suggestion] 3 addition AoBScan overloads Jun 24, 2020
@marcusx2 marcusx2 changed the title [Suggestion] 3 addition AoBScan overloads [Suggestion] 3 additional AoBScan overloads Jun 24, 2020
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