https://github.com/lafkpages/bun-decompile
Extracts the original transpiled sources from an executable file generated via `bun build --compile`.
https://github.com/lafkpages/bun-decompile
bun decompiler reverse-engineering
Last synced: 8 months ago
JSON representation
Extracts the original transpiled sources from an executable file generated via `bun build --compile`.
- Host: GitHub
- URL: https://github.com/lafkpages/bun-decompile
- Owner: lafkpages
- Created: 2024-06-21T16:16:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T18:57:41.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:43:06.819Z (about 1 year ago)
- Topics: bun, decompiler, reverse-engineering
- Language: TypeScript
- Homepage: https://bun-decompile.surge.sh
- Size: 361 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-decompile
[](https://github.com/lafkpages/bun-decompile/actions/workflows/deploy.yml)
[](https://wakatime.com/badge/github/lafkpages/bun-decompile)
Extracts the original transpiled sources from an executable file generated via `bun build --compile`.

This can be used both as a library, importing from `src/lib`, or as a web app by running `bun run -b dev`.
The web app is also hosted at https://bun-decompile.surge.sh.