Skip to content

Instantly share code, notes, and snippets.

@chickendrop89
Created January 31, 2026 14:03
Show Gist options
  • Select an option

  • Save chickendrop89/155ae203da4ba7e929734cfcc570f049 to your computer and use it in GitHub Desktop.

Select an option

Save chickendrop89/155ae203da4ba7e929734cfcc570f049 to your computer and use it in GitHub Desktop.
Strip kernel modules from debugging symbols (command)
find . -name "*.ko" -exec llvm-strip --strip-debug --strip-unneeded {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment