Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 ```