Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fcharlie/belautils
Tools reimplemented using Bela library
https://github.com/fcharlie/belautils
bela checksum downloader windows
Last synced: 7 days ago
JSON representation
Tools reimplemented using Bela library
- Host: GitHub
- URL: https://github.com/fcharlie/belautils
- Owner: fcharlie
- License: apache-2.0
- Created: 2019-10-13T13:41:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T09:34:08.000Z (9 months ago)
- Last Synced: 2024-02-21T10:38:03.268Z (9 months ago)
- Topics: bela, checksum, downloader, windows
- Language: C++
- Homepage:
- Size: 7.4 MB
- Stars: 30
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BelaUtils
[![license badge](https://img.shields.io/github/license/fcharlie/belautils.svg)](LICENSE)
[![Master Branch Status](https://github.com/fcharlie/belautils/workflows/CI/badge.svg)](https://github.com/fcharlie/belautils/actions)
[![Latest Release Downloads](https://img.shields.io/github/downloads/fcharlie/belautils/latest/total.svg)](https://github.com/fcharlie/belautils/releases/latest)
[![Total Downloads](https://img.shields.io/github/downloads/fcharlie/belautils/total.svg)](https://github.com/fcharlie/belautils/releases)Tools reimplemented using Bela library
## Bona - Modern and interesting file format viewer
A modern and interesting file format viewer
Feature:
+ Support multiple file format detection
+ Support parsing zip container file format
+ Support the correct conversion of zip file name encoding after detection
+ Support analysis of PE/ELF/MachO binary format, dependencies, import/export symbols, etc.```txt
bona - Modern and interesting file format viewer
Usage: bona [option]... [file]...
-h|--help Show usage text and quit
-v|--version Show version number and quit
-V|--verbose Make the operation more talkative
-f|--full Full mode, view more detailed information of the file.
-j|--json Format and output file information into JSON.
```![](https://s3.ax1x.com/2020/12/26/r4Rpex.png)
![](https://s3.ax1x.com/2020/12/26/r4ReOI.png)
## Caelum - PE Simple Analysis Tool
Caelum is derived from [PEAnalyzer](https://github.com/fcharlie/PEAnalyzer/), which is a GUI PE analysis tool that can analyze the structure, dependency and other information of PE files.
![](./docs/images/caelum.png)
## Kisasum Hash Utilities
Kisasum is derived from [Kismet](https://github.com/fcharlie/Kismet) and is a hash calculation tool that supports SHA228/SHA256/SHA384/SHA512/SHA3/BAKE3/KangarooTwelve/BLAKE2b/BLAKE2s.
CLI usage:
```shell
kisasum -a BLAKE3 path/to/file
```GUI Snapshot:
![](./docs/images/kisasum-ui.png)
## Krycekium MSI unpacker
Krycekium is derived from [Krycekium](https://github.com/fcharlie/Krycekium) and is an MSI installation package decompression tool.
![](./docs/images/krycekium.png)
## hastyhex
A faster hex dumper fork from [https://github.com/skeeto/hastyhex](https://github.com/skeeto/hastyhex).
![](./docs/images/hastyhex.png)
## Wind
Wind - Interesting download tool. Auto use system proxy when download files from network.
![](./docs/images/wind.png)
Download success:
![](./docs/images/wind2.png)
## Download
Download the latest version of Baulk: [https://github.com/fcharlie/belautils/releases/latest](https://github.com/fcharlie/belautils/releases/latest)
or
```powershell
baulk install belautils
```