Read/WriteProcessMemory helpers.
Create a non-elevated process, if the current process is elevated.
Create a Windows process.
CreateToolhelp32Snapshot wrapper.
Maintains a list of currently running processes, and notifies the caller about new or exited processes.
Binding to a variable located in another process. Automatically allocates and deallocates remote memory. Use .read() and .write() to update local/remote data.
D ranges wrapping iteration over Toolhelp32Snapshot lists.
Wraps a created Windows process. Similar to std.process.Pid
Wraps a Toolhelp32Snapshot handle.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Windows process utility code.