Skip to content

Instantly share code, notes, and snippets.

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

Ben DreamVB

🏠
Working from home
View GitHub Profile
@DreamVB
DreamVB / hex2bin.cs
Created July 10, 2016 19:24
Convert Hex To Binary By DreamVB
using System;
using System.Text;
using System.IO;
namespace bin2hex
{
class Program
{
private static bool _abort = false;
@DreamVB
DreamVB / Get Firefox Profile C#
Created July 3, 2016 10:41
Return firefox profile, cache folder locations.
using System;
using System.Text;
using System.Runtime.InteropServices;
using System.IO;
namespace ffProfile
{
class GetProfile
{
public enum TCache