Skip to content

Instantly share code, notes, and snippets.

@joshfinley
Created December 18, 2021 04:55
Show Gist options
  • Save joshfinley/da73badeb4117d2a2f7cfb5f5bb25113 to your computer and use it in GitHub Desktop.
Save joshfinley/da73badeb4117d2a2f7cfb5f5bb25113 to your computer and use it in GitHub Desktop.
#Hex Editors
choco install hxd -y
#Debuggers
choco install x64dbg.portable -y
choco install ida-free -y
#Disassemblers
choco install ghidra -y
#PE
choco install resourcehacker.portable -y
choco install pestudio -y
#Networking
choco install wireshark -y
choco install network-miner -y
choco install processhacker -y
#Python
choco install python2 -y
choco install python3 -y
#Utilities
choco install 7zip -y
choco install regshot -y
choco install GoogleChrome -y
choco install firefox -y
choco install sysinternals -y
choco install hashmyfiles -y
#Text Editors
choco install notepadplusplus -y
choco install vscode -y
#IDE
choco install visualstudio2019community -y
choco install vscode.install -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment