Invalid access to memory location.
Hi, I managed to find the missing DLL files, but now I'm getting this error message:
src/main.rs:9:5] metadata.is_file() = true
thread 'main' panicked at src/main.rs:15:98:
called `Result::unwrap()` on an `Err` value: RemoteIo(Os { code: 998, kind: Uncategorized, message: "Invalid access to memory location." })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: process didn't exit successfully: `target\debug\injection-dll.exe .` (exit code: 101)
Is it still the same code you shared previously?
yes
Is the dll written by you or do you know its source code?
unfortunately i do not have the source code.
Can you try to inject the dll into another process and inject another dll into your target process?
Ok so first I tried to inject that DLL it into another process, and it still shows the same error.
Injecting any other DLL to another process, also shows the same error.
"Invalid access to memory location."
I don't have any problem here, but maybe because Anticheat is protecting some memory or maybe because architecture type is not supported!!!
the dll used to work on windows 7
I don't have any problem here, but maybe because Anticheat is protecting some memory or maybe because architecture type is not supported!!!
the dll used to work on windows 7
oh okay
I haven't written the DLL and I can't tell anything from code returned by decompilers. It's really tricky.