Browse Source

Update 'README.md'

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

+ 3 - 7
README.md

@@ -1,10 +1,4 @@
-[![Twitter](https://img.shields.io/twitter/follow/lmpact_l.svg?logo=twitter)](https://twitter.com/lmpact_l)
-
-[![stars](https://img.shields.io/github/stars/ptswarm/reFlutter)](https://github.com/ptswarm/reFlutter/stargazers) [![workflow](https://img.shields.io/github/workflow/status/ptswarm/reFlutter/Build)](https://github.com/ptswarm/reFlutter/actions)
-
-<p align="center"><img src="https://user-images.githubusercontent.com/87244850/135659542-22bb8496-bf26-4e25-b7c1-ffd8fc0cea10.png" width="75%"/></p>
-
-#
+# reflutter
 This framework helps with Flutter apps reverse engineering using the patched version of the Flutter library which is already compiled and ready for app repacking. This library has snapshot deserialization process modified to allow you perform dynamic analysis in a convenient way.
 This framework helps with Flutter apps reverse engineering using the patched version of the Flutter library which is already compiled and ready for app repacking. This library has snapshot deserialization process modified to allow you perform dynamic analysis in a convenient way.
 
 
 Key features:
 Key features:
@@ -125,6 +119,7 @@ The hash of the snapshot is extracted from ```storage.googleapis.com/flutter_inf
 If you would like to implement your own patches, manual Flutter code change is supported using specially crafted [Docker](https://hub.docker.com/r/ptswarm/reflutter)
 If you would like to implement your own patches, manual Flutter code change is supported using specially crafted [Docker](https://hub.docker.com/r/ptswarm/reflutter)
 
 
 ```sudo docker pull ptswarm/reflutter```
 ```sudo docker pull ptswarm/reflutter```
+
 ```
 ```
 # Linux, Windows
 # Linux, Windows
 EXAMPLE BUILD ANDROID ARM64:
 EXAMPLE BUILD ANDROID ARM64:
@@ -136,6 +131,7 @@ FLAGS:
     -e WAIT=300                      <the amount of time in seconds you need to edit source code>
     -e WAIT=300                      <the amount of time in seconds you need to edit source code>
     -e HASH_PATCH=[Snapshot_Hash]    <here you need to specify snapshot hash which matches the engine_commit line of enginehash.csv table best. It is used for proper patch search in reFlutter and for successfull compilation>
     -e HASH_PATCH=[Snapshot_Hash]    <here you need to specify snapshot hash which matches the engine_commit line of enginehash.csv table best. It is used for proper patch search in reFlutter and for successfull compilation>
     -e COMMIT=[Engine_commit]        <here you specify commit for your engine version, take it from enginehash.csv table or from flutter/engine repo>
     -e COMMIT=[Engine_commit]        <here you specify commit for your engine version, take it from enginehash.csv table or from flutter/engine repo>
+    
 ```
 ```
 
 
 ### flutter抓包
 ### flutter抓包