Must-Have.md
June 22, 2023 ยท View on GitHub
Recommended tools and kits
Here are the list of recommended useful tools if you're going to debug some Greentea. Those are in actual use by our team.
Git and GitHub integration
- GitHub Desktop - nice and sleek, highly recommend
- VS Code - supports Git with realtime diff editor
Text and code editors
- VS Code - this is our main IDE and what not
API hooking
- API Monitor by Rohitab - fantastic software to monitor and control API calls made by applications and services
- PE-bear - provides deep insight into PE file format, most useful for headers, sections and resources investigation
- Cutter - convenient disassembler and decompiler
- Ghidra - ultimate tool for reverse engineering