Skip to content

Commit

Permalink
Updated README (#147)
Browse files Browse the repository at this point in the history
* updated README.md

* maybe?

* test

* test

* test

* test

* test

* test

* oops

* improved title

* oppsy daisy

* updated title again

* added contact information

* switched to paragraph's

* switched to paragraph's

* fixxed code block

* added java emoji

---------

Co-authored-by: SIEA <69807609+DrVosss@users.noreply.github.com>
  • Loading branch information
sieadev and sieadev authored Mar 9, 2024
1 parent b83c84e commit dfad3d2
Showing 1 changed file with 42 additions and 13 deletions.
55 changes: 42 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,58 @@
# Kitsune
<div align='center'>

# Introduction
Kitsune is a program that allows one to easily reverse engineer or analyze a limited set of languages.
Java 17 or higher must be installed.
<h1>Kitsune</h1>
<p>Kitsune is a program that allows one to easily reverse engineer or analyze a limited set of languages.</p>

# Supported Languages
<p>Created and maintained by <a href="https://github.com/OpticFusion1">OpticFusion1</a>!</p>

<h4> <a href="https://github.com/OpticFusion1/Kitsune/wiki"> Wiki </a> <span> · </span> <a href="https://github.com/OpticFusion1/Kitsune/issues"> Report Bug </a> <span> · </span> <a href="https://github.com/OpticFusion1/Kitsune/issues"> Request Feature </a> </h4>
<br>
<p> ❗ <strong> IMPORTANT!</strong> ☕ Java 17 or higher must be installed. ❗ </p>
</div>

## Supported Languages
Java, VBScript (Limited Support), and HTML.

Support for more languages will be added over time.

# Usage
All commands can be found in the [wiki](https://github.com/OpticFusion1/Kitsune/wiki)
## Usage

To use Kitsune to its full extent, it's important to know all available commands and when to use them.

> [!TIP]
> All commands can be found in the [wiki](https://github.com/OpticFusion1/Kitsune/wiki)
## Run
Download a compiled jar or build it from source and then run it using `java -jar Kitsune.jar`
The first step to running Kitsune is obtaining a compiled jar.

You can either download it from [releases](https://github.com/OpticFusion1/Kitsune/releases) or [build](#build) it yourself.

# Run
Download a pre-compiled jar or build from source and then run the command `java -jar Kitsune.jar`
Once you have obtained your Kitsune.jar run it using `java -jar Kitsune.jar`

# Build
To build Kitsune from source
> [!TIP]
> If you want the latest stable version, I strongly recommend [releases](https://github.com/OpticFusion1/Kitsune/releases)
## Build
#### To build Kitsune from source, run the following commands:
```
$ git clone git@github.com:OpticFusion1/Kitsune
$ cd Kitsune/
$ mvn clean install
```

# Example Output
## Contact
Discord · [Optic_Fusion1 Support](https://discord.gg/jMEsq4zHVA)

Project Link · https://github.com/OpticFusion1/Kitsune/

## Preview

> [!NOTE]
> This is a preview output generated using the command `analyze <file>`
![unknown](https://user-images.githubusercontent.com/37254722/196303016-d5de5e7c-e16a-4caa-92a5-f34d0cc5baa5.png)
![unknown](https://user-images.githubusercontent.com/37254722/196303029-3f5719f7-20a2-47ba-ae71-7f50f3fe2add.png)
![unknown2](https://user-images.githubusercontent.com/37254722/196303030-6d7eec9a-94be-44a0-b01b-d65b4a846f76.png)
![unknown2](https://user-images.githubusercontent.com/37254722/196303030-6d7eec9a-94be-44a0-b01b-d65b4a846f76.png)

0 comments on commit dfad3d2

Please sign in to comment.