Skip to content

Instantly share code, notes, and snippets.

@l33tm4st3r
l33tm4st3r / aur_malware_check.sh
Last active June 17, 2026 07:12
AUR supply-chain malware checker (atomic-lockfile / lockfile-js / nextfile-js campaign, June 2026) - behavior-based detection
#!/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.
@l33tm4st3r
l33tm4st3r / gist:bcc8e658e9d0e016c592e34cd573958e
Created April 15, 2025 03:10
zluda rocm on windows for 9070xt aka gfx1201 rdna4
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