MikMak
MikMak, a SPINS company, is a global software company that provides a leading commerce intelligence and orchestration platform for multichannel brands, helping them grow in real-time.
In January of 2026, MikMak was acquired by SPINS, bringing together two category leaders in commerce intelligence and best-in-class data and insights. The combined entity provides brands with an unrivaled, unified view of availability, point-of-sale performance, and consumer behavior, globally and in real-time.
Learn more
LALAL.AI
Any audio or video can be extracted to extract vocal, accompaniment, and other instruments. High-quality stem cutting based on the #1 AI-powered technology in the world. Next-generation vocal remover and music source separator service for fast, simple, and precise stem removal. You can remove vocal, instrumental, drums and bass tracks, as well as acoustic guitar, electric guitar, and synthesizer tracks, without any quality loss. You can start the service free of charge. Upgrade to get more files processed and faster results. Only for personal use. Move to the next level. You can process thousands of minutes of audio and/or video. This software is suitable for both personal and business use. Each LALAL.AI package has a limit on the amount of audio/video that can be split. The package minute limit is deducted from each file that has been fully split. You can split as many files you like, provided their total length does not exceed the minute limit.
Learn more
Atheris
Atheris is a Python fuzzing engine guided by coverage, designed to test both Python code and native extensions developed for CPython. It is built on the foundation of libFuzzer, providing an effective method for identifying additional bugs when fuzzing native code. Atheris is compatible with Linux (both 32- and 64-bit) and Mac OS X, supporting Python versions ranging from 3.6 to 3.10. Featuring an integrated libFuzzer, it is well-suited for fuzzing Python applications, but when targeting native extensions, users may need to compile from source to ensure compatibility between the libFuzzer version in Atheris and their Clang installation. Since Atheris depends on libFuzzer, which is a component of Clang, users of Apple Clang will need to install a different version of LLVM, as the default does not include libFuzzer. The implementation of Atheris as a coverage-guided, mutation-based fuzzer (LibFuzzer) simplifies the setup process by eliminating the need for input grammar definition. However, this approach can complicate the generation of inputs for code that processes intricate data structures. Consequently, while Atheris offers ease of use in many scenarios, it may face challenges when dealing with more complex parsing requirements.
Learn more
LibFuzzer
LibFuzzer serves as an in-process, coverage-guided engine for evolutionary fuzzing. By being linked directly with the library under examination, it injects fuzzed inputs through a designated entry point, or target function, allowing it to monitor the code paths that are executed while creating variations of the input data to enhance code coverage. The coverage data is obtained through LLVM’s SanitizerCoverage instrumentation, ensuring that users have detailed insights into the testing process. Notably, LibFuzzer continues to receive support, with critical bugs addressed as they arise. To begin utilizing LibFuzzer with a library, one must first create a fuzz target—this function receives a byte array and interacts with the API being tested in a meaningful way. Importantly, this fuzz target operates independently of LibFuzzer, which facilitates its use alongside other fuzzing tools such as AFL or Radamsa, thereby providing versatility in testing strategies. Furthermore, the ability to leverage multiple fuzzing engines can lead to more robust testing outcomes and clearer insights into the library's vulnerabilities.
Learn more