https://github.com/fcharlie/belautils
Tools reimplemented using Bela library
https://github.com/fcharlie/belautils
bela checksum downloader windows
Last synced: about 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T09:34:08.000Z (about 1 year ago)
- Last Synced: 2024-02-21T10:38:03.268Z (about 1 year 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)
[](https://github.com/fcharlie/belautils/actions)
[](https://github.com/fcharlie/belautils/releases/latest)
[](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.
```

## 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.

## 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:

## Krycekium MSI unpacker
Krycekium is derived from [Krycekium](https://github.com/fcharlie/Krycekium) and is an MSI installation package decompression tool.

## hastyhex
A faster hex dumper fork from [https://github.com/skeeto/hastyhex](https://github.com/skeeto/hastyhex).

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