Skip to content

Commit

Permalink
Doc + readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsynth committed Jun 13, 2023
1 parent 5d860ea commit adf375a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "schnauzer"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Arsynth/schnauzer"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![](https://github.com/Arsynth/schnauzer/actions/workflows/rust.yml/badge.svg)

[![demo](https://asciinema.org/a/591299.svg)](https://asciinema.org/a/591299?autoplay=1)

`schnauzer` is both library and tool for parsing mach-o files, printing symbol table, used dynamic libraries, relative paths, relocation entries, e.t.c.. [See full list of commands](#supported-commands).

[Changelog](https://github.com/Arsynth/schnauzer/blob/master/CHANGELOG.md)
Expand Down Expand Up @@ -263,7 +265,7 @@ __TEXT __cstring

```toml
[dependencies]
schnauzer = "0.3.3"
schnauzer = "0.3.4"
```

### Examples
Expand Down

0 comments on commit adf375a

Please sign in to comment.