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

Author Topic: Do you want to Crack .exe to .bat  (Read 3474 times)

0 Members and 1 Guest are viewing this topic.

T.K

    Topic Starter


    Starter

    Do you want to Crack .exe to .bat
    « on: December 18, 2008, 03:07:26 PM »
    Here's how to crack a batch file compressed to exe file using bat2exe
    1.run the batch and keep it running.
    2.goto Start-->Run-->%temp%.
    3.search for it in a *.tmp folder.
    Done
    If Programing is an Art then Reverse is a Masterpiece

    diablo416



      Hopeful
      • Experience: Beginner
      • OS: Unknown
      Re: Do you want to Crack .exe to .bat
      « Reply #1 on: December 18, 2008, 05:21:22 PM »
      this isnt true for all compilers, those types of compilers that store in the %temp% folder are just adding a header into the executable and then reading the batch file.

      patio

      • Moderator


      • Genius
      • Maud' Dib
      • Thanked: 1769
        • Yes
      • Experience: Beginner
      • OS: Windows 7
      Re: Do you want to Crack .exe to .bat
      « Reply #2 on: December 18, 2008, 07:16:38 PM »
      Most brilliant sciddie compiliation of the Month...
      " Anyone who goes to a psychiatrist should have his head examined. "

      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: Do you want to Crack .exe to .bat
      « Reply #3 on: December 18, 2008, 08:03:31 PM »
      There hasn't been a "real" bat2exe prog since DOS, I believe, where the program actually generated ASM and assembled it...
      I was trying to dereference Null Pointers before it was cool.