A little utility to calculate an md5 sum of an APK's signature in a form that matches the client code

This commit is contained in:
Ciaran Gultnieks 2011-01-14 23:11:12 +00:00
parent 64558fcc13
commit 05ffc6c443
3 changed files with 92 additions and 0 deletions

2
getsig/make.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
javac getsig.java