OpenByteDev / dll-syringe

A windows dll injection library written in rust.
MIT License
166 stars 14 forks source link

Does not compile. #7

Closed v-maxson closed 2 years ago

v-maxson commented 2 years ago

This crate simply doesn't compile.

There are multiple incorrect references to cell::OnceCell (where it should be lazy::OnceCell) and the io_safety feature is missing.

OpenByteDev commented 2 years ago

The most recent version of this crate works with the latest nightly (see also the ci), which you are probably not using. You can either upgrade your rust installation or use a less recent version of this crate.