From 665ec60b75a7a46ee04514e1574ac5a3b111e7bb Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 9 May 2014 17:55:51 -0500 Subject: [PATCH] add badges to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e1ce33b..aa1628ff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ ### Apktool + +[![Build Status](https://travis-ci.org/iBotPeaches/Apktool.svg?branch=master)](https://travis-ci.org/iBotPeaches/Apktool) +[![Project Status](http://stillmaintained.com/iBotPeaches/Apktool.png)](http://stillmaintained.com/iBotPeaches/Apktool) + It is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc. It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like.