1. RE: [OT] - Linux programming help

There's a demo in the DEMO directory (maybe only Win/Dos) that looks 
through a few dll files for a routine name. You could easily copy this. 
Basically, I'd make a walk_dir routine that would browse through all the 
.so files, open them with open_dll, then try to link 'strlen' and if it 
fails, move on, if it succeeds, then spit out the file name and quit.

~Greg

Jonas Temple wrote:
> 
> 
> posted by: Jonas Temple <jtemple at yhti.net>
> 
> Okay, it's not ENTIRELY off topic...in Windows if I want to use a 
> routine
> in a .dll and don't know the .dll name, I just go to the MSDN web site 
> and lookup the routine name.
> 
> Is there an equivalent web site/documentation link that would give me 
> the
> .so name for a routine?  I'm looking for the .so that contains the 
> strlen() function.
> 
> Thanks!
> 
> Jonas Temple

new topic     » topic index » view message » categorize

2. RE: [OT] - Linux programming help

Greg Haberek wrote:
> 
> 
> There's a demo in the DEMO directory (maybe only Win/Dos) that looks 
> through a few dll files for a routine name. You could easily copy this. 
> Basically, I'd make a walk_dir routine that would browse through all the 
> .so files, open them with open_dll, then try to link 'strlen' and if it 
> fails, move on, if it succeeds, then spit out the file name and quit.
> 
> ~Greg
Good idea!  I didn't even think about that...

Jonas

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu