Skip to content

Instantly share code, notes, and snippets.

@wving5
wving5 / shell-setup.ps1
Created September 14, 2023 03:41 — forked from mikepruett3/shell-setup.ps1
Packages to install via scoop, winget, choco, and other tools...
<#
.SYNOPSIS
Script to Initialize my custom powershell setup.
.DESCRIPTION
Script uses scoop
.NOTES
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted.
Author: Mike Pruett
Date: October 18th, 2018
@wving5
wving5 / hook_Zombotron_item_counter.js
Created August 1, 2023 16:38
Practice Frida with Zombotron(U3D)
var Color = {
RESET: "\x1b[39;49;00m",
Black: "\x1b[30;01m",
Blue: "\x1b[34;01m",
Cyan: "\x1b[36;01m",
Gray: "\x1b[37;11m",
Green: "\x1b[32;01m",
Purple: "\x1b[35;01m",
Red: "\x1b[31;01m",
Yellow: "\x1b[33;01m",

some tools for diagrams in software documentation

Diagrams For Documentation

Obvious Choices

ASCII