Smalisca Versions Save

Static Code Analysis for Smali files

0.1

8 years ago

First release

0.2

8 years ago
Bugs

        Fixed issue #2
        Fixed issue #3
        Fixed issue described in pull #5

Parsing

        Added concurrency to the parser
        You can specify by "-j" the number of jobs/workers

Configuration

        Added configuration files
        Specify configuration file by "-c" parameter

Web API

        Added REST API to access the SQLite DB
        Use http://<host>:<port>/api/<table name> to access JSON data
        Based on Flask and Flask Restless