Nfc tools для windows

Information

NFC Tools GUI is a cross Platform software : it works on Mac, Windows and Linux.
You can read and write your NFC chips with a simple and lightweight user interface.

Connect your NFC reader to your computer like the very popular ACR122U to start playing with your NFC tags.

  • List of recommended NFC readers
  • List of recommended NFC chips

screenshots

Pre-requisites

To use it, you need:

A compatible NFC Reader, with associated drivers and PC/SC library.
Tested NFC Readers : ACR122U, ACR122T, ACR1255, ACR1256, ACR1252U, ACR1222L, ACR1255U-J1, SCM SCL3711, uTrust 3700F, Sony RC-S380 (Windows only) …

And obviously, some compatible NFC Chips.
Tested NFC chips : Mifare Ultralight, Mifare Ultralight C, NTAG203, NTAG210, NTAG212, NTAG213, NTAG215, NTAG216 , Mifare Classic 1k/4k, …

How I can get compatible NFC readers / NFC tags ?
Recommended NFC readers

How To Install

On Windows

  • Download the archive (.zip)
  • Extract the archive (right-click, extract all)
  • Connect your NFC reader to your computer
  • Open nfctoolsgui.exe

On Mac OS

  • Download the archive (.dmg)
  • Open the archive
  • Drag and Drop NFC Tools App to your Apps folder
  • Connect your NFC reader to your computer
  • Launch NFC Tools For Desktop

On Linux

  • Download the App image (.AppImage)
  • Set the execution rights : chmod +x nfctools-lastest.AppImage
  • Connect your NFC reader to your computer
  • Open the app (./nfctoolsgui.AppImage)

Additional informations for Linux :

How to install PC/SC Library on debian based :

sudo apt-get update
sudo apt-get install pcscd libpcsclite1 pcsc-tools

Unable to run the ARM/ARM64 version?

sudo apt-get update
sudo apt-get install libz-dev openjfx libfuse2

Useful links

A very special thanks to

About

Creator of innovative solutions
Android | iOS | Web | NFC

NFC Tools is a Tools application developed by wakdev, but with the best Android emulator-LDPlayer, you can download and play NFC Tools on your computer.

Running NFC Tools on your computer allows you to browse clearly on a large screen, and controlling the application with a mouse and keyboard is much faster than using touchscreen, all while never having to worry about device battery issues.

With multi-instance and synchronization features, you can even run multiple applications and accounts on your PC.

And file sharing makes sharing images, videos, and files incredibly easy.

Download NFC Tools and run it on your PC. Enjoy the large screen and high-definition quality on your PC!

NFC Tools is an app which allows you to read, write and program tasks on your NFC tags and other compatible NFC chips.

Simple and intuitive, NFC Tools can record standard information on your NFC tags which will be compatible with any NFC device. For instance, you can easily store your contact details, an URL, a phone number, your social profile or even a location.

But the app goes further and allows you to program tasks on your NFC tags in order to automate actions that were once boringly repetitive. Turn on the Bluetooth, set an alarm, control the volume, share a WiFi network configuration and more.

A simple motion with your phone in front of your NFC tag before going to sleep, and your phone will switch to silence and your alarm will be set for the next morning, all by itself. Very convenient, isn’t it?

For the most tech-savvy of you, the geeks, preset variables, conditions and advanced tasks are also available so you can create more complex actions.

Make your life easier with more than 200 tasks available and an infinite number of combinations.

Passing your device near an NFC chip on the “Read” tab allows you to see data such as:
— The manufacturer and the type of tag (eg : Mifare Ultralight, NTAG215).
— The serial number of the tag (eg : 04:85:c8:5a:40:2b:80).
— What technologies are available and the standard of the tag (eg: NFC A, NFC Forum Type 2).
— Information about the size and memory.
— If the tag is writable or locked.
— And the last but not least, all the data the tag contains (NDEF records).

The «Write» tab lets you record standardised data such as:
— A simple text, a link to a website, video, social profile or an app.
— An email, a phone number or a predefined text message.
— A contact information or an emergency contact.
— An address or geolocation.
— A WiFi or Bluetooth configuration.
— And more.

The write function allows you to add as much data as you wish, this way you can record large quantities of information on your tag.

Other features are available under the «Other» tab, such as copying, erasing and password protecting your NFC tag.

The tasks allowing you to automate your phone are under the «Tasks» tab and are categorised.

Here are a few examples of the available actions:
— Activate, deactivate or toggle your bluetooth.
— Configure a sound profile to silent, vibrate or normal.
— Change your screen brightness.
— Set volume levels (such as your alarm, notification or ring volumes).
— Set a timer or an alarm.
— Insert an event into your calendar.
— Launch an app or an URL / URI.
— Send a text message or dial someone.
— Read aloud a text with text to speech.
— Configure a WiFi network.
— And more.

NFC Tools has been tested with the following NFC tags:
— NTAG 203, 210, 210u, 212, 213, 213TT, 215, 216, 413 DNA, 424 DNA.
— Ultralight, Ultralight C, Ultralight EV1.
— ICODE SLI, SLI-S, SLIX, SLIX-S, SLIX-L, SLIX2, DNA.
— DESFire EV1, EV2, EV3, LIGHT.
— ST25TV, ST25TA, STLRI2K.
— And Mifare Classic, Felica, Topaz, EM4x3x.

If you have any problems, don’t hesitate to contact us, we’ll be pleased to help you.

Notes:
— An NFC compatible device is required.
— In order to execute tasks, you need the free app: NFC Tasks.

NFCToolsGUI

A cross-platform program that interacts with PN532, supports Windows, Linux, and macOS.

English | 简体中文

Supported functions

  • Crack card using MFOC
  • Write card
  • Format card
  • Lock UFUID
  • HardNested crack
  • Dictionary testing
  • Dump editing
  • Dump comparison

Interface preview

Driver installation

Choose the appropriate driver according to your actual situation, taking CH341 as an example.

Windows

Download and install CH341SER

macOS

Download and install CH341SER_MAC

Linux

Usually, the Linux kernel already includes the driver for CH341, so there is no need to install the driver separately. If your Linux kernel does not include the CH341 driver, you can try to download and install CH341SER_LINUX

How to compile

Compile the core component

Windows

  1. Install MSYS2
  2. Enter the project directory and execute the following command in CMD
     C:\msys64\msys2_shell.cmd -mingw64 -defterm -here -no-start -c ./compile.sh

    Replace C:\msys64\ with the installation path of MSYS2.

Linux

  1. Install dependencies (using Ubuntu as an example)
    sudo apt-get install curl autoconf libtool pkg-config patchelf liblzma-dev libreadline-dev

    The dependency names may vary on different distributions.

  2. Enter the project directory and execute the following command:

macOS

  1. Install dependencies:
    brew install autoconf automake libtool pkg-config
  2. Enter the project directory and execute the following command:

Compile GUI

  1. Install Node.js
  2. Enter the project directory and execute the following command:
  3. After compilation, the compiled files can be found in the out directory

    You can also use npm run start to debug this project.

Directory usage

In addition to the installation directory, the program also uses the following directories to store user files:

  • Windows: %APPDATA%\NFCToolsGUI
  • Linux: $XDG_CONFIG_HOME/NFCToolsGUI or ~/.config/NFCToolsGUI
  • macOS: ~/Library/Application Support/NFCToolsGUI

Notes on Linux

Cannot find a serial port like ttyUSB0

First, run the following command:

If the output is similar to the following content, it means that your serial port has been occupied by brltty:

interface 0 claimed by ch341 while 'brltty' sets config #1

Execute:

to uninstall brltty, and then plug in the device again.

Find the Serial Port But Can’t Open It

In Linux, accessing a serial port requires sufficient permissions. One solution is to add the current user to the dialout group, which has permissions to access the serial port. This way, the program can access the serial port without using sudo.

You can use the following command to add the current user to the dialout group

sudo usermod -a -G dialout <username>

After adding, you need to log out and log in again to make the changes take effect.

If you don’t want to add the user to the dialout group, you can modify the permissions of the serial port file to allow the program to access it. For example, you can use the following command to modify the permission of the /dev/ttyUSB0 file to 666:

sudo chmod 666 /dev/ttyUSB0

License

  • AGPL-3.0
Copyright (C) 2022-2023 GSWXXN

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

AGPL-3.0 license allows you to:

  • use, modify, and distribute software protected by the AGPL-3.0 license for free.
  • use software protected by the AGPL-3.0 license for commercial purposes.
  • redistribute software in source code or executable form.
  • combine software protected by the AGPL-3.0 license with other software or code to create derivative works, as long as these derivative works are also protected by the AGPL-3.0 license and comply with the terms and conditions of the AGPL-3.0 license.
  • provide software protected by the AGPL-3.0 license on a network, as long as you provide the complete source code and modified content, and allow users to distribute your modifications and derivative works under the same AGPL-3.0 license.

AGPL-3.0 license prohibits you from:

  • modifying software protected by the AGPL-3.0 license and distributing it in a proprietary manner.
  • using software protected by the AGPL-3.0 license in your network service without providing users with the complete source code and modified content.

Credits

  • MifareOneTool: A GUI Mifare Classic tool on Windows
  • Electron: A framework for building cross-platform desktop applications.
  • mfoc: Mifare Classic Offline Cracker
  • crypto1_bs: Bitsliced Crypto-1 brute-forcer, used only for nonce collection in this project.
  • cropto1_bs: HardNested brute-forcer.
  • libnfc: Platform-independent NFC library.
  • nfc-mflock: A simple utility to lock block0 of UFUID cards.

Details

Last Update :  2023-06-01        Current Version :  8.9

NFC Tools Pro Edition unlocks all the possibilities of the app NFC Tools.

Read, write and program tasks on your NFC tags and other compatible NFC chips with a simple and lightweight user interface.

Get access to all the tasks available in NFC Tools without any limitations and unleash the power of your imagination to create fun and useful routines.

NFC Tools Pro Edition includes additional and exclusive features such as:
A profile management system to save profiles (records and tasks) and reuse them later.
Import from existing NFC tags, to edit your records or tasks very quickly.
Executing tasks without NFC tags, using a shortcut on your home screen.
Emulate an NFC tag with your records (NDEF) using your device.
Conditional blocks to create complex actions with conditions.
More than 200 tasks for infinite combinations.

If you have any problems, don’t hesitate to contact us, we’ll be pleased to help you.

Notes:
An NFC compatible device is required.
In order to execute tasks, you need the free app: NFC Tasks.

NoxPlayer Delivers The Best Gaming Experience For You

How to play NFC Tools — Pro Edition on PC using NoxPlayer

  • 1Download NoxPlayer on your PC.

  • 2Run the installation package and complete the installation.

  • 3Search for NFC Tools — Pro Edition on NoxPlayer.

  • 4Install the game in Google Play.

  • 5Click the game icon to start it.

  • 6Play NFC Tools — Pro Edition with NoxPlayer on PC easier!

Simple Method

Method 1. Click «Download on PC» to download NoxPlayer and apk file at the same time. Once installation completes, play the game on PC.

Method 2. If you already have NoxPlayer on PC, click «Download APK», then drag and drop the file to the emulator to install.

The Wonderful Video of NFC Tools — Pro Edition

Do you wanna run NFC Tools with a better gaming experience? With the benefit of the bigger screen, smarter keyboard and the higher hardware performance, NoxPlayer brings you an extreme gaming experience on PC. By downloading and playing NFC Tools on PC via NoxPlayer, users don’t need to worry about the battery or the interruption of calling.
NoxPlayer is compatible with Android 7 and supports running over 90% of the mobile games on PC, which will boost your gaming experience perfectly. In addition, by opening multiple instances, Noxplayer supports to running multiple games or apps at the same time, or chatting with your friend while playing game.
NoxPlayer is perfectly compatible with AMD and Intel with the exclusive core virtualization technology, making your computer run more stable and smoothly. Download NoxPlayer and experience it now!

Unlocking the Potential of NFC Technology with NFC Tools App

For Home Automation

One of the standout features of NFC Tools is its capacity to transform everyday routines through home automation. By programming rewritable NFC tags, users can control various smart home devices, streamline tasks, and create personalized automation scripts.

Health and Safety Applications

NFC Tools demonstrates its utility in critical areas such as health and safety. The app comes equipped with a medical alert template, enabling users to store and update medical information easily. This feature is invaluable for those with complex medical histories or conditions that require frequent updates.

Basic NFC Programming Made Easy

Even those new to NFC programming will find NFC Tools accessible and straightforward. The app supports an extensive range of NFC tags, making it a versatile tool for different projects and applications.

Cross-Platform Availability

NFC Tools is available on multiple platforms, including iOS and Android. However, it’s important to note that the app’s pro version requires a separate purchase for each platform to access advanced features.

Entrepreneurial Use Cases

Entrepreneurs have leveraged NFC Tools to create unique business opportunities. From setting up stands that offer NFC tag duplication services to providing customized information sharing solutions, the app’s functionality can support various business models.

User-Friendly Interface

Despite its comprehensive capabilities, NFC Tools boasts a user-friendly interface that makes it accessible to users of all skill levels. Even those with limited technical knowledge can navigate the app with ease and utilize its features for personal or professional purposes.

Reliability and Performance

Users report high levels of satisfaction with NFC Tools’ performance, citing its reliability in reading and writing NFC tags. Although occasional writing issues may occur, the app consistently delivers quality results for most users.

Cost-Effectiveness

As a free app, NFC Tools offers exceptional value. It enables users to explore the possibilities of NFC technology without a significant financial investment. Additionally, the app is ad-supported, with non-intrusive ads that do not hinder the user experience.

FAQ

Do I need to purchase NFC Tools Pro on both iOS and Android?

Yes, to access pro features on both platforms, separate purchases are necessary.

Can NFC Tools be used for professional applications?

Absolutely. NFC Tools is versatile enough to support both personal and professional use cases, including home automation, medical information storage, and entrepreneurial ventures.

Are ads intrusive in the free version of NFC Tools?

No, the ads in NFC Tools are generally non-intrusive, ensuring a smooth user experience without constant interruptions.

NFC Tools is primarily a mobile app designed for smartphones. However, you can run NFC Tools on your computer using an Android emulator. An Android emulator allows you to run Android apps on your PC. Here’s how to install NFC Tools on your PC using Android emuator:

Visit any Android emulator website. Download the latest version of Android emulator compatible with your operating system (Windows or macOS). Install Android emulator by following the on-screen instructions.

Launch Android emulator and complete the initial setup, including signing in with your Google account.

Inside Android emulator, open the Google Play Store (it’s like the Android Play Store) and search for «NFC Tools.»Click on the NFC Tools app, and then click the «Install» button to download and install NFC Tools.

You can also download the APK from this page and install NFC Tools without Google Play Store.

You can now use NFC Tools on your PC within the Anroid emulator. Keep in mind that it will look and feel like the mobile app, so you’ll navigate using a mouse and keyboard.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как установить pip3 на windows
  • Отличия серверной windows от обычной
  • Wmr windows mixed reality
  • Иконки на рабочий стол windows 10 dll
  • Что делать если пропал звук на компьютере windows 10 а колонки работают