frida / frida-rust

Frida Rust bindings
Other
188 stars 53 forks source link

compilation error for aarch64 #87

Closed aviramha closed 1 year ago

aviramha commented 1 year ago
   Compiling frida-gum v0.11.0 (https://github.com/frida/frida-rust?rev=e21fea1be069d9d891c683a745f275c84d393f3d#e21fea1b)
error[E0412]: cannot find type `Vec` in this scope
   --> /Users/aviramhassan/.cargo/git/checkouts/frida-rust-2ecc0d5911c42966/e21fea1/frida-gum/src/instruction_writer/aarch64/writer.rs:263:28
    |
263 |             let arguments: Vec<GumArgument> = arguments
    |                            ^^^ not found in this scope
    |
help: consider importing this struct
    |
1   | use alloc::vec::Vec;
    |

I guess this was done as part of #83 but wasn't tested on aarch64.