ProBundle v1.08
Thanks to new donors, I'm encouraged to add new and useful things to ProBundle.
This time I added two libraries, ClassLoader and CPUFeatures, and I updated ArchiverPlusUnrar with the latest available C code.
ClassLoader can dynamically load classes from a separate file (JAR or uninstalled APK) at runtime and verify the file signatures to make sure of its origin.
This library can be used to create plug-ins, load code encrypted in the assets or download code from a remote server, for example.
CPUFeatures detects the target device's CPU family and the maximum number of CPU cores.
Changelog v1.08:
- I added the ClassLoader library with a demo;
- I added the CPUFeatures library with its Java and C source code;
- I updated ArchiverPlusUnrar with the latest available C code;
- I added a native add-on to ArchiverPlusUnRar and F5Steg with a read_me file.