FoxLift
FoxLift is an open-source Visual FoxPro 9 decompiler. It reads compiled VFP files and produces a source tree that can be inspected, versioned, and rebuilt where the input is fully supported.
FoxLift is under active development. Treat output as unverified unless the command reports "verified": true.
Install
Install the command with pipx or uv:
pipx install foxlift
# or
uv tool install foxlift
To install into the current Python environment instead:
python -m pip install foxlift
Use
Inspect a compiled file without writing output:
foxlift inspect app.exe --json
Decompile it to a directory:
foxlift decompile app.exe -o recovered
decompile exits with 0 only when every discovered section was lifted inside the supported slice. Exit code 2 means partial output was written but could not be fully verified. Invalid or unsupported input exits with 1.
FoxLift works offline and does not require Visual FoxPro at runtime.
A worked example ships in demo/: authored source, compiled on a real VFP9, decompiled with this CLI, recompiled byte-identical — with every exit code, hash, and per-section verdict recorded in its receipts.
Website
The FoxLift landing page is an Astro static site deployed through Cloudflare Workers.
npm install
npm run dev
npm run check
npm run build
npm run deploy builds the site and publishes the dist/ assets with Wrangler.
Scope
FoxLift targets unprotected Visual FoxPro 9 artifacts, including .fxp, .app, .exe, .scx, .vcx, .frx, and .mnx files. Coverage varies by format and language feature while development continues.
Decompiler output is functionally equivalent source, not the original source. Comments are not present in compiled bytecode, and some expressions lose their original spelling during compilation. Protected or encrypted applications are not supported.
Only decompile software you own or are authorized to inspect.
Contributing
See CONTRIBUTING.md for setup and contribution rules. Do not submit proprietary binaries, confidential data, or output derived from ReFox.
FoxLift is licensed under the GNU Affero General Public License v3.0. Separate commercial terms may be available for proprietary integrations that cannot comply with the AGPL. The FoxLift name and logo are covered by the trademark policy. Project updates are published at foxlift.dev.
Release files for foxlift 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| foxlift-0.1.0.tar.gz | 262.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| foxlift-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 532.7 kB
Release files / foxlift-0.1.0.tar.gz
| Download URL | foxlift-0.1.0.tar.gz |
|---|---|
| Size | 262.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f28d2cbdc6476e19c1f158a57cdb6c8481914f4e9119b2292ed6b2d5fe631b51
|
|
BLAKE2b-256 checksum How to use checksums |
92b722611b052d2daba7d63d83f3af9848f249b31438b74a297d52dbc16132a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 27, 2026.
Transparency logRelease files / foxlift-0.1.0-py3-none-any.whl
| Download URL | foxlift-0.1.0-py3-none-any.whl |
|---|---|
| Size | 269.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8dfdc6de50f54ed6e05ce2f632a22e3da24862e3941fc793e6508942bd3d08f4
|
|
BLAKE2b-256 checksum How to use checksums |
b7b74e397f5e5e83f4180c2162624fce017dfd658048e12afe370ca38281287f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 27, 2026.
Transparency log