Skip to content

Instantly share code, notes, and snippets.

View rlaneth's full-sized avatar

Rodrigo Laneth rlaneth

View GitHub Profile
@ceres-c
ceres-c / mfcuk_r65.md
Last active March 16, 2022 11:47
Using mfcuk r65 with libnfc 1.5.1 in 2018

You first need to download both libnfc 1.5.1 and mfcuk r65. The former is available among github releases wile the latter can be obtained via git rebase.

If you're on Arch you'll need pcsclite, if on Debian derivates libpcsclite-dev

Let's compile libnfc (<user> is your username)

mkdir -p ~/builds/nfc
cd ~/builds/nfc
wget https://github.com/nfc-tools/libnfc/releases/download/libnfc-1.5.1/libnfc-1.5.1.tar.gz

tar zxf libnfc-1.5.1.tar.gz