diff --git a/content/posts/win-scard-cache/index.md b/content/posts/win-scard-cache/index.md index 90c35c4..cfc8264 100644 --- a/content/posts/win-scard-cache/index.md +++ b/content/posts/win-scard-cache/index.md @@ -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" +++ @@ -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). \ No newline at end of file +6. [Time Travel Debugging](https://learn.microsoft.com/en-us/windows-hardware/drivers/debuggercmds/time-travel-debugging-overview).