mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
|
||||
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
||||
|
||||
## [unreleased][unreleased]
|
||||
- ChameleonLite emulation bug fixed (@spp2000)
|
||||
- Fixed MFC emulation issues with OEM readers, also temporarily disabling NFC_MF1_FAST_SIM (@xianglin1998)
|
||||
- Fixed Chameleon crash during BLE pairing (@Foxushka)
|
||||
- Fixed CLI takes into account Lite refusing to enter Reader mode (@doegox)
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
## How to use MFKEY32
|
||||
|
||||
- set slot to mifare classic (by uploading an empty dump)
|
||||
- enable mfkey32 for that slot (toggle in slot settings)
|
||||
- select slot and present ultra repeatedly to the reader in order to collect nonces
|
||||
- after collecting some nonces, go back into slot settings and click recover keys
|
||||
## Get ChameleonUltraGUI
|
||||
|
||||
- [on Google Play](https://play.google.com/store/apps/details?id=io.chameleon.ultra) / [APK](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/apk.zip)
|
||||
- [on iOS](https://apps.apple.com/dk/app/chameleon-ultra-gui/id6462919364)
|
||||
- [on Windows](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/windows-installer.zip) ([or without installer](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/windows.zip))
|
||||
- [on Linux](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/linux.zip)
|
||||
- [on macOS](https://apps.apple.com/app/chameleon-ultra-gui/id6462919364)
|
||||
|
||||
|
||||
## How to use MFKEY32
|
||||
|
||||
- set slot to mifare classic (by uploading an empty dump)
|
||||
- enable mfkey32 for that slot (toggle in slot settings)
|
||||
- select slot and present ultra repeatedly to the reader in order to collect nonces
|
||||
- after collecting some nonces, go back into slot settings and click recover keys
|
||||
|
||||
+1
-1
@@ -4,4 +4,4 @@ There are multiple GUIs to control your Chameleon, two are featured in this docu
|
||||
|
||||
- [Chameleon Ultra GUI](./chameleonultragui.md) ([github](https://github.com/GameTec-live/ChameleonUltraGUI))
|
||||
|
||||
- [MTools](https://shop.mtoolstec.com/mifare-classic-tool-for-ios)
|
||||
- [MTools for iOS](https://shop.mtoolstec.com/mifare-classic-tool-for-ios)
|
||||
|
||||
+6
-5
@@ -4,11 +4,12 @@ Quickly get up and running with your Chameleon and no technical skill
|
||||
|
||||
1. Download any of those applications
|
||||
|
||||
- [Google Play](https://play.google.com/store/apps/details?id=io.chameleon.ultra) / [APK](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/apk.zip)
|
||||
- [Windows](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/windows-installer.zip) ([or without installer](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/windows.zip))
|
||||
- [Linux](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/linux.zip)
|
||||
- [iOS](https://apps.apple.com/app/mtools-ble-rfid-reader/id1531345398) (MTools)
|
||||
- [macOS](https://apps.apple.com/app/chameleon-ultra-gui/id6462919364)
|
||||
- [ChameleonUltraGUI on Google Play](https://play.google.com/store/apps/details?id=io.chameleon.ultra) / [APK](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/apk.zip)
|
||||
- [ChameleonUltraGUI on iOS](https://apps.apple.com/dk/app/chameleon-ultra-gui/id6462919364)
|
||||
- [ChameleonUltraGUI on Windows](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/windows-installer.zip) ([or without installer](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/windows.zip))
|
||||
- [ChameleonUltraGUI on Linux](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/linux.zip)
|
||||
- [ChameleonUltraGUI on macOS](https://apps.apple.com/app/chameleon-ultra-gui/id6462919364)
|
||||
- [MTools on iOS](https://apps.apple.com/app/mtools-ble-rfid-reader/id1531345398)
|
||||
|
||||
2. Connect your Chameleon via USB or BLE
|
||||
|
||||
|
||||
@@ -689,7 +689,6 @@ void nfc_tag_14a_event_callback(nrfx_nfct_evt_t const *p_event) {
|
||||
if (m_is_responded) {
|
||||
NRF_LOG_ERROR("NRFX_NFCT_ERROR_FRAMEDELAYTIMEOUT: %d", m_tag_state_14a);
|
||||
}
|
||||
nfc_fdt_reset();
|
||||
break;
|
||||
}
|
||||
case NRFX_NFCT_ERROR_NUM: {
|
||||
|
||||
Reference in New Issue
Block a user