imsi-pseudo/sim-applet
Oliver Smith b80a9f87e4 spec: mention more EF to invalidate 2020-04-15 11:46:36 +02:00
..
src/org/osmocom/IMSIPseudo spec: mention more EF to invalidate 2020-04-15 11:46:36 +02:00
.gitignore sim-applet: add "flash" and "remove" targets 2020-02-21 09:29:20 +01:00
.sim-keys.example sim-applet: add "flash" and "remove" targets 2020-02-21 09:29:20 +01:00
LICENSE sim-applet/LICENSE: add Apache-2.0 2020-02-24 14:18:20 +01:00
Makefile add make reflash 2020-02-25 03:43:12 +01:00
README.md sim-applet/README.md: describe flashing 2020-02-21 09:39:50 +01:00
applet-project.mk fix applet-project.mk: allow multiple .java sources, separate jar target 2020-02-24 22:51:56 +01:00

README.md

IMSI Pseudonymization SIM applet

How to flash

$ cp .sim-keys.example .sim-keys
$ nvim .sim-keys # adjust KIC1, KID1
$ make flash

Before flashing a second time, remove the sim applet:

$ make remove

Related: