From be594d83123c9dbbd8e608908fc9c23086fb6909 Mon Sep 17 00:00:00 2001 From: Geonyeob Kim Date: Mon, 27 Dec 2021 09:30:49 +0900 Subject: [PATCH] update changelog and cmakelists file --- CHANGELOG.md | 1 + client/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcb5eb0f..1421f9cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] + - Added support for KS X 6924 (South Korea's T-money card) (@toucan12) - Fixed `hf 15 dump` - now correctly dumps 256 blocks w/o crashing the client (@iceman1001) - Changed `hf 14a sim -t 3` - anticollision for DESFire simulation now uses different RATS (@mosci) - Fixed `hf mfdes` - works with dynamic apdu and encode/decode buffers (@merlokk) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 32dcff5d0..464300497 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -213,6 +213,7 @@ set (TARGET_SOURCES ${PM3_ROOT}/client/src/fido/fidocore.c ${PM3_ROOT}/client/src/iso7816/apduinfo.c ${PM3_ROOT}/client/src/iso7816/iso7816core.c + ${PM3_ROOT}/client/src/ksx6924/ksx6924core.c ${PM3_ROOT}/client/src/cipurse/cipursecrypto.c ${PM3_ROOT}/client/src/cipurse/cipursecore.c ${PM3_ROOT}/client/src/cipurse/cipursetest.c @@ -256,6 +257,7 @@ set (TARGET_SOURCES ${PM3_ROOT}/client/src/cmdhfcipurse.c ${PM3_ROOT}/client/src/cmdhficlass.c ${PM3_ROOT}/client/src/cmdhfjooki.c + ${PM3_ROOT}/client/src/cmdhfksx6924.c ${PM3_ROOT}/client/src/cmdhflegic.c ${PM3_ROOT}/client/src/cmdhflist.c ${PM3_ROOT}/client/src/cmdhflto.c