docs.rs failed to build marauder-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
marauder
marauder is a windows (maybe eventually other OS) game hacking (kinda?) library, it's main goal is to make it easy to create DLLs and inject them into processes. It also provides some utilities for reading/writing memory and currently plans to support belong D3D hooks of all kinds.
Checklists
- [✅] DLL creation
- [✅] Simple Injection
- [✅] Utility functions for reading/writing memory
- [⏳] D3D hooks
Examples
Below will be a bunch of examples, if you want more indepth examples typically with comments you can check out the examples directory
Easy DLL creation with minimal boilerplate
// We also support async! By default making your dll_main async you will be running on the tokio runtime
async
Injection