Skip to content

Commit

Permalink
Follow-up GitHub organization rename
Browse files Browse the repository at this point in the history
* Replaced all occurrences of IoT-Inspector with onekey-sec
* Updated copyright in LICENSE
* Ran poetry lock --no-update
  • Loading branch information
László Vaskó authored and vlaci committed Jun 7, 2022
1 parent b57dd32 commit 13a9d7e
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- run: |
nix flake check -L
- run: |
nix build -L ".#unblob.withTests" "github:IoT-Inspector/unblob/$GITHUB_SHA"
nix build -L ".#unblob.withTests" "github:onekey-sec/unblob/$GITHUB_SHA"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
zlib1g-dev \
libmagic1 \
libhyperscan5
RUN curl -L -o sasquatch_1.0_amd64.deb https://github.com/IoT-Inspector/sasquatch/releases/download/sasquatch-v1.0/sasquatch_1.0_amd64.deb \
RUN curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v1.0/sasquatch_1.0_amd64.deb \
&& dpkg -i sasquatch_1.0_amd64.deb \
&& rm -f sasquatch_1.0_amd64.deb

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 IoT-Inspector
Copyright (c) 2022 ONEKEY GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ derivation installs all 3rd party dependencies:
2. Install unblob

```console
$ nix profile install github:IoT-Inspector/unblob
$ nix profile install github:onekey-sec/unblob
$ unblob --show-external-dependencies
The following executables found installed, which are needed by unblob:
7z ✓
Expand All @@ -71,7 +71,7 @@ derivation installs all 3rd party dependencies:

## Extractors

Unblob relies on various tools for extracting the contents of a blob. These extractors are either third party tools (e.g. 7z), or internally developed extractors (available in [unblob/extractors](https://github.com/IoT-Inspector/unblob/tree/main/unblob/extractors) directory). \
Unblob relies on various tools for extracting the contents of a blob. These extractors are either third party tools (e.g. 7z), or internally developed extractors (available in [unblob/extractors](https://github.com/onekey-sec/unblob/tree/main/unblob/extractors) directory). \
To be able to use unblob properly, all extractors needs to be installed.

Hints for extractor installation:
Expand All @@ -98,7 +98,7 @@ These are the **external** extractor version recommendations. These are used in
### Internal extractors

These are the **internal** extractors which are automatically installed by unblob. \
For more info on these extractors, check the [pyproject.toml](https://github.com/IoT-Inspector/unblob/blob/main/pyproject.toml).
For more info on these extractors, check the [pyproject.toml](https://github.com/onekey-sec/unblob/blob/main/pyproject.toml).


| Extractor |
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.poetry2nix.url = "github:nix-community/poetry2nix";

inputs.sasquatch.url = "github:IoT-Inspector/sasquatch";
inputs.sasquatch.url = "github:onekey-sec/sasquatch";
inputs.sasquatch.flake = false;

outputs = { self, nixpkgs, poetry2nix, sasquatch }:
Expand Down
94 changes: 47 additions & 47 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ attrs = "^21.2.0"
structlog = "^21.2.0"
arpy = "^2.2.0"
rarfile = "^4.0"
ubi-reader = { git = "https://github.com/IoT-Inspector/ubi_reader.git", rev = "8c956d47b28af4085366e2acfee8d3ba016f6e90" }
ubi-reader = { git = "https://github.com/onekey-sec/ubi_reader.git", rev = "8c956d47b28af4085366e2acfee8d3ba016f6e90" }
python-lzo = "^1.14"
cstruct = "2.1"
jefferson = { git = "https://github.com/IoT-Inspector/jefferson.git", rev = "ddbc592edd81e8d53e5d49668da095e7a9293ade" }
yaffshiv = { git = "https://github.com/IoT-Inspector/yaffshiv.git", rev = "24e6e453a36a02144ae2d159eb3229f9c6312828" }
jefferson = { git = "https://github.com/onekey-sec/jefferson.git", rev = "ddbc592edd81e8d53e5d49668da095e7a9293ade" }
yaffshiv = { git = "https://github.com/onekey-sec/yaffshiv.git", rev = "24e6e453a36a02144ae2d159eb3229f9c6312828" }
plotext = "^4.1.5"
pluggy = "^1.0.0"
file-magic = "^0.4.0"
Expand Down

0 comments on commit 13a9d7e

Please sign in to comment.