diff options
| author | J08nY | 2017-11-10 14:17:51 +0100 |
|---|---|---|
| committer | J08nY | 2017-11-10 14:17:51 +0100 |
| commit | 6c46a27a52854aee24f7a37e74002bd6f4485723 (patch) | |
| tree | 7364bcc29b95ca34655cc9159f8db3007764ebff /README.md | |
| parent | d2558f0bf731d24b0f227b9b10de25d42c52466c (diff) | |
| download | ECTester-6c46a27a52854aee24f7a37e74002bd6f4485723.tar.gz ECTester-6c46a27a52854aee24f7a37e74002bd6f4485723.tar.zst ECTester-6c46a27a52854aee24f7a37e74002bd6f4485723.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ Tests support and behavior of smartcards with JavaCard platform with focus on Eliptic curves (`TYPE_EC_FP` and `TYPE_EC_F2M`). +## Build + +ECTester uses ant. +```bash +ant package # To build the reader tool (jar). +ant -f jcbuild.xml build # To build the applet (cap). +``` + ## Usage 1. Upload `!uploader/ectester.cap` using your favorite tool (e.g., [GlobalPlatformPro tool](https://github.com/martinpaljak/GlobalPlatform)) |
