Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iGio90 committed Jan 5, 2020
1 parent 88e92a9 commit 680d3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
- add your frida injector binaries (I got further plans to kill this step and handle releases with binary updater inside the library)
- at this point you will need a similar switch case to identify the right arch to use:

```
```java
String fridaInjectorBinaryAssetName = "";
switch (getArch()) {
case "arm":
Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies {

- add your agent.js in the assets folder as well and then just:

```
```java
try {
FridaInjector fridaInjector = new FridaInjector(this, "fridaInjectorBinaryAssetName");
fridaInjector.inject("com.android.systemui", "agent.js", true);
Expand Down

0 comments on commit 680d3be

Please sign in to comment.