diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-09-17 00:21:23 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-09-17 00:21:23 +0200 |
commit | 2e329ad934ef010fd94afe965f14ab895dcb515e (patch) | |
tree | dd811250e6ecb3f3add49fa33f59b66110e1e8d0 /src/binary | |
parent | df18274e5a54f587c0d38c9e570e43f62c0b1712 (diff) | |
download | notes-2e329ad934ef010fd94afe965f14ab895dcb515e.tar.gz notes-2e329ad934ef010fd94afe965f14ab895dcb515e.zip |
added links to pages on sub readmes
Diffstat (limited to 'src/binary')
-rw-r--r-- | src/binary/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/binary/README.md b/src/binary/README.md index b75e0e2..6352120 100644 --- a/src/binary/README.md +++ b/src/binary/README.md @@ -1 +1,7 @@ # Binary + +- [od](./od.md) +- [xxd](./xxd.md) +- [readelf](./readelf.md) +- [objdump](./objdump.md) +- [nm](./nm.md) |