0

Is there a way to dynamically load compiled c-code in a linux-kernel-module at run-time? I am looking for something like dlopen from libdl.

1 Answer 1

1

Yes. Move the code into another modules and then create a dependency to that other module in yours.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks. But I meant without to create a new module, because if it is possible i wouldn't start more than one module. Regards
Why is it important to start only a single module?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.