Browse Source

Update 'README.md'

天问 2 years ago
parent
commit
fcb4f979d6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -16,7 +16,7 @@ Key features:
 pip3 install reflutter
 ```
 ### Usage
-```console
+```
 impact@f:~$ reflutter main.apk
 
 Please enter your Burp Suite IP: <input_ip>
@@ -45,7 +45,7 @@ You don't need to install any certificates. On an Android device, you don't need
 The resulting apk must be aligned and signed. I use [uber-apk-signer](https://github.com/patrickfav/uber-apk-signer/releases/tag/v1.2.1)
 ```java -jar uber-apk-signer.jar --allowResign -a release.RE.apk```.
 To see which code is loaded through DartVM, you need to run the application on the device. reFlutter prints its output in logcat with the `reflutter` tag
-```console
+```
 impact@f:~$ adb logcat -e reflutter | sed 's/.*DartVM//' >> reflutter.txt
 ```
 <details>