commit 26: 6a0dac1121a3
parent 25: 3227c0141ff2
child 27: 2c9ca5b49ddb
fixed docs itracev_1_1_0
Dan Williams
7 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
itrace /
filename size last modified message
docs  
include  
ndisasm  
tests  
COPYING 23.9 KB 3 years ago added docs
Makefile 545 B 3 years ago prehaps 1.0.0 release?
README 407 B 3 years ago added docs
SConstruct 1.2 KB 22 months ago updates and introduction of damn
damn.c 3.7 KB 22 months ago asdf
disinst.c 1.8 KB 3 years ago prehaps 1.0.0 release?
elf_parse.c 7.5 KB 22 months ago asdf
elf_parse.h 772 B 22 months ago asdf
itrace.c 13.1 KB 20 months ago turned on caching by default

README

itrace README
=============

Build process
-------------

Building itrace and disinst::

  make

itrace and disinst depend on the nasm project
(http://nasm.sourceforge.net/) for x86 disassembly. The necessary
files are taken from the nasm-0.98.39 tree.

Running
-------

Examples::
  
  ./itrace -- /bin/ls > ls.itrace
  ./disinst CC

AUTHORS
-------

Dan Williams (dan_williams@cs.virginia.edu)
Ross Gore