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
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: