Skip to content

Releases: nfcgate/nfcgate

v2.3.0

26 Sep 20:51
Compare
Choose a tag to compare
  • Confirmed Android 13 support 🎉.
  • Added offset memory scanning for broader device compatibility 🕵️.
  • Extended compatibility matrix with new devices ☎️.
  • Limit listening to the emulated technology type 👂.
  • Improved chip detection on status page (ST chipsets, Samsung, OPPO/OnePlus) 🙌.
  • Code cleanup 🧹.

Full Changelog: v2.2.0...v2.3.0

v2.3.0-rc

12 Sep 22:08
Compare
Choose a tag to compare
v2.3.0-rc Pre-release
Pre-release
  • Confirmed Android 13 support 🎉.
  • Added offset memory scanning for broader device compatibility 🕵️.
  • Limit listening to the emulated technology type 👂.
  • Improved chip detection on status page (ST chipsets, Samsung, OPPO/OnePlus) 🙌.
  • Code cleanup 🧹.

Full Changelog: v2.2.0...v2.3.0-rc

v2.2.0

23 Aug 22:40
Compare
Choose a tag to compare
  • Confirmed Android 11 support 🎉.
  • Compatibility with LSPosed supporting Zygisk and Riru ✔.
  • Improved native hooking for broader device compatibility 🙌.
  • Improved error handling and user feedback 📝.
  • Code cleanup 🧹.
  • Small bug fixes 🐛.

v2.1.1

29 Jun 21:21
Compare
Choose a tag to compare
  • Android 10 support 🎉.
  • Compatibility with EdXposed and original Xposed framework ✔.
  • Note: Passing SafetyNet is now possible, but depends on your EdXposed configuration 🤖.
  • Note: The signing keys have changed. Upgrades require a full reinstall including data loss. Sorry about that 😅.

v2.0

10 May 08:15
Compare
Choose a tag to compare

2.0 version of NFCGate, with significant rewrites by @kleest and @roussosalex. Changes include:

New Features

  • New interface: The interface got a facelift
  • Replay Mode: Record a relayed NFC transaction, then replay one side of it later to fool a reader or card.
  • Capture Mode: Capture NFC traffic generated by other apps, then analyze or replay it later. (Note: XPosed will make SafetyNet checks fail, so most payment apps will probably not work with XPosed installed. We cannot do anything about this.)
  • PCAP Import/Export: Export recorded traffic as .pcapng files, and import it again for replays
  • Modified relay / replay: Modify data on the fly during replay / relay. This functionality is enabled in the NFCGate server, check that repository for details.

Internal changes

  • New package name and internal data format - you will likely loose existing data when updating
  • New server version with updated protocol - update existing installs of the NFCGate server to stay compatible
  • Reduced complexity of the codebase
  • Remove dead code

v1.3.2

14 Apr 13:53
v1.3.2
689aaa8
Compare
Choose a tag to compare

Version 1.3.2 of NFCGate

  • Stop polling for new UIDs if in clone mode and "fix UID" is checked.

Caution: The signing keys have been changed since release 1.2.1. Upgrades will require a full reinstall including data loss. Sorry about that.

v1.3.1

30 Jan 22:16
v1.3.1
d0decbc
Compare
Choose a tag to compare

Version 1.3.1 of NFCGate

  • Add "Fix UID" toggle to clone mode (ensures that the cloned UID is maintained and not replaced by newly scanned UIDs)

Caution: The signing keys have been changed since release 1.2.1. Upgrades will require a full reinstall including data loss. Sorry about that.

v1.3

13 Jan 10:03
v1.3
dfa334b
Compare
Choose a tag to compare

Version 1.3

  • Compatibility with more recent Android Studio and NDK
  • Should run on recent versions of Android, although Android 7 has not been tested yet

v1.2.1

16 Jun 11:43
Compare
Choose a tag to compare

Hotfix 1.2.1:

  • Fix bug with debug output window

v1.2

06 Jun 12:50
Compare
Choose a tag to compare

Version 1.2

  • Compatibility with Android 5!
  • Added "Clone mode" - Clone a UID and emulate it to bypass UID-based systems
  • New dependency: XPosed Framework
  • Dependency removed: Cydia Substrate