-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hello install for SCP03 alt. key set
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
mode_211 | ||
enable_trace | ||
enable_timer | ||
establish_context | ||
card_connect | ||
select -AID A000000151000000 | ||
open_sc -security 3 -keyind 0 -keyver 0 -mac_key DE2A3629CBC24E8D8869E82C8B4C0D874D88166B6F8A1C12 -enc_key DE2A3629CBC24E8D8869E82C8B4C0D874D88166B6F8A1C12 -kek_key DE2A3629CBC24E8D8869E82C8B4C0D874D88166B6F8A1C12 | ||
delete -AID D0D1D2D3D4D50101 | ||
delete -AID D0D1D2D3D4D501 | ||
install -file helloworld.cap -nvDataLimit 2000 -instParam 00 -priv 2 | ||
card_disconnect | ||
release_context |