Explore >> Select a destination


You are here

fsharpforfunandprofit.com
| | www.erikschierboom.com
18.0 parsecs away

Travel
| | Note: this post is part of the F# Advent Calendar 2016. To hone my programming skills, I've been using exercism.io a lot. With Exercism, you can work on problems in over 30 different languages. In this blog post, we'll be solving exercism's wordy problem, which focuses on text-parsing. We'll be using F# as our language of choice and use various approaches to solve the problem. In the process, we'll do lots of refactoring.
| | tyrrrz.me
20.0 parsecs away

Travel
| | A while ago I had to implement proper markdown parsing in DiscordChatExporter so that I could replace the brittle regular expressions I had been using. I had no idea how to approach this problem, so I spent days researching into this, eventually learning...
| | www.alkanesolutions.co.uk
47.2 parsecs away

Travel
| | This blog provides a simple example of using PowerShell to read and write JSON.
| | wsummerhill.github.io
30.0 parsecs away

Travel
| I'm going to cover an example of how to perform a DLL sideload from start to finish using a C++ payload and a legitimate DLL commonly found on disk. The specific technique covered is known as "DLL proxying" where we use the legitimate DLL along with a malicious DLL which exports all the functions that the legit DLL to execute properly.