dllvoid

Crates.iodllvoid
lib.rsdllvoid
version0.1.0
sourcesrc
created_at2023-06-16 09:43:55.91361
updated_at2023-06-16 09:43:55.91361
descriptionCrate for raw socketing, can be used for sending raw packets and some protocols
homepagehttps://github.com/CURVoid/DllVoid
repositoryhttps://github.com/CURVoid/DllVoid
max_upload_size
id892097
size31,488
(CURVoid)

documentation

https://docs.rs/dllvoid

README

DllVoid v0.1.0 | Dll injector library

Changelog

  • Added inject_lla which uses LoadLibraryA for injection
  • Added inject_th which uses thread hijacking for injection

Usage

use dllvoid::*;

let injector = Injector::new("cheat.dll", Process::find("csgo.exe").expect("no such process")).expect("injector error");
injector.inject_th().expect("inject error");

Platforms

  • Windows

Links

Commit count: 1

cargo fmt