Re: ircd development ideas (was Re: Re: RFC: ircd choice vote)
Philipp Kern <[email protected]>
| Newsgroups | gmane.network.irc.blitzed.general |
|---|---|
| Message-ID | <[email protected]> |
On Aug 7, 2005, at 4:35 AM, Mark Rutherford wrote: > I dont know if you can just open up the module object code and find > the > strings, tho. Apart from the whole discussion happening on the public list... As soon as the ircd has to access it the admin is able to do the same if he wants to. If the strings are not secured you could just use the strings(1) utility included in almost every development kit. If they are you /might/ see them in strace, but you will be able to retrieve them anyhow with gdb. Kind regards, Philipp Kern