TryHackMe writeup: Basic Static Analysis

An application of static analysis in the reverse engineering of software to study the behaviour of malware

Aleksey
InfoSec Write-ups
Published in
11 min readMar 2, 2023

--

TryHackMe has published a walkthrough room discussing the static analysis of malware (“tryhackme” and “umairalizafar” 2023). This room discusses techniques like basic and advanced string analysis, fingerprinting malware, Portable Executable header analysis, and more. In this article, I will discuss my experience analysing neutralised malware samples.

--

--