Skip to main content

RevEng.AI Toolkit

Project description

reait

RevEng.AI Toolkit

Analyse compiled executable binaries using the RevEng.AI API.

Installation

Install the latest stable version using pip.

pip install reait

Latest development version

pip install -e .

Running reait

Analyse binary

reait -b /usr/bin/true -a

Extract symbol embeddings

reait -b /usr/bin/true -x > embeddings.json

Extract embedding for symbol at vaddr 0x19f0

reait -b /usr/bin/true -x | jq ".[] | select(.vaddr==$((0x19f0))).embedding" > embedding.json

Search for similar symbols based on JSON embedding file

reait -e embedding.json -n

Contact

Connect with us by filling out the contact form at RevEng.AI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reait-0.0.3.tar.gz (16.0 kB view hashes)

Uploaded Source

Built Distribution

reait-0.0.3-py3-none-any.whl (15.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page