I Figured Out How to Run hashcat on Xavier

  • git clone https://github.com/hashcat/hashcat
  • cd hashcat
  • git submodule update --init
  • vi src/backend.c
  • Change line 4765 from "if ((nvrtc_driver_version < 10010) || (cuda_driver_version < 10010))" to "if ((nvrtc_driver_version < 10000) || (cuda_driver_version < 10000))"
  • make

Enjoy.

Nice! Thanks for sharing!

Glad to give back. Even though I overrode the CUDA version check, hashcat still works.

Hi.

Could you please help me.

I try to run hashcat on Orin NX board.
But it fails:

orinnx