Skip to main content

Virtual-machine Translation Intermediate Language

Project description

VTIL Project, standing for Virtual-machine Translation Intermediate Language, is a set of tools designed around an optimizing compiler to be used for binary de-obfuscation and de-virtualization.

The main difference between VTIL and other optimizing compilers such as LLVM is that it has an extremely versatile IL that makes it trivial to lift from any architecture including stack machines. Since it is built for translation, VTIL does not abstract away the native ISA and keeps the concept of the stack, physical registers, and the non-SSA architecture of a general-purpose CPU as is. Native instructions can be emitted in the middle of the IL stream and the physical registers can be addressed from VTIL instructions freely.

VTIL also makes it trivial to emit code back into the native format at any virtual address requested without being constrained to a specific file format.

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

VTIL-0.0.3.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distributions

VTIL-0.0.3-cp39-cp39-macosx_10_15_x86_64.whl (5.3 MB view hashes)

Uploaded CPython 3.9 macOS 10.15+ x86-64

VTIL-0.0.3-cp38-cp38-win_amd64.whl (2.9 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

VTIL-0.0.3-cp38-cp38-macosx_10_15_x86_64.whl (5.3 MB view hashes)

Uploaded CPython 3.8 macOS 10.15+ x86-64

VTIL-0.0.3-cp37-cp37m-win_amd64.whl (2.9 MB view hashes)

Uploaded CPython 3.7m Windows x86-64

VTIL-0.0.3-cp37-cp37m-macosx_10_15_x86_64.whl (5.3 MB view hashes)

Uploaded CPython 3.7m macOS 10.15+ x86-64

VTIL-0.0.3-cp36-cp36m-win_amd64.whl (2.9 MB view hashes)

Uploaded CPython 3.6m Windows x86-64

VTIL-0.0.3-cp36-cp36m-macosx_10_15_x86_64.whl (5.3 MB view hashes)

Uploaded CPython 3.6m macOS 10.15+ x86-64

VTIL-0.0.3-cp35-cp35m-win_amd64.whl (2.9 MB view hashes)

Uploaded CPython 3.5m Windows x86-64

VTIL-0.0.3-cp35-cp35m-macosx_10_15_x86_64.whl (5.3 MB view hashes)

Uploaded CPython 3.5m macOS 10.15+ x86-64

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