Skip to content

Instantly share code, notes, and snippets.

View modz2014's full-sized avatar

modz2014

View GitHub Profile
@modz2014
modz2014 / MSBuild.bat
Created January 18, 2022 06:05
MSBuild from command line
@echo off
setlocal
set PATH=%Path%;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin
cd %USERPROFILE%\Desktop\Test\
dotnet new sln
echo
dotnet sln Test.sln add Test.csproj
MsBuild.exe %USERPROFILE%\Desktop\Test\Test.sln /property:Configuration=Debug
cd %USERPROFILE%\Desktop\
@modz2014
modz2014 / ProcDump.py
Created January 14, 2022 03:35
Downloading ad check if files exist and Running ProcDump
import sys
import io
import subprocess
import psutil
import glob, os
import requests
import zipfile
from tqdm import tqdm
import os
from pathlib import Path
unsigned int data[] =
{
//data goes here in hex
unsigned int get-hash1 (char *name)
{