#byte #programming-language #cli

app bytez

Bytez analyzes binary files to determine their format, architecture, and programming language

2 releases

0.1.1 Apr 3, 2024
0.1.0 Apr 3, 2024

#531 in Command line utilities

Download history 233/week @ 2024-04-01

233 downloads per month

MIT license

16KB
79 lines

Bytez analyzes binary files to determine their format, architecture, and programming language.

Currently Bytez only supports rust and C++ detection, for example if you try to run it on a c program it would detect the format and architecture fine but it won't be able to detect the language.

I plan to add C support later.

You can install bytez with cargo via cargo install bytez

Dependencies

~1MB
~16K SLoC