Skip to content

Latest commit

 

History

History
 
 

McSema - Static Translation of x86 instructions to LLVM IR

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Static Translation of X86 Instruction Semantics to LLVM with McSema

We have developed McSema, a new framework for analyzing and transforming machine-code programs. McSema translates x86 instructions into LLVM bitcode, with a translation strategy that allows for analysis by standard compiler algorithms. We will demonstrate McSema by adding control flow integrity to existing Windows DLLs. McSema is open source, permissively licensed, and is now available for use and modification.

Resources

Presented at

More info

Authors

  • Andrew Ruef
  • Artem Dinaburg