RE: [OT] - Linux programming help
- Posted by Jonas Temple <jtemple at yhti.net> Aug 13, 2004
- 628 views
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