taskmgr-video icon indicating copy to clipboard operation
taskmgr-video copied to clipboard

Results 2 taskmgr-video issues
Sort by recently updated
recently updated
newest added

Hi, i have an error: Compiling injector v0.1.0 (C:\Users\user\Desktop\taskmgr-video-master\taskmgr-video-master\injector) error[E0308]: mismatched types --> injector\src\main.rs:13:16 | 13 | inject_dll(&p, &dll_path); | ^^ expected struct `memory_rs::external::process::Process`, found struct `Process` | = note:...

Cannot inject dll to taskmgr, i also tried xenos for inject, but it still doesn't work. Log: ``` injector.exe Taskmgr.exe dll.dll thread 'main' panicked at 'called `Result::unwrap()` on an `Err`...

question