https://github.com/isobiscuit/isobiscuit
The biscuit virtualization tool
https://github.com/isobiscuit/isobiscuit
assembly biscuit compiler free isobiscuit isolation management open-source python python3 sandboxing system-tools technology tools virtual-machine virtualization
Last synced: 2 months ago
JSON representation
The biscuit virtualization tool
- Host: GitHub
- URL: https://github.com/isobiscuit/isobiscuit
- Owner: isobiscuit
- License: apache-2.0
- Created: 2025-03-02T19:26:26.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-03-22T18:13:14.000Z (3 months ago)
- Last Synced: 2025-03-22T18:32:08.541Z (3 months ago)
- Topics: assembly, biscuit, compiler, free, isobiscuit, isolation, management, open-source, python, python3, sandboxing, system-tools, technology, tools, virtual-machine, virtualization
- Language: Python
- Homepage:
- Size: 458 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# IsoBiscuit
IsoBiscuit is a tool for visualizing processes etc. where these are stored in "biscuits". This works with sectors, so that the memory can be loaded and initialized before executing the .biscuit.## Installation
You can install isobiscuit with pip \
`pip install isobiscuit`## Create Biscuits
You can create your biscuit with \
`biscuit init mybiscuit`## Build Biscuit
You can build a biscuit to a .biscuit with
`biscuit build mybiscuit`## Run a biscuit
You got now an `.biscuit`, now you can run your `any_dot_biscuit_file.biscuit` with\
`biscuit run any_dot_biscuit_file`\
you have to write it without `.biscuit`## Links
### [BBin Format](./bbin.md)
### [The Biscuit File Format](./biscuit-file-format.md)
### [Biscuit Calls](./biscuit_calls.md)
### [Biscuit Assembly](./biasm.md)