jeffball55 / string_converter

A small utility to encode a string such that it avoids bad bytes by using arithmetic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small utility to encode a string such that it avoids bad bytes by using arithmetic. Useful for when creating ROP chains in bugs that need to avoid bad bytes. It uses Z3 to solve for a set of 2 values with no bad bytes that will add/subtract/xor to your desired value.

About

A small utility to encode a string such that it avoids bad bytes by using arithmetic.


Languages

Language:Python 100.0%