See my GitHub profile for more samples
Format: file name/link, language/technologies, and description
Listed in no particular order
excerpt-python-get-file-os
Python
Reads an executable file's header to determine if Windows x86, x64, or Mac. This script then uses this information to search the file based on a byte pattern with wildcards.
excerpt-node-bandcamp-crawler
Node.js/JavaScript, HTML5, CSS
Excerpt from a project that uses the musical tastes of like-minded Bandcamp users to find new music.
excerpt-vb.net-extract-emails-from-process-memory
Visual Basic .NET
Finds email addresses in the memory of other processes. Some Flash web applications are particularly vulnerable.
excerpt-c#-reverse-engineered-decryption-routine
C#
Decrypts encrypted passwords that belong to a popular application.
excerpt-x86-string-replacement-hook
x86 assembly, Visual Basic .NET
Assembly payload detour that, when injected, replaces a string in the memory of the target process. This assembly is injected via a separate .NET injection application.
excerpt-php-reddit-imgur-display
PHP, HTML5, CSS, XML
A Reddit and Imgur image aggregation and display engine.
excerpt-javascript-record-viewer
JavaScript, HTML5, CSS
Full code of the offline record viewer of consent files. Used for viewing records that show who opted in and when.
excerpt-bat-sync-time
Windows command line
Full code of small script I wrote to sync Windows time with official time. Useful for trading programs that rely on local time for charting.
excerpt-vb6-sendy-decoder
Visual Basic 6.0
Deobfuscates sendy.co's PHP code. Written in VB6 for retro fun.