kstrip 546 B

1234567891011121314151617181920212223242526272829303132
  1. .TH KSTRIP 10.1
  2. .SH NAME
  3. kstrip \- remove symbols from kernel images
  4. .SH SYNOPSIS
  5. .B kstrip
  6. .I file ...
  7. .PP
  8. .B kstrip
  9. .B -o
  10. .I ofile
  11. .I file
  12. .SH DESCRIPTION
  13. .I Kstrip
  14. removes symbol table segments from executable files,
  15. rewriting the files in place.
  16. Stripping a file requires write permission on the file
  17. and the directory it is in.
  18. .PP
  19. If the
  20. .B -o
  21. flag is given,
  22. the single input file
  23. .I file
  24. is stripped and the result written to
  25. .IR ofile .
  26. .I File
  27. is unchanged.
  28. .SH SOURCE
  29. .B /utils/kstrip
  30. .SH "SEE ALSO"
  31. .IR ksize (10.1),
  32. .IR a.out (10.6)