From 9c43c0b632aeba82d8e80a2b92cefac274663eec Mon Sep 17 00:00:00 2001
From: 6543 <6543@obermui.de>
Date: Wed, 2 Sep 2020 16:50:14 +0200
Subject: [PATCH] Fix Readme
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index a89c5bc..2649efb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# BinderFuzzy
-
+
An App intended for fuzzing the Binder interface and System Services of Android.
@@ -91,28 +91,28 @@ See our video: []()
First step is to select a System Service we're going to fuzz. After a click on the "NEW" button the list of available Services appears and you can choose one.
-
+
#### 2. Select function or objects to create the call
-The next screen lists all members: functions and fields.
+The next screen lists all members: functions and fields.
```
=> If you click on a field the browser will open the object in a new Window.
=> If you click on a method the browser forwards this to the FuzzCreator.
```
-
+
### 3. Parameter configuration
Now you have to configure the parameters of the call. Some parameters have special options like integers, strings and intents. You can open a feature request if you need more features here.
However, you must click on each parameter and configure how the fuzzer shall gather the values for the call.
-
+
### Start the test
Once you're finished you can press the START button and the test begins.
-
+
### Strange findings
@@ -121,7 +121,7 @@ Once you're finished you can press the START button and the test begins.
Passing user -3 as parameter will bypass the permission check.
-
+