An open API service indexing awesome lists of open source software.

https://github.com/widberg/tracetaint

x64dbg plugin for tracing taint
https://github.com/widberg/tracetaint

Last synced: 8 months ago
JSON representation

x64dbg plugin for tracing taint

Awesome Lists containing this project

README

          

# TraceTaint

An x32dbg plugin to follow data through a program.

## Getting Started

### Prerequisites

* Git
* CMake
* x32dbg
* Any Windows toolchain

### Checkout

```sh
git clone https://github.com/widberg/tracetaint.git
```

### Build

Use the `x86 Native Tools Command Prompt for VS 2022` environment while generating and building the
project.

```sh
cmake -S . -B build -G Ninja -DX64DBG_DIR="/x64dbg" -DCMAKE_INSTALL_PREFIX="/x64dbg/release/x32/plugins"
cmake --build build
```