Closed dzervas closed 1 year ago
Frida doesn’t currently provide a devkit compatible with that toolchain. I’ve started working on this but it’s not yet ready.
Oh and I guess cargo-xwin is not an option since frida-sys
requires pthread.lib
and resolv.lib
(maybe they're available through wine somehow?)
EDIT: This is not true, I've fixed cargo-xwin
compatibility in #96
When I
cargo build --bins --target x86_64-pc-windows-gnu
I get:Compiling the same code for linux (the default target) I don't have that problem - my code is portable so that ain't a problem I've got the
auto-download
feature enabled for bothfrida
andfrida-sys
(using the upstream0.4.0
versions)