We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Microsoft Windows 11 10.0.22621.2215 x86 Remote Call x64 Taskmgr.exe
_process.Attach(TaskmgrProcessId); if (auto pLoadLibraryA = MakeRemoteFunction<decltype(&LoadLibraryA)>(_process, LibKernel32, "LoadLibraryA")) return pLoadLibraryA(lpLibFileName).result();
auto thread = _threads.CreateNew( _userCode[_currentBufferIdx].ptr() + size, _userData[_currentBufferIdx].ptr()/, HideFromDebug/ ); if (!thread) return thread.status; if (!(*thread)->Join()) //Taskmgr.exe Program crash return LastNtStatus();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Microsoft Windows 11 10.0.22621.2215 x86 Remote Call x64 Taskmgr.exe
_process.Attach(TaskmgrProcessId);
if (auto pLoadLibraryA = MakeRemoteFunction<decltype(&LoadLibraryA)>(_process, LibKernel32, "LoadLibraryA"))
return pLoadLibraryA(lpLibFileName).result();
auto thread = _threads.CreateNew( _userCode[_currentBufferIdx].ptr() + size, _userData[_currentBufferIdx].ptr()/, HideFromDebug/ );
if (!thread)
return thread.status;
if (!(*thread)->Join()) //Taskmgr.exe Program crash
return LastNtStatus();
The text was updated successfully, but these errors were encountered: