Albert Zsigovits

Results 2 issues of Albert Zsigovits

When compiling under Linux, I get the following error message: - `cargo update` - `cargo build` ``` error[E0432]: unresolved import `crate::bindings::yr_modules_do_load` --> yari-sys/src/lib.rs:23:5 | 23 | use crate::bindings::yr_modules_do_load; | ^^^^^^^^^^^^^^^^^------------------...

When running Yama.exe with `-a`, it will iterate through all processes, however will run to exception and quits when fetching the PEB address fails, and will not continue iterating further...