libscout 2.3.2-2ubuntu3 source package in Ubuntu
Changelog
libscout (2.3.2-2ubuntu3) focal; urgency=medium * debian/tests: - revert the recent changes to the autopkgtest script they are buggy -- Sebastien Bacher <email address hidden> Mon, 09 Dec 2019 12:42:37 +0100
Upload details
- Uploaded by:
- Sebastien Bacher
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libscout_2.3.2.orig.tar.gz | 131.2 KiB | 7ff9f38bd2aa31a1a7cfe853c4a53abd53f10ecb6e4d5e23d663d6f99ce4b24f |
libscout_2.3.2-2ubuntu3.debian.tar.xz | 5.3 KiB | ab696a61b5c0a1e4e9716699f83768436b4c0eb73b659a48dc3681b66423f366 |
libscout_2.3.2-2ubuntu3.dsc | 1.7 KiB | 523d5c6be76d1bad023057084022596896fb2fd2da3efef14bcb9f263ac5970a |
Available diffs
- diff from 2.3.2-1 (in Debian) to 2.3.2-2ubuntu3 (892 bytes)
- diff from 2.3.2-2ubuntu2 to 2.3.2-2ubuntu3 (580 bytes)
Binary packages built by this source
- libscout: Third-party libraries detector for Android apps
LibScout is a light-weight and effective static analysis tool to detect
third-party libraries in Android apps. The detection is resilient against
common bytecode obfuscation techniques such as identifier renaming or
code-based obfuscations such as reflection-based API hiding or control-flow
randomization.
.
LibScout requires the original library SDKs (compiled .jar/.aar files) to
extract library profiles that can be used for detection on Android apps.
.
Unique features:
.
* Library detection resilient against many kinds of bytecode obfuscation.
* Capability of pinpointing the exact library version (in some cases to a set
of 2-3 candidate versions).
* Capability of handling dead-code elimination, by computing a similarity
score against baseline SDKs.