objmv - A tool to rename sections
libhermit-rs is a unikernel, where the kernel is linked as library to the application.
To separate the kernel from the application, objmv is used to rename all code, data and bss sections to .ktext, .kdata and .kbss.
It based on the tool objcopy and is only tested on Linux.
$ # rename all sections
$ objmv libtest.a