Results 1 to 4 of 4

Thread: [RESOLVED] UnLoad dll's

  1. #1

    Thread Starter
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    Resolved [RESOLVED] UnLoad dll's

    hi guys i've got this spyware dll that hooks itself into explorer.exe and winlogon.exe. when i boot it in safe mode explorer.exe dosent even start i bleieve that this is due to the dll starting up i nthe master boot sector...also i tried using a boot disk but when i tried to delete the dll it says its not found . the only thing i can think of trying is to find a prog that will allow me to unload dll's i've had one a while ago but i cant remeber the name .. any ideas on a prog that might help ?

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: UnLoad dll's

    Try a registry cleaner, and running System File Checker (just type SFC from a command prompt) It may prompt you for the OS CD if it finds a messed up file.
    You could also run MSCONFIG and tell it to do a selective start, loading only Microsoft processes.

  3. #3
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: UnLoad dll's

    Do you know the name of the dell? If so, you can still run the command prompt when explorer is dead by pressing Ctrl-Alt-Del, going to task manager, selecting File->Run and typing cmd.

    From cmd use the cd to navigate to the directory containing the dll and rename it:
    Code:
    C> cd \windows\system32
    C> rename bad_dll.dll bad_dll.txt
    C> explorer
    Its important that explorer is closed at this point because if it shares the process space with the dll then you will not be able to delete it. Make sure also that you rename the dll and not delete it just in case it makes things worse. If all works well after, you can then safely delete it.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  4. #4

    Thread Starter
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    Re: UnLoad dll's

    i fixed it bu running a bunch of things i found on other forums ... and the dll was hooked in both winlogon.exe and explorer so even with explorer closed i still couldnt rename or delete it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width