1 unstable release
0.1.0 | Aug 24, 2020 |
---|
#700 in Cargo plugins
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
~3.5MB
~67K SLoC