Skip to content

Commit

Permalink
Repo rename blob-extractor to blob_extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
zznop committed Sep 10, 2024
1 parent 863b78b commit 5558e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pip3 install unblob python-magic
3. Clone the repository into the Binary Ninja `plugins` directory

```
git clone git@github.com:Vector35/blob-extractor.git "/Users/$USER/Library/Application Support/Binary Ninja/plugins/blob-extractor"
git clone git@github.com:Vector35/blob_extractor.git "/Users/$USER/Library/Application Support/Binary Ninja/plugins/blob_extractor"
```

### Linux
Expand All @@ -57,7 +57,7 @@ pip3 install unblob python-magic
3. Clone the repository into the Binary Ninja `plugins` directory

```
git clone git@github.com:Vector35/blob-extractor.git "~/.binaryninja/plugins/blob-extractor"
git clone git@github.com:Vector35/blob_extractor.git "~/.binaryninja/plugins/blob_extractor"
```

### Windows
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


def _get_root_dir_path() -> Path:
dirpath = Path(path.join(gettempdir(), "blob-extractor"))
dirpath = Path(path.join(gettempdir(), "blob_extractor"))
makedirs(dirpath, exist_ok=True)
return dirpath

Expand Down

0 comments on commit 5558e8f

Please sign in to comment.