Skip to content

04cfb1ed/nfc-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A (tentative) Android mfoc port

This was the result of me trying to port the mfoc tool to Android, by simply running the C code using NDK, under a small wrapper that provides the libc and libnfc calls.

Status

Don't be so excited: all this code can do is to (poorly) probe for default keys. I don't know if it's completely working, as it didn't get much testing.

It can't run the actual cracking code, because it depends on the ability of disabling parity check and sending/receiving raw parity bits, and this doesn't seem to be possible using the Android API.

APK

If you still want to see it running, you can get an APK at: https://github.com/downloads/ehabkost/nfc-tools/AndroidMfoc.apk

About

Hacks on the nfc-tools code, mirror of http://nfc-tools.googlecode.com/svn/trunk — see README.md for info about the android-mfoc branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.0%
  • Roff 9.7%
  • C++ 7.3%
  • XSLT 1.5%
  • CMake 1.2%
  • Java 0.9%
  • Other 2.4%