Skip to content
View SimonHertoge's full-sized avatar

Block or report SimonHertoge

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. lync-detour lync-detour Public

    Add "Appear Offline" using MS Detours

    C++

  2. dotfiles dotfiles Public

    I use Arch btw

    Shell

  3. Dump PDFs from "protected" LockLizar... Dump PDFs from "protected" LockLizard PDC files, requires Cygwin and Sysinternals tools (and a registered license)
    1
    #!/usr/bin/env bash
    2
    syspath="/cygdrive/c/Users/Simon/Desktop/Tools/Nirsoft Launcher/SysInternals/"
    3
    pdcpath="/cygdrive/c/Program Files (x86)/Locklizard Safeguard PDF Viewer/"
    4
    IFS=$'\n'
    5
    for file in $(ls *.pdc); do