ScriptScorpion / BitwiseInfo

this tool gets info about bits in number

Repository from Github https://github.comScriptScorpion/BitwiseInfoRepository from Github https://github.comScriptScorpion/BitwiseInfo

How compile:

  • g++ bitcount.cpp -o exe
  • gcc bitcount.c -o exe
  • nasm -f elf64 bitcount.asm -o exe.o && ld exe.o -o exe

About

this tool gets info about bits in number


Languages

Language:Assembly 63.8%Language:C++ 19.1%Language:C 17.1%