How to Install and Uninstall libscout Package on Kali Linux

Last updated: May 11,2024

1. Install "libscout" package

In this section, we are going to explain the necessary steps to install libscout on Kali Linux

$ sudo apt update $ sudo apt install libscout

2. Uninstall "libscout" package

Please follow the instructions below to uninstall libscout on Kali Linux:

$ sudo apt remove libscout $ sudo apt autoclean && sudo apt autoremove

3. Information about the libscout package on Kali Linux

Package: libscout
Version: 2.3.2-3
Installed-Size: 24323
Maintainer: Android Tools Maintainers
Architecture: all
Depends: default-jre | java11-runtime, jarwrapper (>= 0.5), libandroid-23-java, libcava-java, libcommons-cli-java (>= 1.2), libcommons-io-java (>= 2.6), libgoogle-gson-java (>= 2.8.0), libguava-java, liblogback-java, libsemver-java, libslf4j-java, libwala-java (>= 1.5.1)
Size: 21685548
SHA256: 21aaf6b71fc0c7a5d914c15c8778e4d3456f2cc31012237208a189f1e263e1dc
SHA1: 2c1a916c79d0f78bdba84ee1f7d2aa38d546edbf
MD5sum: 79087a93c0e6da3a040fa4815a124158
Description: 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.
Description-md5: 4ff3de339efff7cf4bf389908137f6ab
Homepage: https://github.com/reddr/LibScout
Section: devel
Priority: optional
Filename: pool/main/libs/libscout/libscout_2.3.2-3_all.deb