Skip to content

Commit

Permalink
update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Dec 31, 2021
1 parent deea8a9 commit 5b6f60a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

### Features

- [x] Reversed Unix Domain Socket IPC
- [x] Inject into HW service
- [x] NCI communication capture
- [x] /dev/* ioctl/rw operation analysis
- [x] NFCC NCI communication capture
- [x] NCI communication packet decoding
- [x] Disable NFC tag discovery sound(Xposed)

### TODO List

- [ ] MIFARE Classic card emulation(eSE-based)
- [ ] MIFARE Classic card emulation(eSE/PN532/Proxmark3)
- [ ] eSE/TEE(QSEE) communication capture
- [ ] Proxmark3/PN532 OTG support
- [ ] Auto device detection

### Compatible Devices

- [x] /dev/nq-nci
- [x] /dev/nq-nci (NFCC, NQ330, SN1xx)
- [ ] /dev/qseecom (eSE, QSEE)
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ class HomeFragment : Fragment() {
null
)
mBinding.homeDetailInfoDesc.text =
"NFC HAL: ${status.nfcHalServiceStatus?.halServicePid}" +
" | eSE PM: ${status.esePmServiceStatus?.halServicePid}" +
"NFC: ${status.nfcHalServiceStatus?.halServicePid}" +
" | eSE: ${status.esePmServiceStatus?.halServicePid}" +
" | Daemon: ${status.processId}"
mBinding.homeDetailInfoDetailMsg.text =
(status.nfcHalServiceStatus?.halServiceExePath?.substringAfterLast("/")
Expand Down

0 comments on commit 5b6f60a

Please sign in to comment.