1 repositorio
Integrating a library's core logic into other applications via dynamic linking.
Distinct from Dynamic Binary Decryption: Focuses on embedding a tool's functionality into a larger app, rather than executing binary code to retrieve strings.
Explore 1 awesome GitHub repository matching security & cryptography · Logic Embedding. Refine with filters or upvote what's useful.
ncmdump is a proprietary audio cache converter and binary stream decryption utility. It decrypts raw audio data from specialized music cache files and transforms them into standard audio formats. The project functions both as a standalone tool and a cross-language conversion library. It exposes its internal decryption and conversion logic as a dynamic library, allowing the capabilities to be embedded into external applications written in different programming languages. The utility provides batch media processing through recursive directory traversal, enabling the identification and conversi
Integrates decryption and conversion capabilities into external applications using a dynamic library.