lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 12 Jan 2010 11:48:25 -0500
From:	Bryan Donlan <bdonlan@...il.com>
To:	mojtaba <kernelppc@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: dlopen in kernel mode

On Tue, Jan 12, 2010 at 11:19 AM, mojtaba <kernelppc@...il.com> wrote:
> [please cc kernelppc@...il.com]
> Dear all,
>
> Are there any alternatives for dlopen(), dlsym() and dlclose() in
> kernel mode? Basicly, I need to load an executable object file  and
> execute an specific function in it.

You could create a kernel module; but the .so files used in userspace,
in general, cannot be loaded.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists