FreeBSD can run Linux binaries. Say I wanted to write a module for FreeBSD to recognize another kind of binary (either by parsing the file's contents or by reading some extended attribute).
Would this be hard? Could it be done in user space, or would it require a kernel extension? Does the infrastructure to aid this already exist? To learn more about this, where do I start?
Much appreciate any information or pointers to the relevant documentation/source files you can give me.
Would this be hard? Could it be done in user space, or would it require a kernel extension? Does the infrastructure to aid this already exist? To learn more about this, where do I start?
Much appreciate any information or pointers to the relevant documentation/source files you can give me.