Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: .bat To .exe  (Read 6721 times)

0 Members and 1 Guest are viewing this topic.

the_mad_joker

    Topic Starter


    Apprentice

    Thanked: 8
    .bat To .exe
    « on: May 09, 2010, 12:59:51 AM »
    Hi Every1

    Please Test This Compiled Batch File Wether it Works Or Not
    (Compiled With Bat To Exe Converter)

    Please Inform Wether If It Contain virus (Usually Never)
    Or Any Sort of Problem PLS It Is Very IMPORTANT

    [recovering disk space - old attachment deleted by admin]

    Salmon Trout

    • Guest
    Re: .bat To .exe
    « Reply #1 on: May 09, 2010, 01:33:47 AM »
    I don't intend to test this, and I don't advise anybody else to either.

    the_mad_joker

      Topic Starter


      Apprentice

      Thanked: 8
      Re: .bat To .exe
      « Reply #2 on: May 09, 2010, 01:44:07 AM »
      Salmon Please Dont Make Me Spammer  ::)

      I Just Wanted To Test The Batch File Converted Into Exe

      My Intention Was To Check Wether If A Compiled Batch Runs On Others Pc Or Not (Runs On My PC) 

      So Please Salmon..... ;D

      Salmon Trout

      • Guest
      Re: .bat To .exe
      « Reply #3 on: May 09, 2010, 01:55:12 AM »
      Run in VMWare virtual machine; guest 32 bit Windows XP Professional SP3, host 64 bit Windows 7 Professional.

      Scanned in guest OS with Avira Antivirus 9.0.0.422 updated 5 minutes ago - no infection found.

      Hex viewer shows packed using UPX 3.02. My guess is it was created in Batch To Exe Converter 1.3.2.

      When you press a key the window closes.


      « Last Edit: May 09, 2010, 02:51:13 AM by Salmon Trout »

      Carbon Dudeoxide

      • Global Moderator

      • Mastermind
      • Thanked: 169
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Experience: Guru
      • OS: Mac OS
      Re: .bat To .exe
      « Reply #4 on: May 09, 2010, 05:34:00 AM »
      Looks useful.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: .bat To .exe
      « Reply #5 on: May 09, 2010, 08:47:45 AM »
      Looks useful.

      Yes, look at the exciting source.

      Code: [Select]
      @echo off
      color 0e
      echo.
      echo This Is A Test File For Malware
      echo.
      pause
      Oh the excitement!


      I was trying to dereference Null Pointers before it was cool.

      Salmon Trout

      • Guest
      Re: .bat To .exe
      « Reply #6 on: May 09, 2010, 09:26:22 AM »
      How did you view the source? I briefly scrolled down the executable in a text editor, but I could not see any obvious batch code. I also looked in my user temp folder for a batch script.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: .bat To .exe
      « Reply #7 on: May 09, 2010, 09:30:02 AM »
      How did you view the source? I briefly scrolled down the executable in a text editor, but I could not see any obvious batch code. I also looked in my user temp folder for a batch script.

      Windows 7 task manager allows you to view the command line passed to a program- it seems that the exe creates another exe (the encryption?) which then runs cmd with a temporary batch as an argument, which can be read this way (I actually read it through process explorer since I tried reading strings from the memory image first)

      the temporary batch was stored in the application data folder for some reason.
      I was trying to dereference Null Pointers before it was cool.

      patio

      • Moderator


      • Genius
      • Maud' Dib
      • Thanked: 1769
        • Yes
      • Experience: Beginner
      • OS: Windows 7
      Re: .bat To .exe
      « Reply #8 on: May 09, 2010, 10:34:00 AM »
      I thought you may have used the Possum Reader ....

       8)
      " Anyone who goes to a psychiatrist should have his head examined. "

      the_mad_joker

        Topic Starter


        Apprentice

        Thanked: 8
        Re: .bat To .exe
        « Reply #9 on: May 10, 2010, 12:37:49 AM »
        Had Any 1 Tested It On QuickHeal

        Coz On My Previous OS (XP) Any Batch Compiled With Bat To Exe Converter Was Caught As An Trojan By Quickheal 10.0

        And Any Batch Comipled With QuickBatchFile Compiler Is Caught By Avast 4.8

        RESULT

        Avast Didnt Catch Batch File Compiled In Bat To Exe...

        Quick Heal Didnt Catch  Batch File Compiled In QuickBatchFile Compiler

        So I Wanted Some1 To Test This On Avast 4.8 And QuickHeal 10.0

        -Thnx In Advance

        Salmon Trout

        • Guest
        Re: .bat To .exe
        « Reply #10 on: May 10, 2010, 11:13:16 AM »
        So I Wanted Some1 To Test This On Avast 4.8 And QuickHeal 10.0

        Why don't you do these things yourself?

        the_mad_joker

          Topic Starter


          Apprentice

          Thanked: 8
          Re: .bat To .exe
          « Reply #11 on: May 10, 2010, 07:17:54 PM »
          Quote
          Why don't you do these things yourself?

          As I've Said I've Tested It On My PC And Just Wanna See To Test It on Others PC

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: .bat To .exe
          « Reply #12 on: May 10, 2010, 07:18:51 PM »
          As I've Said I've Tested It On My PC And Just Wanna See To Test It on Others PC
          why? That makes no sense. the two programs mentioned aren't going to magically run different on other peoples PCs.
          I was trying to dereference Null Pointers before it was cool.

          Salmon Trout

          • Guest
          Re: .bat To .exe
          « Reply #13 on: May 11, 2010, 12:06:04 AM »
          madjoker, in English, only the near-illiterate and childish attention seekers start each word with a capital letter. Which are you? Or do you have another excuse?


          the_mad_joker

            Topic Starter


            Apprentice

            Thanked: 8
            Re: .bat To .exe
            « Reply #14 on: May 11, 2010, 02:21:52 AM »
            Quote
            near-illiterate and childish attention seekers

            Deal!!!! The Above Written Words Resemble Me