Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aptmac/byteboy
A Byteman Companion Application & VS Code Language Extension
https://github.com/aptmac/byteboy
Last synced: about 1 month ago
JSON representation
A Byteman Companion Application & VS Code Language Extension
- Host: GitHub
- URL: https://github.com/aptmac/byteboy
- Owner: aptmac
- License: mit
- Created: 2017-10-17T21:37:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T16:45:45.000Z (over 6 years ago)
- Last Synced: 2024-10-12T15:50:52.388Z (3 months ago)
- Language: TeX
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Byteboy: A Byteman Companion Application
A CMPT 479 Final Project.## Contents
### Byteboy
Contains a Python application that can be used to create and generate Byteman rules.
### Language Extension
Contains a Visual Studio Code language extension for supporting the Byteman scripting language
### Paper
Contains the LaTeX file for our paper
### Motivating Example
Contains an example use case for Byteman, including byteman rule files that can be used to diagnose and fix a problematic application
### Tests
Contains the applications used as test cases for Byteboy's experimental results
## Git Commit Guidelines
Bug Fix
```fix(extension): stop crashing when doing x```Feature Addition
```feat(extension): added functionality x```Chore (non-functionality altering)
```chore(extension): renamed file x ```