Hpmason / retour-rs

A cross-platform detour library written in Rust
Other
99 stars 18 forks source link

Fix Detour not Disabling on Drop in Release Mode #55

Closed Hpmason closed 2 months ago

Hpmason commented 2 months ago

Fixes #43

For anyone wanting to keep original release mode, you can wrap the detour in ManuallyDrop or leak the resource with Box::leak or mem::forget.