>Well, my aim is to understand how to unload module without modunload, for >example,via kmdb and /de v/kmem.If I know the address of _fini() somewhere in kernel memory,can i do jmp <addr> to it?
No, calling _fini() does *not* unload the module. You'll need to call the modctl system call. Casper _______________________________________________ opensolaris-discuss mailing list [email protected]
