https://github.com/phase/asmifier
Web interface for ASMifier
https://github.com/phase/asmifier
Last synced: 11 months ago
JSON representation
Web interface for ASMifier
- Host: GitHub
- URL: https://github.com/phase/asmifier
- Owner: phase
- License: mpl-2.0
- Created: 2016-11-27T03:25:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T00:23:31.000Z (over 6 years ago)
- Last Synced: 2025-03-25T07:11:22.274Z (12 months ago)
- Language: Kotlin
- Homepage: https://asmifier.herokuapp.com/
- Size: 61.5 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# asmifier
[**asmifier**](https://asmifier.herokuapp.com/) is a web interface
for ASM's ASMifier.
> wut?
1. You give me Java code.
2. I compile the Java code to a class file.
3. I run the class file through ASMifier.
4. I give you the result.