Logo Pastebin.fr
Pastebin

Retrouvez, créez et partagez vos snippets en temps réel.

vibdbg

for f in /usr/lib/i386-linux-gnu/*nvidia*.so*; do
  if nm -D "$f" 2>/dev/null | grep -q 'vk_icdGetInstanceProcAddr'; then
    echo "ICD candidate: $f"
  fi
done

Créé il y a 2 semaines.

Rechercher un Pastebin

Aucun paste trouvé.