# Useful Tools for Exploit Dev

## ROP Tools

### Ropper

* Powerful ROP gadget finder and ROP chain builder
* <https://github.com/sashs/Ropper>

### idasploiter

* IDA plugin including ROP gadget generation and chain creator
* <https://thesprawl.org/projects/ida-sploiter/>

### pwntools

* suite of tools to assist with exploit dev including ROP gadget finder
* <https://github.com/Gallopsled/pwntools>

## Binary Diffing Tools

### Zynamics / Google BinDiff

### Core Security's turbodiff

* IDA Plugin for IDA freeware 5

### DarunGrim4

### PatchDiff2

* <http://code.google.com/p/patchdiff2/>

### Diaphora

* Actively maintained
* <https://github.com/joxeankoret/diaphora>
* IDA 6.7+ are officially supported
* Compatible with Hex-Rays decompiler


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.ice-wzl.xyz/exploit-development/useful-tools-for-exploit-dev.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
