Skip to content

Instantly share code, notes, and snippets.

View Neio's full-sized avatar

Neio Zhou Neio

  • Cyberark
  • San Francisco Bay Area
View GitHub Profile
@cezarypiatek
cezarypiatek / SigningAssembly.md
Last active August 11, 2024 08:59
Signing assembly
  1. Generate SNK file (you need to run console as admin)
& "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\sn.exe" -k ./MyKeys.snk
  1. Converting SNK file to base64 text file using PowerShell