Subj : Re: Stripping lib files To : borland.public.cpp.borlandcpp From : "John Eskie" Date : Fri Oct 17 2003 01:40 pm > > Hope this can help John Eskie. > Well I got a bit smarter on what those apps can and cannot do. But it doesn't solve my problem though. I think I will end up making something myself: If I make a algorithm for scanning a file for null-terminated strings I can replace specific ones with garbage text. Eg. 1. Find next string 2. See if it contains a word which I don't want to expose. If so I replace the whole string with random text [a-z][0-9]. goto 1 I don't think it takes too long to make but it's always a problem to find time for these things. It's a universal solution though which I can reuse on linux. Though it requires that I build a list of unwanted strings. -- John .