libscout 2.3.2-3 source package in Ubuntu

Changelog

libscout (2.3.2-3) unstable; urgency=medium

  * Team upload.
  * team package, remove myself from Uploaders:
  * fix autopkgtest
  * Build-Depends requires at least 1.5.2 of libwala-java
  * add CamelCase variants used by upstream
  * include default config files in Debian/XDG paths
  * add bash-completion

 -- Hans-Christoph Steiner <email address hidden>  Thu, 28 Jan 2021 08:44:29 +0100

Upload details

Uploaded by:
Android tools Maintainer
Uploaded to:
Sid
Original maintainer:
Android tools Maintainer
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libscout_2.3.2-3.dsc 1.9 KiB e5204c988c21afd6e79fcb60e1dad31e2436e5d05c6bb3549436d7e96dca6b69
libscout_2.3.2.orig.tar.gz 131.2 KiB 7ff9f38bd2aa31a1a7cfe853c4a53abd53f10ecb6e4d5e23d663d6f99ce4b24f
libscout_2.3.2-3.debian.tar.xz 6.2 KiB fd07c74d2ef96aa36825e2dc846b237d0854a12a9a45ee5b082d250135dea491

No changes file available.

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.