frida-rust
frida-rust copied to clipboard
fix: "use of undeclared crate or module alloc" error on aarch64 when std feature is enabled
Added #[cfg(not(feature = "std"))] attribute to conditionally import alloc::vec::Vec
ensures that Vec is only imported when the 'std' feature is not enabled