dll-syringe icon indicating copy to clipboard operation
dll-syringe copied to clipboard

Invalid access to memory location.

Open hp8wvvvgnj6asjm7 opened this issue 1 year ago • 6 comments

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)

hp8wvvvgnj6asjm7 avatar Nov 01 '24 03:11 hp8wvvvgnj6asjm7

Is it still the same code you shared previously?

OpenByteDev avatar Nov 01 '24 03:11 OpenByteDev

yes

hp8wvvvgnj6asjm7 avatar Nov 01 '24 05:11 hp8wvvvgnj6asjm7

Is the dll written by you or do you know its source code?

OpenByteDev avatar Nov 01 '24 10:11 OpenByteDev

unfortunately i do not have the source code.

hp8wvvvgnj6asjm7 avatar Nov 01 '24 12:11 hp8wvvvgnj6asjm7

Can you try to inject the dll into another process and inject another dll into your target process?

OpenByteDev avatar Nov 01 '24 12:11 OpenByteDev

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."

hp8wvvvgnj6asjm7 avatar Nov 03 '24 15:11 hp8wvvvgnj6asjm7

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

hp8wvvvgnj6asjm7 avatar Nov 19 '24 17:11 hp8wvvvgnj6asjm7

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.

hp8wvvvgnj6asjm7 avatar Nov 20 '24 11:11 hp8wvvvgnj6asjm7