Skip to content

Dump converter between mifare classic tool and libnfc formats.

Notifications You must be signed in to change notification settings

omaraflak/mct-to-libnfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Dump converter - Mifare Classic Tool <-> LibNfc

This is a simple C++ script to convert dump files from Mifare Classic Tool Android app to LibNfc binary formats. Conversion can be done in both sided.

Compile

g++ converter.cpp -o converter

How To Use

Mifare Classic Tool -> LibNfc

converter -bin -f mct_dump -o libnfc_dump

LibNfc -> Mifare Classic Tool

converter -mct -f libnfc_dump -o mct_dump

About

Dump converter between mifare classic tool and libnfc formats.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published