yujack008

Results 14 issues of yujack008

I getting start with https://rust.binary.ninja/binaryninja/index.html#writing-a-plugin My rustc version is rustc 1.77.0 (aedd173a2 2024-03-17) My LIBCLANG_PATH is "E:\clang+llvm-18.1.5-x86_64-pc-windows-msvc\bin" step: 1.cargo new --lib deobf 2.edit Cargo.toml ``` [lib] crate-type = ["cdylib"] [dependencies]...

Type: Bug
State: Awaiting Triage
Component: Rust API

error[E0433]: failed to resolve: could not find `ucontext` in `nix` --> src\main.rs:22:39 | 22 | if let Ok(context) = nix::ucontext::UContext::get() { | ^^^^^^^^ could not find `ucontext` in `nix` nix...

05-05 15:27:12.182 17258 17258 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.quok.screwJamaa/com.rollic.elephantsdk.ElephantActivity}: android.content.res.Resources$NotFoundException: String resource ID #0x0

第一次提交代码到开源库,不知道怎么操作