node-sntp
SNTP client
An SNTP v4 client (RFC4330) for nodejs. Simpy connects to the NTP or SNTP
server requested and returns the server time along with the roundtrip duration
and clock offset. To adjust the local time to the NTP time, add the returned
`t` offset to the local time.
libzadc4
accelerated libz implementation (Accelerated Data Compression/ADC)
Accelerated libz implementation uses FPGA based PCIe cards
(e.g. zEDC) to accelerate compression/decompression.
xmlbeans
Java library for accessing XML by binding it to Java types - tools
XMLBeans is a technology for accessing XML by binding it to Java types.
lockdown
make it harder for attackers to compromise your system
Does some basic things to reduce system attack surface. Primarily it
will disable kernel module loading after boot to prevent security
bugs in unused modules from being used to compromise a system.
WARNING: This may prevent hardware and other subsystems from working,
be sure to read the documentation before rebooting.
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.
libsmali-1-java
assembler/disassembler for Android's dex format