| Crates.io | dllvoid |
| lib.rs | dllvoid |
| version | 0.1.0 |
| created_at | 2023-06-16 09:43:55.91361+00 |
| updated_at | 2023-06-16 09:43:55.91361+00 |
| description | Crate for raw socketing, can be used for sending raw packets and some protocols |
| homepage | https://github.com/CURVoid/DllVoid |
| repository | https://github.com/CURVoid/DllVoid |
| max_upload_size | |
| id | 892097 |
| size | 31,488 |
inject_lla which uses LoadLibraryA for injectioninject_th which uses thread hijacking for injectionuse dllvoid::*;
let injector = Injector::new("cheat.dll", Process::find("csgo.exe").expect("no such process")).expect("injector error");
injector.inject_th().expect("inject error");
github - https://github.com/CURVoid/DllVoiddocs - https://docs.rs/dllvoid