Skip to content

Commit

Permalink
Update files due to username change
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 12, 2019
1 parent 0e67a45 commit 064c2a3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# These are supported funding model platforms
patreon: keylo99
patreon: orhunp
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ApkServInject <a href="https://github.com/KeyLo99/ApkServInject/releases"><img src="https://img.shields.io/github/release/KeyLo99/ApkServInject.svg"/></a>
# ApkServInject <a href="https://github.com/orhun/ApkServInject/releases"><img src="https://img.shields.io/github/release/orhun/ApkServInject.svg"/></a>

<a href="https://github.com/KeyLo99/ApkServInject/issues"><img src="https://img.shields.io/github/issues/KeyLo99/ApkServInject.svg"/></a>
<a href="https://github.com/KeyLo99/ApkServInject/pulls"><img src="https://img.shields.io/github/issues-pr/KeyLo99/ApkServInject.svg"/></a>
<a href="https://github.com/KeyLo99/ApkServInject/stargazers"><img src="https://img.shields.io/github/stars/KeyLo99/ApkServInject.svg"/></a>
<a href="https://github.com/KeyLo99/ApkServInject/network"><img src="https://img.shields.io/github/forks/KeyLo99/ApkServInject.svg"/></a>
<a href="https://github.com/KeyLo99/ApkServInject/blob/master/LICENSE"><img src="https://img.shields.io/github/license/KeyLo99/ApkServInject.svg"/></a>
<a href="https://github.com/orhun/ApkServInject/issues"><img src="https://img.shields.io/github/issues/orhun/ApkServInject.svg"/></a>
<a href="https://github.com/orhun/ApkServInject/pulls"><img src="https://img.shields.io/github/issues-pr/orhun/ApkServInject.svg"/></a>
<a href="https://github.com/orhun/ApkServInject/stargazers"><img src="https://img.shields.io/github/stars/orhun/ApkServInject.svg"/></a>
<a href="https://github.com/orhun/ApkServInject/network"><img src="https://img.shields.io/github/forks/orhun/ApkServInject.svg"/></a>
<a href="https://github.com/orhun/ApkServInject/blob/master/LICENSE"><img src="https://img.shields.io/github/license/orhun/ApkServInject.svg"/></a>

```
usage: java -jar ApkServInject.jar [-a APK] [-s SMALI]
Expand All @@ -19,15 +19,15 @@ usage: java -jar ApkServInject.jar [-a APK] [-s SMALI]
/ _ \ | '_ \| |/ \___ \ / _ | '__\ \ / /| || '_ \ | |/ _ \/ __| __|
/ ___ \| |_) | < ___) | __| | \ V / | || | | || | __| (__| |_
/_/ \_| .__/|_|\_|____/ \___|_| \_/ |___|_| |__/ |\___|\___|\__|
|_|@KeyLo99 |__/
|_|@orhun |__/
ApkServInject - a tool for injecting (smali) service to Android apk files
usage: ApkServInject
-a,--apk APK file to inject smali
-s,--smali (smali) Service file to inject.
For additional info, see: http://github.com/KeyLo99/ApkServInject
For additional info, see: http://github.com/orhun/ApkServInject
Test files found. Would you like to perform a test injection? [y/n]:
y
Expand Down
2 changes: 1 addition & 1 deletion src/main/ApkServInject.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ private static void printUsage(){
printHeader();
HelpFormatter formatter = new HelpFormatter();
formatter.printHelp("ApkServInject", options);
System.out.println("\nFor additional info, see: http://github.com/KeyLo99/ApkServInject\n");
System.out.println("\nFor additional info, see: http://github.com/orhun/ApkServInject\n");
}
}
2 changes: 1 addition & 1 deletion src/utils/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ public final class Constants {
" / _ \\ | '_ \\| |/ \\___ \\ / _ | '__\\ \\ / /| || '_ \\ | |/ _ \\/ __| __|\n" +
" / ___ \\| |_) | < ___) | __| | \\ V / | || | | || | __| (__| |_ \n" +
" /_/ \\_| .__/|_|\\_|____/ \\___|_| \\_/ |___|_| |__/ |\\___|\\___|\\__|\n" +
" |_|@KeyLo99 |__/ \n";
" |_|@orhun |__/ \n";
}

0 comments on commit 064c2a3

Please sign in to comment.