This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # aur_malware_check.sh - official-list + BEHAVIOR-based detection | |
| # | |
| # AUR malware campaign, June 2026 | |
| # (atomic-lockfile / lockfile-js / nextfile-js / js-digest): | |
| # https://lists.archlinux.org/archives/list/aur-general@lists.archlinux.org/thread/FGXPCB3ZVCJIV7FX323SBAX2JHYB7ZS4/ | |
| # | |
| # Two complementary strategies: | |
| # - Cross-check installed AUR packages against Arch's authoritative live list. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| After installing HIP SDK 6.2, grab rocm gfx1201 for rocm 6.2.4-no-optimized.7z from https://github.com/brknsoul/ROCmLibs/blob/main/rocm%20gfx1201%20for%20rocm%206.2.4-no-optimized.7z | |
| The rocblas.dll file goes into C:\Program Files\AMD\ROCm\6.2\bin | |
| The library folder goes into C:\Program Files\AMD\ROCm\6.2\bin\rocblas | |
| Copy amdhip64_6.dll from C:\Windows\System32 into C:\Program Files\AMD\ROCm\6.2\bin | |
| also use the latest zluda release from | |
| https://github.com/lshqqytiger/ZLUDA/ | |
| Continue as normal |