You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I guess thats a rather weird bug, but maybe someone has a clue
if i make a windows dll with hyper in dependecies, upon reflective loading this dll into memory, app crashes
doest even need to use hyper in a code, just having it in dependecies will break app upon calling dll entry point
i tried to use "ffi" feature with corresponding flag, in this case app doesnt crash, but dll not running
Version
All versions
Platform
x86_x64 windows
Description
I guess thats a rather weird bug, but maybe someone has a clue
if i make a windows dll with hyper in dependecies, upon reflective loading this dll into memory, app crashes
doest even need to use hyper in a code, just having it in dependecies will break app upon calling dll entry point
i tried to use "ffi" feature with corresponding flag, in this case app doesnt crash, but dll not running
without hyper in dependecies all is ok
https://github.com/exploits-forsale/solstice/tree/main/crates/solstice_loader i use this reflective loader with just template dll without any code
tried to compile with msvc and gnu targets without difference
i have spent a lot of time on this and will be grateful if someone has a clue about what exactly causing this
The text was updated successfully, but these errors were encountered: