You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2022. It is now read-only.
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 structProcess|
= note: expected reference
&memory_rs::external::process::Processfound reference
&Process= note: perhaps two different versions of crate
memory_rsare being used?For more information about this error, try
rustc --explain E0308.error: could not compile
injectordue to previous errorHow i can fix it?