Skip to content

Coreinfo v4.0 produces null-bytes on std-out, that is not searchable in commandline by findstr or find #939

@vitusb

Description

@vitusb

"Coreinfo v4.0" produces null-bytes on std-out, that is not searchable in commandline.

("Coreinfo v3.52" works like charm, system is Win10 Rel 22H2 x64 )

Example (works not with Coreinfo v4.0):

Coreinfo.exe -ACCEPTEULA -version 2>&1 | find /i "Coreinfo"

Output in Coreinfo v4.0:

- not output found by "find" or "findstr", because of null-bytes in content on std-out -

Output in Coreinfo v3.52:

Coreinfo v3.52 - Dump information on system CPU and memory topology
Usage: coreinfo [-c][-f][-g][-l][-n][-s][-m][-v]
Note: Coreinfo must be executed on a system without a hypervisor running for

Coreinfo.exe -ACCEPTEULA -f 2>&1 | find /i "SSE4"

Output in Coreinfo v4.0:

- not output found by "find" or "findstr", because of null-bytes in content on std-out -

Output in Coreinfo v3.52:

SSE4a           *       Supports Streaming SIMDR Extensions 4a
SSE4.1          *       Supports Streaming SIMD Extensions 4.1
SSE4.2          *       Supports Streaming SIMD Extensions 4.2

Best regards ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions