Skip to main content

Open source software used by Bitdefender Security for Mobile

Software Name

Short Description

License Type

Website

ACRA

ACRA is a library enabling Android Application to automatically post their crash reports to a report server. It is targeted to android applications developers to help them get data from their applications when they crash or behave erroneously.

Apache 2.0

https://www.acra.ch/

GSON

GSON is a Java library used to convert Java Objects into their JSON representation and to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.

Apache 2.0

https://github.com/google/gson

MiniTemplator

MiniTemplator is a compact template engine for HTML files. MiniTemplator provides the features to build professional web applications, and it is compact and fits within a single code module.

Bitdefender uses this tool in binary mode. The original library is not modified.

GNU LGPL & EPL

https://www.source-code.biz/MiniTemplator/

ZBar Barcode Reader

ZBar is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.

Bitdefender uses this tool in binary mode. The original library is not modified.

GNU LGPL 2.1

https://zbar.sourceforge.net/index.html

Apache httpcore

HttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO.

Apache 2.0

https://hc.apache.org/httpcomponents-core-5.2.x/