Strategies for finding binary dependencies
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix authorship info

+5 -1
+2 -1
REUSE.toml
··· 6 6 "Cargo.lock", 7 7 "Cargo.toml", 8 8 "data/**/*", 9 + "results/**/*", 9 10 ] 10 11 SPDX-FileCopyrightText = "NONE" 11 12 SPDX-License-Identifier = "CC0-1.0" 12 13 13 14 [[annotations]] 14 15 path = [ 15 - "contrib/**/*", 16 + "contrib*/**/*", 16 17 ] 17 18 SPDX-FileCopyrightText = "Vlad-Stefan Harbuz" 18 19 SPDX-License-Identifier = "Apache-2.0"
+3
src/lib.rs
··· 1 + // © Vlad-Stefan Harbuz <vlad@vlad.website> 2 + // SPDX-License-Identifier: Apache-2.0 3 + 1 4 pub mod elf_utils;