Skip to content

Commit db6412c

Browse files
authored
Create README.md
1 parent cc92a8e commit db6412c

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# G-Shell
2+
3+
G-Shell is a powerful tool that converts binary files into C, C++, or C# header files, making it easy to embed raw binary data directly into your source code. This tool is designed for developers who need to work with binary data and prefer using it in their C/C++ or C# applications.
4+
5+
## Features
6+
7+
- **Binary to Header Conversion**: Convert any binary file to a C, C++, or C# header file.
8+
- **Flexible Output**: Choose between C, C++, or C# format for the output header.
9+
- **Easy to Use**: Simple command-line interface to quickly convert your binary files.
10+
11+
## Installation
12+
13+
### Prerequisites
14+
15+
Before you can use G-Shell, you need to have the following installed:
16+
17+
- **Python** (for script execution)
18+
- **Git** (for cloning the repository)
19+
20+
### Clone the Repository
21+
22+
To get started, clone the G-Shell repository:
23+
24+
```bash
25+
git clone https://github.com/CanXploit/G-Shell

0 commit comments

Comments
 (0)