x96check

Crates.iox96check
lib.rsx96check
version0.1.0
sourcesrc
created_at2020-08-24 12:14:51.585282
updated_at2020-08-24 12:14:51.585282
descriptionCheck if the executable file is 32-bit or 64-bit on windows.
homepage
repositoryhttps://github.com/ysouyno/x96check
max_upload_size
id280081
size13,042
ysouyno (ysouyno)

documentation

README

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
Commit count: 8

cargo fmt