As a developer of a desktop toolchain, I currently support kernelSU's kernel replacement and KO patching installation methods. I aspire to further enhance the toolchain by enabling the direct selection of APK files for boot.img patching. However, I've encountered a challenge while attempting to extract KO files from libksud.so, which uses Rust-embed to embed the libksud.so library and enables compression. I've tried using Binwalk to extract KO files from libksud.so but was unsuccessful, and upon inspecting the binary, I couldn't find any discernible pattern. I'm looking for methods to extract the bundled KO files from libksud.so, such as through an external Rust program or direct binary extraction operations.