noidsirius / SootTutorial

A step-by-step tutorial for Soot (a Java static analysis framework)
GNU General Public License v3.0
430 stars 177 forks source link

Add compile and sign script for PowerShell #20

Closed KiruyaMomochi closed 2 years ago

KiruyaMomochi commented 2 years ago

Made two small PowerShell scripts, to help Windows users compiling demo sources and signing apks.

Tested on Windows PowerShell and PowerShell 7. May also work on Unix but not tested.

noidsirius commented 2 years ago

Thank you so much for adding the helper scripts in Windows, and so sorry for my late reply. Could you please also update the README file (in particular this part), so the other Windows users know how to work with the scripts? @KiruyaMomochi

KiruyaMomochi commented 2 years ago

I have modified .\build.gradle to make it work universally, so there is no need to create a separate Setup section for Windows. I also have changed README file to add a comment for replacing sign.sh with sign.ps1 on Windows.

noidsirius commented 2 years ago

That's great, thanks