https://github.com/sharp0802/bob-decryptor
I hate CP949...
https://github.com/sharp0802/bob-decryptor
Last synced: 27 days ago
JSON representation
I hate CP949...
- Host: GitHub
- URL: https://github.com/sharp0802/bob-decryptor
- Owner: Sharp0802
- Created: 2023-07-08T11:42:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T12:38:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T22:33:23.032Z (over 1 year ago)
- Language: C
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BoB Decryptor
An encoding analyzer, written in C99, for linux.
## Description
BoB Decryptor is an analyzer for a text file that has all different encodings per line.
You may think what a file has that fxxking weird format... But, BoB does it!
This analyzer supports these formats:
- UTF-8
- UTF-16
- UTF-32
- CP949 HUC (EUC-KR)
## How to build it?
### Requisites
- Cygwin (If you use Windows OS)
- GCC
- GNU Binutils
- Make
- Python3
### Let's build it
1. Build CP949-compatibility pack
```shell
cd cp949
chmod +x cp949.sh
./cp949.sh
cd ..
```
2. Build with Makefile
```shell
make all
```
3. Then, result file will be in `bin/`
## How to run it?
```shell
```