Created
December 18, 2021 04:55
-
-
Save joshfinley/da73badeb4117d2a2f7cfb5f5bb25113 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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