Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lafkpages/bun-decompile
Extracts JavaScript sources from an executable file generated via `bun build --compile`.
https://github.com/lafkpages/bun-decompile
bun decompiler reverse-engineering
Last synced: about 2 months ago
JSON representation
Extracts JavaScript 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T19:35:37.000Z (4 months ago)
- Last Synced: 2024-08-27T22:44:27.678Z (4 months ago)
- Topics: bun, decompiler, reverse-engineering
- Language: TypeScript
- Homepage: https://bun-decompile.surge.sh
- Size: 358 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-decompile
[![Build web app, run unit tests and deploy](https://github.com/lafkpages/bun-decompile/actions/workflows/deploy.yml/badge.svg)](https://github.com/lafkpages/bun-decompile/actions/workflows/deploy.yml)
[![Wakatime](https://wakatime.com/badge/github/lafkpages/bun-decompile.svg)](https://wakatime.com/badge/github/lafkpages/bun-decompile)Extracts the original transpiled sources from an executable file generated via `bun build --compile`.
![screenshot](https://scrapbook-into-the-redwoods.s3.amazonaws.com/f5977575-ecf9-43f3-9837-8c0bf63fc641-image.png)
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.