[shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- From: Kevin Schaffer <kschaffe@xxxxxxxx>
- To: shell-coding@xxxxxxxxxxxxx
- Date: Wed, 24 Jul 2002 14:08:44 -0400
anyone know what would be the best way to let an external
application use lsapi functions (as an external dll, having
functions I want to communicate with)?
You can't link to lsapi.dll directly from another process. If you
need to call lsapi functions remotely you need to make a module
that's loaded by ls and then have your process communicate
with that modules via whatever ipc method you like.
However, the particular function you're asking about (enum all
loaded modules) isn't in lsapi yet (probably be in 0.24.7).
--
Maduin
__________________________________________________
Subscription options and archive:
http://www.freelists.org/list/shell-coding
- References:
Other related posts:
- » [shell-coding] howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
- » [shell-coding] Re: howto talk to lsapi.dll (or any other dll)?
anyone know what would be the best way to let an external
application use lsapi functions (as an external dll, having
functions I want to communicate with)?