Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestTvarynka authored Apr 3, 2024
1 parent bf48559 commit 1a52634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/posts/win-scard-cache/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
+++
title = "Windows smart card cache"
date = 2024-04-15
date = 2024-04-04
draft = false

[taxonomies]
tags = ["debugging", "windows", "rust", "scard"]

[extra]
keywords = "Rust, API Monitor, Debugging, API, Windows, smart card"
keywords = "Rust, API Monitor, Debugging, API, Windows, Smart Card"
toc = true
thumbnail = "win-scard-caches-thumbnail.png"
+++
Expand Down Expand Up @@ -350,4 +350,4 @@ I hope if one day someone is stuck with a similar problem as me, then they'll fi
3. [Smart Card Minidrivers](https://learn.microsoft.com/en-us/windows-hardware/drivers/smartcard/smart-card-minidrivers).
4. [Smart Card Minidriver Specification](https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn631754(v=vs.85)).
5. Implemented smart card caches: [`scard_context.rs`](https://github.com/Devolutions/sspi-rs/blob/4409f9a5235dec0c033edce654aa6fe934a72afc/crates/winscard/src/scard_context.rs#L146-L394).
6. [Time Travel Debugging](https://learn.microsoft.com/en-us/windows-hardware/drivers/debuggercmds/time-travel-debugging-overview).
6. [Time Travel Debugging](https://learn.microsoft.com/en-us/windows-hardware/drivers/debuggercmds/time-travel-debugging-overview).

0 comments on commit 1a52634

Please sign in to comment.