Release notes:
* Lifting APK handling process into containers; we do not require Android SDK installed and we are now free from AV/HIPS interference, allowing more quicker/stabler analysis -- do `trueseeing --bootstrap` to give it a spin
* Lifting the codebase into the SQLite3 DB -- working directory format changed; extensions should be patched to refer files from DB (i.e. FS no longer contains them)
* Exploiting/patching facility no longer pollute the codebase, as they convey their patched content in the separated table in DB
* The default mmap(2) limit raised to 8GB
* internal: Fixing table name
* internal: Stabilizing store lifetime