Skip to content

topcue/libdft-dta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Taint Analysis with libdft

Index

Overview

  • A simple example code about DTA(Dynamic Tiant Analysis).
  • This codes are based on Practical Binary Analysis.
  • It was implemented using libdft and paintool.

Getting Started

Dependencies

  • pin-2.13
tar -zvxf pin-2.13.tar.gz
rm pin-2.13.tar.gz
  • gcc-multilib
sudo apt-get install gcc-multilib g++-multilib
  • specific kernel: linux-headers-3.19.0-31_3.19.0-31.36~14.04.1_all.deb

Usage

Usage: ${PIN-SH} -follow_execv -t ${DTA-OBJ} -- ${BIN}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published