项目作者: fecoelho

项目描述 :
Binaries 2 Decimals
高级语言: C
项目地址: git://github.com/fecoelho/Bin2Dec.git
创建时间: 2020-02-20T07:01:40Z
项目社区:https://github.com/fecoelho/Bin2Dec

开源协议:

下载


Bin2Dec

A simple program in C that turns binaries into decimals.

How to use?

  1. Clone the repository:

    git clone https://github.com/fecoelho/Bin2Dec.git

  2. Enter de Bin2Dec folder and compile:

    cd Bin2Dec
    gcc srcs/*.[ch] && mv a.out Bin2Dec

  3. Run it!

    ./Bin2Dec thebinary anotherbinary

This program can run with multiple inputs or with just one. It can convert binaries up to 32 bits. If you wanna see the code of this project, just enter de srcs folder.

GitHub top language Lines of code