It usefull for :
- convert number to binary or hexadecimal
- convert binary to hexadecimal or the opposite
git clone https://github.com/1sis/HexaBin
cd HexaBin
python3 -m pip install -r requirements.txt
python3 HexaBin.py -encode hex 41
python3 HexaBin.py -decode 0x64
Dxsk : https://github.com/dxsk https://twitter.com/daihyxsk
Isis : https://twitter.com/0x1sis
Soon : v3 with :
- more changement
- PyPi package !