File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,18 @@ frida -U -l .\instagram-ssl-pinning-bypass.js -f com.instagram.barcelona
47
47
48
48
You can create your own patched APK.
49
49
50
+ ### Patch using docker image
51
+ 1 . Install docker: [ https://docs.docker.com/desktop/ ] ( https://docs.docker.com/desktop/ )
52
+ 2 . Pull docker image: ` docker pull ghcr.io/eltion/instagram-ssl-pinning-bypass:latest `
53
+ 3 . Run docker image in the same folder where the apk is located
54
+
55
+ ``` bash
56
+ # Linux, MacOS, Windows (PowerShell)
57
+ docker run --rm -v " $( pwd) :/app" ghcr.io/eltion/instagram-ssl-pinning-bypass:latest -i < input apk> -o < output apk>
58
+
59
+ # Windows cmd
60
+ docker run --rm -v " %cd%:/app" ghcr.io/eltion/instagram-ssl-pinning-bypass:latest -i < input apk> -o < output apk>
61
+ ```
50
62
51
63
### Requirements Linux (Ubuntu):
52
64
1 . Install java JRE: ` sudo apt install default-jre `
You can’t perform that action at this time.
0 commit comments