Skip to content

Commit

Permalink
Skip aarch64 and power ld.so's
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Dec 15, 2021
1 parent 23cce68 commit 7769410
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@
// Libraries we do not show by default -- this reduces the verbosity quite a
// bit.
char const *exclude_list[] = {
"libc.so", "libpthread.so", "libm.so", "libgcc_s.so",
"libstdc++.so", "ld-linux-x86-64.so", "libdl.so", "libc.musl-x86_64.so"};
"libc.so", "libpthread.so", "libm.so",
"libgcc_s.so", "libstdc++.so", "ld-linux-x86-64.so",
"libdl.so", "libc.musl-x86_64.so", "ld-linux.so",
"ld64.so", "ld-linux-aarch64.so"};

struct header_64_t {
uint16_t e_type;
Expand Down

0 comments on commit 7769410

Please sign in to comment.