Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
packmad authored Aug 31, 2019
1 parent 2b15194 commit 079986e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
[![Python Version](https://img.shields.io/badge/Python-3.7-green.svg)](https://www.python.org/downloads/release/python-374/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ClaudiuGeorgiu/Obfuscapk/blob/master/LICENSE)



**Obfuscapk** is a modular Python tool for obfuscating Android apps without needing their source code, since
[`apktool`](https://ibotpeaches.github.io/Apktool/) is used to decompile the original apk file and to build a new
application, after applying some obfuscation techniques on the decompiled `smali` code, resources and manifest.
Expand Down Expand Up @@ -396,3 +398,11 @@ Questions, bug reports and pull requests are welcome on GitHub at
## ❱ License

You are free to use this code under the [MIT License](https://github.com/ClaudiuGeorgiu/Obfuscapk/blob/master/LICENSE).


## ❱ Credits

[![Unige](https://intranet.dibris.unige.it/img/logo_unige.gif)](https://unige.it/)
[![Dibris](https://intranet.dibris.unige.it/img/logo_dibris.gif)](https://www.dibris.unige.it/en/)

This software was developed for research purposes at DIBRIS, University of Genova.

0 comments on commit 079986e

Please sign in to comment.