Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Mar 13, 2024
1 parent e2aa88f commit 533b739
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,18 @@ To parse all files including `.dex` files, pass `--deep` argument.
blint sbom -i /path/to/apk -o bom.json --deep
```
The following binaries are supported:
- Android (apk/aab)
- Dotnet executable binaries
- Go binaries
```shell
blint sbom -i /path/to/go binaries -o bom.json --deep
```
For all other binaries, the symbols will be collected and represented as properties with `internal` prefix for the parent component. Child components and dependencies would be missing.
PowerShell example
![PowerShell](./docs/blint-powershell.jpg)
Expand Down

0 comments on commit 533b739

Please sign in to comment.