From 880988a5a94c371068648310bd641649dbb4af38 Mon Sep 17 00:00:00 2001 From: enovella Date: Fri, 27 Jul 2018 23:56:48 +0200 Subject: [PATCH 1/3] Readme.md includes lzma-dev dep --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8b028b2..22a6cc2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ Wrapper tool to identify the remote device and push device specific frida-server ## Installing +# Dependencies +```bash +sudo apt-get install -y liblzma-dev +``` + ```bash sudo pip install frida-push ``` From 49dd04fb60a88b268641a5b1855e075b953a60ff Mon Sep 17 00:00:00 2001 From: enovella Date: Fri, 27 Jul 2018 23:58:06 +0200 Subject: [PATCH 2/3] Readme.md fix size --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 22a6cc2..3ada27a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ Wrapper tool to identify the remote device and push device specific frida-server binary. ## Installing - -# Dependencies +### Dependencies ```bash sudo apt-get install -y liblzma-dev ``` From 12643dd26b0ab2a95803f737b57723c10e2e9be6 Mon Sep 17 00:00:00 2001 From: enovella Date: Fri, 27 Jul 2018 23:58:56 +0200 Subject: [PATCH 3/3] Readme.md just one line --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ada27a..11f05bc 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,9 @@ Wrapper tool to identify the remote device and push device specific frida-server binary. ## Installing -### Dependencies -```bash -sudo apt-get install -y liblzma-dev -``` ```bash +sudo apt-get install -y liblzma-dev sudo pip install frida-push ```