Geeks for your information

Full Version: VB2018 paper: Analysing compiled binaries using logic
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:[Image: logo-big.png]


Static analysis of malware is usually "done by a person (a security analyst) who will stare at one binary code for hours, searching for patterns – the signatures," writes Thaís Moreira Hamasaki in her VB2018 paper.

To make the analysis process faster and more effective, analysts tend to use various tools and techniques. One lesser known technique that is becoming increasingly popular among malware analysts is constraint programming, which gives insight into the conditions necessary for the execution to take specific branches.

[Image: 2c5b2567a6332ca4c870b1710708bbdd_f3129.jpg]

In her detailed VB2018 paper, Thaís (who was then at F-Secure) presented an overview of constraint programming and explained how it can be applied to the analysis of (potentially) malicious binaries. Today we have published Thaís' paper in both HTML and PDF format. We have also uploaded the video of her presentation to our YouTube channel.

Analysing compiled binaries using logic


Read the paper (HTML)
Download the paper (PDF)
Full Reading