Skip to content

Instantly share code, notes, and snippets.

View janoskk's full-sized avatar
🏠
Working from home

Janos Kasza janoskk

🏠
Working from home
  • Budapest, Hungary
View GitHub Profile
@janoskk
janoskk / pdbdump.c
Created August 5, 2022 18:23 — forked from mridgers/pdbdump.c
Small tool to list and query symbols in PDB files.
//------------------------------------------------------------------------------
// pdbdump.c - dump symbols from .pdb and executable files (public domain).
// - to compile; cl.exe /Ox /Zi pdbdump.c
// -
// - Martin Ridgers, pdbdump 'at' fireproofgravy.co.uk
//------------------------------------------------------------------------------
#include <stdio.h>
#include <Windows.h>
#include <DbgHelp.h>
@janoskk
janoskk / renew-gpgkey.md
Created October 8, 2020 14:05 — forked from krisleech/renew-gpgkey.md
Renew Expired GPG key

Renew GPG key

Given that your key has expired.

$ gpg --list-keys
$ gpg --edit-key KEYID

Use the expire command to set a new expire date: