DLL Injection and x86 hooking demystified

Date
May 27, 2016

Speaker
Giorgio Gori

Abstract
Have you ever wondered what a .dll file is? Or how steam can draw its overlay on top of games? In this talk I will give a high level overview on how to create, use and inject a DLL into a target application. We will then see how to add new functionality to compiled code with x86 hooking, and how those techniques are used together in real applications.