01Binary AnalysisBinäranalyse
Trace control flow, identify data structures, and turn compiled code into an understandable model.Kontrollflüsse nachvollziehen, Datenstrukturen identifizieren und kompilierten Code in ein verständliches Modell übersetzen.
02x86 / x64
Investigate calling conventions, memory layouts, and instruction-level behavior across 32-bit and 64-bit applications.Aufrufkonventionen, Speicherlayouts und das Verhalten einzelner Anweisungen in 32- und 64-Bit-Anwendungen untersuchen.
03Debugging
Reproduce unexpected behavior, follow execution, and isolate the cause of a failure.Unerwartetes Verhalten reproduzieren, die Ausführung verfolgen und Fehlerursachen eingrenzen.
04Protocol AnalysisProtokollanalyse
Map message formats, connection states, and the boundaries between a client and a server.Nachrichtenformate, Verbindungszustände und die Grenzen zwischen Client und Server erfassen.