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

A windows dll injection library written in rust.

Results 11 dll-syringe issues
Sort by recently updated
recently updated
newest added

This PR builds on: - https://github.com/OpenByteDev/dll-syringe/pull/19 So please address that first, as changes from that PR will show as a diff here otherwise. --------------- This PR adds support for injecting...

Hey, project works great in my case. Was just wondering about injecting a dll file that has been converted into a string, like base64 or vector bytes. Heard this would...

This PR builds on: - https://github.com/OpenByteDev/dll-syringe/pull/19 - https://github.com/OpenByteDev/dll-syringe/pull/20 - https://github.com/OpenByteDev/dll-syringe/pull/21 So please address that first, as changes from those PRs will show as a diff here otherwise. --------- [This branch...

Thanks for publishing this library! I want my injector to eject the DLL when I ctrl+c close the program. However, I cannot use the Syringe or ProcessModule in my ctrlc...

This PR builds on: - https://github.com/OpenByteDev/dll-syringe/pull/19 - https://github.com/OpenByteDev/dll-syringe/pull/20 So please address that first, as changes from that PR will show as a diff here otherwise. --------- This PR skips calls...

Hiya! Big fan of dll-syringe, used it in countless projects. Something that's bugged me about the [payload-procedure](https://github.com/OpenByteDev/dll-syringe/blob/master/src/payload_utils.rs#L17-L39) macro is the fact it's function-like, requiring me to wrap my function in...

enhancement

Hi there! Love the crate, have been using it for a few years now; however, it's always perturbed me that it requires `nightly`, especially as my use of `nightly` elsewhere...

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