linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How can found a hiden module?
@ 2006-04-05  3:32 openbsd shen
  0 siblings, 0 replies; only message in thread
From: openbsd shen @ 2006-04-05  3:32 UTC (permalink / raw)
  To: linux-c-programming

Use this codes:

int init_module() {
      if (module.next)
                module.next = module.next->next;
      ......

I can hide the next module use this code, but who can tell me how I
can found the hide module in system?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-05  3:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05  3:32 How can found a hiden module? openbsd shen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).