#64-bit #32-bit #machine #pe

app x96check

Check if the executable file is 32-bit or 64-bit on windows

1 unstable release

0.1.0 Aug 24, 2020

#671 in Cargo plugins

MIT license

6KB
92 lines

x96check

Check if the executable file is 32-bit or 64-bit on windows.

Installing

cargo install x96check

Usage

> x96check.exe -h
x96check 0.1.0
Check if the executable file is 32-bit or 64-bit on windows

USAGE:
    x96check.exe <file>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <file>    Full path executable file

Examples

> x96check.exe error_show.exe
64bit

Dependencies

~2.5MB
~50K SLoC