An open API service indexing awesome lists of open source software.

https://github.com/laqudee/hex2bin-fork

zig use
https://github.com/laqudee/hex2bin-fork

Last synced: about 1 year ago
JSON representation

zig use

Awesome Lists containing this project

README

          

# hex2bin-fork

> fork from [hex2bin](https://github.com/Guozhanxin/hex2bin)

## build

```shell
=> zig build
```

## Usage

```shell
=> cd zig-out/bin
=> .\hex2bin-fork.exe ../../examples/rtthread.hex

# out
=> rtthread_0x10000.bin
=> rtthread_0x100a150.bin
```