OpenByteDev / dll-syringe

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

Replacing assert with an error result. #28

Closed liba2k closed 4 months ago

OpenByteDev commented 4 months ago

That won't work as the window error is only available in the target process (not the current one) and is actually already captured earlier in the code. The assert condition should never be able to be true.