Skip to content

Commit

Permalink
rename cli wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
erfur committed Mar 3, 2024
1 parent 24859cd commit 05834fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: move files
run: |
mv target/aarch64-linux-android/release/linjector-cmd ./linjector-cli
mv target/aarch64-linux-android/release/linjector-cli ./linjector-cli
xz -9 -k ./linjector-cli
- name: save hashes in env
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name = "linjector_rs"
path = "src/lib.rs"

[[bin]]
name = "linjector-cmd"
path = "bin/cmd.rs"
name = "linjector-cli"
path = "bin/cli.rs"

[dependencies]
android_logger = "0.13.3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Android port of [linux-injector](https://github.com/namazso/linux_injector). Lib
```
Inject code into a running process using /proc/mem
Usage: linjector-cmd [OPTIONS] --pid <PID> --file <FILE>
Usage: linjector-cli [OPTIONS] --pid <PID> --file <FILE>
Options:
-p, --pid <PID>
Expand Down
File renamed without changes.

0 comments on commit 05834fa

Please sign in to comment.