Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.19 KB

Must-Have.md

File metadata and controls

25 lines (15 loc) · 1.19 KB

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

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

Testing UI issues

  • Allui - custom made widget factory to check rendering issues and quick regression validations
  • Curvi - mouse cursor viewer and debugging tool