Instant, in-browser decoding of arbitrarily nested ProtoBuf, bplist, OPACK payloads and more.
Give it a try at rec0de.net/open/bytewitch
This project is a pure web application written in Kotlin and compiled to JavaScript.
There is no backend, so all logic runs entirely in the browser.
- Language: Kotlin
- Target platform: JavaScript (Kotlin/JS)
- Execution: Everything runs client-side in the browser
- Backend: None, the entire application is delivered as JavaScript
- IntelliJ IDEA (recommended)
- Gradle (wrapper included, no separate installation required)
From the project root, execute:
./gradlew jsBrowserDevelopmentRunThis will build the application and open it in your browser. In the build.gradle.kts file you can configure which browser should be used.
From the project root, execute:
./gradlew build