# BelaUtils **Repository Path**: ipvb/BelaUtils ## Basic Information - **Project Name**: BelaUtils - **Description**: 基于 Bela 编写的现代 Windows 工具集合 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-27 - **Last Updated**: 2024-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).  ## Wind Wind - Interesting download tool. Auto use system proxy when download files from network.  Download success:  ## 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 ```