[OUTDATED / UNSUPPORTED] RemoveWAT

Discussion in 'Windows 7' started by Hazar, Oct 15, 2009.

Thread Status:
Not open for further replies.
  1. FreeStyler

    FreeStyler MDL Guru

    Jun 23, 2007
    3,520
    3,730
    120
    Boys, calm down and take it easy, you are giving him more attention then he deserves ;)
     
  2. Ashq

    Ashq MDL Novice

    May 3, 2010
    9
    0
    0
    #3242 Ashq, Sep 5, 2010
    Last edited: Sep 5, 2010

    LOL,even a child can do that better take up some courses..and he calls himself as a developer, i bet u s-irl.
     
  3. secr9tos

    secr9tos MDL Addicted

    Jul 28, 2009
    999
    133
    30
  4. ohmygod

    ohmygod MDL Novice

    Aug 30, 2010
    3
    0
    0
    #3244 ohmygod, Sep 5, 2010
    Last edited by a moderator: Apr 20, 2017
    Hopefully someone can help answer. The RemoveWAT resources contains 32-bit and 64-bit files. My problem is since this application was compiled under 32-bit, the assumptions where the 64-bit files were deployed is in question.

    Code:
                    this.ProgressBar1.PerformStep();
                    if (File.Exists(Conversions.ToString(Operators.ConcatenateObject(this.windir, @"\System32\slwga.dll.bak"))))
                    {
                        if (File.Exists(Conversions.ToString(Operators.ConcatenateObject(this.windir, @"\System32\slwga.dll"))))
                        {
                            this.Takeown(Operators.ConcatenateObject(this.windir, @"\System32\slwga.dll"));
                            File.Delete(Conversions.ToString(Operators.ConcatenateObject(this.windir, @"\System32\slwga.dll")));
                        }
                        this.Takeown(Operators.ConcatenateObject(this.windir, @"\System32\slwga.dll.bak"));
                        MyProject.Computer.FileSystem.RenameFile(Conversions.ToString(Operators.ConcatenateObject(this.windir, @"\System32\slwga.dll.bak")), "slwga.dll");
                    }
                    this.ProgressBar1.PerformStep();
                    if (File.Exists(Conversions.ToString(Operators.ConcatenateObject(this.windir, @"\SysWOW64\slwga.dll.bak"))))
                    {
                        if (File.Exists(Conversions.ToString(Operators.ConcatenateObject(this.windir, @"\SysWOW64\slwga.dll"))))
                        {
                            this.Takeown(Operators.ConcatenateObject(this.windir, @"\SysWOW64\slwga.dll"));
                            File.Delete(Conversions.ToString(Operators.ConcatenateObject(this.windir, @"\SysWOW64\slwga.dll")));
                        }
                        this.Takeown(Operators.ConcatenateObject(this.windir, @"\SysWOW64\slwga.dll.bak"));
                        MyProject.Computer.FileSystem.RenameFile(Conversions.ToString(Operators.ConcatenateObject(this.windir, @"\SysWOW64\slwga.dll.bak")), "slwga.dll");
                    }
                    this.ProgressBar1.Value = Conversions.ToInteger("100");
    
    Hazar any idea? I'm just trying to verify that things are put in place where they should be. Too lazy to crack anything these days.

    Thanks
     
  5. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,523
    457
    90
    Uhm... It's compiled to run as 32bit on a 32bit machine and 64bit on a 64bit machine. If you run it on a 64bit machine it'll appear as a native 64bit process but if you run it on a 32bit machine it will still work.

    So no idea what you mean, sorry.

    It's possible an old version is floating about with the compiler settings wrong, though.
     
  6. ohmygod

    ohmygod MDL Novice

    Aug 30, 2010
    3
    0
    0
    Do you have a 64-bit compilation version of RemoveWAT.exe? I dumped the PE where it shows 32-bit addressing. The same .exe cannot be used on both systems unless you take care of NTDLL's system path redirection problem. The NT DLL will screw with your path once it detects 32 bits.
     
  7. iakoboss7

    iakoboss7 MDL Novice

    Sep 8, 2010
    11
    2
    0
    hello there, this is a very interesting tool and i can say it cause i am using it now :) also a big thanks for the developers of it.

    what i wanted to ask is if ANY windows update can possibly "find" and disable this application or even worse "lock" windows from even being able to log in.

    i am asking this so i can know if installing ANY windows update can do something of the ones mentioned above to my windows 7 x64 machine!
    so am i safe to install all windows updates? should i install only some of them? (if thats the case what is the category of them? for example i shouldnt install the security ones?)
     
  8. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,103
    270
    Install any update with this tool. Windows doesn't usually lock when "caught" it just gives warning maybe couple hr use then restarts.
     
  9. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,103
    270
    All that stuff is free in torrents...lol SUper Spammer :p
     
  10. iakoboss7

    iakoboss7 MDL Novice

    Sep 8, 2010
    11
    2
    0
    you mean that if it gets "caught" then it will restart its self every time after that in a couple of hours? can this get fixed?
     
  11. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,103
    270
    Don't worry about it til it happens if it does there will always be another exploit!
     
  12. iakoboss7

    iakoboss7 MDL Novice

    Sep 8, 2010
    11
    2
    0
    cool :) thanks
     
  13. Piercedshane

    Piercedshane MDL Novice

    Sep 8, 2010
    1
    0
    0
    #3253 Piercedshane, Sep 8, 2010
    Last edited: Sep 8, 2010
    Hey Hazar i must say hats off to you on the the removewat.... I have been usen it for a couple of months but now im getting the popups to validate and or my version is not genuine .. Do i not have the right removewat or?? Thanks
     
  14. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,523
    457
    90
    I don't know... I just know it runs as a native 64bit exe on a 64bit system and works perfectly... same for 32bit...
     
  15. BigFatLiar

    BigFatLiar MDL Novice

    Nov 28, 2009
    17
    0
    0
    I use this tool from November 2009 until now and I have not had any serious problems. It may be luck, but I think the truth is that this tool is well made. I just please do not abandon us after the release of SP1.
     
  16. panguyen

    panguyen MDL Novice

    Sep 8, 2010
    1
    0
    0
    Sorry, I cannot download "RemoveWAT22.zip" with your link. Server say I'am not allowed to download !
    Error : HTTP/1.1.403 Forbidden.
    Please assist.
     
  17. myhken

    myhken Experienced MDL Tester

    Feb 28, 2010
    919
    636
    30
    You have to click on the link, not past the link to a browser or open it in a new windows or something like that.
     
  18. NHN

    NHN MDL Novice

    Sep 10, 2010
    6
    0
    0
    Seems to crop up as a hacktool:Win32/Wpakill.B
     
  19. flare4000

    flare4000 MDL Senior Member

    Apr 23, 2010
    414
    113
    10
    That is because it is a hacktool it hacks window 7.
     
  20. NHN

    NHN MDL Novice

    Sep 10, 2010
    6
    0
    0
    I appreciate that fact, please the ears arent quite that wet :), but seems strange its being picked up by number of security systems as potential risk & there is no guarantee there hasnt been some other code amended when installed huh, hence the word "hacktool", others have also mentioned there concerns.