Skip to content

Commit

Permalink
pretty neat
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed May 10, 2024
1 parent bcf0e3e commit 5bee338
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GALLERY.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ readelf -d $(which vim) | ja '.?{%/Shared library/}{`5 ~* 1 /\[(.*)\]/}'
otool -l $(locate libpng.dylib | tail -n1) | ja -R'Load command' '{%/LC_LOAD_DYLIB/}{`7}'
```

## Show rpaths (Mac)

```
otool -l $(locate libapple.dylib | tail -n1) | ja -R 'Load command' '{%/LC_RPATH/}{`7}'
```

# Present RUNPATH (ELF)

```
Expand Down

0 comments on commit 5bee338

Please sign in to comment.