https://github.com/koder77/l1vm-dump
L1VM dump - dump L1VM bytecode byte arrays into files
https://github.com/koder77/l1vm-dump
Last synced: 11 months ago
JSON representation
L1VM dump - dump L1VM bytecode byte arrays into files
- Host: GitHub
- URL: https://github.com/koder77/l1vm-dump
- Owner: koder77
- License: gpl-3.0
- Created: 2020-05-01T11:49:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T13:53:28.000Z (over 4 years ago)
- Last Synced: 2025-01-22T01:36:34.636Z (about 1 year ago)
- Language: C
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
L1VM dump byte data
===================
This program loads a L1VM bytecode file and dumps the byte array data to disk.
It generates multiple files which contain the byte data.
This can be useful to "debug" programs and check if the data that is stored is
correct.