📄️ Introduction
Today's session aims to give you some tools to analyze a binary, in order to determine what that binary does and if it can hurt your system.
📄️ Static Analysis
Static analysis implies investigating the binary without running it.
📄️ Dynamic Analysis
Dynamic analysis means observing the behaviour of the binary, while it is running.
📄️ Summary
- Static analysis is the investigation of a binary file without actually running it.