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

How can I send an input argument to the main function during manual map an exe file? #481

Open
MrMilad opened this issue Dec 14, 2021 · 0 comments

Comments

@MrMilad
Copy link

MrMilad commented Dec 14, 2021

i tried this code but it did not work!
const char cmd[] = "-BaseDir=\"D:\\Amerley\\Nubl\\Binaries\\Win64\"\0";
CustomArgs_t args;
args.push_back(cmd, sizeof(cmd));
auto image = thisProc.mmap().MapImage(size, buf, false, CreateLdrRef | RebaseProcess | NoDelayLoad, nullptr, nullptr, &args);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant