YAMA icon indicating copy to clipboard operation
YAMA copied to clipboard

Yet Another Memory Analyzer for malware detection

Results 3 YAMA issues
Sort by recently updated
recently updated
newest added

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...

Like in topic. Cant build a executable file following instruction on wiki. Also provided guide for environment setup doesn't work.

## Summary This PR introduces three improvements to the build system and codebase: 1. **Upgrade LLVM/Clang** Migrated from Clang 18.1.0 to Clang 19.1.0 to resolve CI build failures. 2. **Typo...