Skip to content

Instantly share code, notes, and snippets.

View z-eh's full-sized avatar

Ábel Zoltán z-eh

  • Reverse Project Research Lab
  • Debrecen, Hungary
View GitHub Profile
@z-eh
z-eh / install_tools.sh
Created March 16, 2021 16:37 — forked from allenyllee/install_tools.sh
mount vhdx in linux
#!/bin/bash
# install qemu utils
sudo apt install qemu-utils
# install nbd client
sudo apt install nbd-client
using System.ComponentModel;
using System.Globalization;
using System.Resources;
using System.Windows.Data;
public class TranslationSource
: INotifyPropertyChanged
{
private static readonly TranslationSource instance = new TranslationSource();