Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmssh authored Feb 23, 2019
1 parent fd66341 commit 6b1d4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Windows test build ![build status](https://ci.appveyor.com/api/projects/status/g

Linux test build [![Build Status](https://travis-ci.com/mxmssh/drltrace.svg?branch=master)](https://travis-ci.com/mxmssh/drltrace)

Drltrace is a dynamic API calls tracer for Windows and Linux applications designed primarily for malware analysis. Drltrace is built on top of [DynamoRIO](http://www.dynamorio.org/) dynamic binary instrumentation framework. The release build can be downloaded [here](https://github.com/mxmssh/drltrace/releases).
Drltrace is a dynamic API calls tracer for Windows and Linux applications. Drltrace is built on top of [DynamoRIO](http://www.dynamorio.org/) dynamic binary instrumentation framework. Drltrace was initialy implemented by Derek Bruening and distributed with DynamoRIO and DrMemory frameworks. This repository contains a standalone version of drltrace with additional scripts and materials on how to use it for malware analysis. is The release build can be downloaded [here](https://github.com/mxmssh/drltrace/releases).

# Usage
The usage of drltrace is very simple. A user needs to specify a log directory and a name of a target process in the following way:
Expand Down

0 comments on commit 6b1d4dd

Please sign in to comment.