1.0.0 (2022-06-23)
⚠ BREAKING CHANGES
- The result is now non-nullable and it is a struct with the fields
arch
,platform
,runtime
. Runtime is nullable as we can only detect it for ELF binaries for now. Ifplatform
orarch
cannot be detected it will throw.
Features
- Rename package to binary-info and fix release (#15) (0d59e30)
- Return also architecture and platform (#8) (6aa4a95)