Change your executables menu

Shout-Out

User Tag List

Results 1 to 13 of 13
  1. #1
    Pilan's Avatar Member
    Reputation
    6
    Join Date
    May 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Change your executables

    I don't know if warden is checking checksum of some of the most known bots/helpers, but to be on a safe side it is very easy to change it and to have unique executable.

    Let's take a example with notepad. You can train with it and if you like the results you can apply it to your bot.
    First you need to open a command prompt (Start -> Run, type 'cmd')

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    C:\WINDOWS>copy notepad.exe notepad_test.exe
    1 Datei(en) kopiert.

    C:\WINDOWS>echo whatever_you_want >> notepad_test.exe

    C:\WINDOWS>dir notepad*.exe

    23.08.2001 14:00 67.072 NOTEPAD.EXE
    14.11.2007 11:54 67.092 notepad_test.exe

    start the notepad:
    C:\WINDOWS>notepad_test.exe


    It works! Good... Now go to your favorite bot, make a safe copy of a file, apply the changes and enjoy in better security. You have a boot that no one else in the world has.

    Quick explanation: your executable knows where does it ends and it will never look after this point. You can have lots of garbage after and you can still use the program without any problems. I just put some random chars inside, but you can even paste complete file inside, it is up to you. Command for this would be:


    C:\WINDOWS>type NOTEPAD.EXE >> notepad_test.exe

    C:\WINDOWS>dir notepad*.exe

    23.08.2001 14:00 67.072 NOTEPAD.EXE
    14.11.2007 12:02 134.164 notepad_test.exe


    It is definitely not the same file, but have the same function.

    If you are interested in more details, or need more help just ask, I would be glad to help.

    Change your executables
  2. #2
    97036's Avatar Active Member
    Reputation
    19
    Join Date
    Mar 2007
    Posts
    349
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    Great idea, I'm going to follow this advice for sure, +rep!

    edit: just to proove that it works I followed instructions above, did a MD5-file before and checked after, these are the results:
    Last edited by 97036; 11-14-2007 at 01:03 PM.
    Don't forget to +rep helpfull posts and comments.
    The rep-system is our tool to make a MMOwned the community we want it to be.

  3. #3
    tttommeke's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    613
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    Don't really get it ? Ow wait, like changing his name in not see able characters ? I taught you would do something like : edit .exe to .scr but +rep for contribution

  4. #4
    typisklol's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    The file you download is like everyone else download. If you copy it, you should get different checksums and other ram adresses.

    This is for the paranoid. ^^

  5. #5
    Pilan's Avatar Member
    Reputation
    6
    Join Date
    May 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    Originally Posted by typisklol View Post
    The file you download is like everyone else download. If you copy it, you should get different checksums and other ram adresses.

    This is for the paranoid. ^^
    No, you will always get the same checksum, because you downloaded the same file as everyone else. OK, date can differ but this is not important. For more informations about the checksums and verifications you can see this link. Addressing the program in RAM doesn't have anything with the method I mentioned.

    It is maybe for paranoid, but it is 5 minutes of work for additional security check. It is worth it, in my opinion.

    @tttommeke, sorry if I was not precise enough. You don't change the file name, I did it for a test to show the idea. The proper way would be:
    - copy your <bot>.exe to backup_<bot>.exe
    - make changes to <bot>.exe
    - run <bot>.exe as usually

    Replace <bot> with the program you are starting.

  6. #6
    Lahtin3n's Avatar Banned
    Reputation
    6
    Join Date
    Jan 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    Great, thanks. If I were able to +rep you, I sure would. So I hope that the persons that is able to +rep you does so.

    Edit: Here comes my first +rep =)
    Last edited by Lahtin3n; 11-17-2007 at 06:54 AM.

  7. #7
    r00tman's Avatar Contributor
    Reputation
    174
    Join Date
    Dec 2006
    Posts
    253
    Thanks G/R
    3/1
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    This command writes "whatever_you_want" in the notepad... omg?

  8. #8
    Pilan's Avatar Member
    Reputation
    6
    Join Date
    May 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    Originally Posted by r00tman View Post
    This command writes "whatever_you_want" in the notepad... omg?
    No, it does not. At least you as a C programmer should know what redirection does.
    It paste the string (or binary) you want to the end of the executable file.

  9. #9
    larmio69's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    yeah, thanks OP for the tips! havent thought it but now I have changed all my bot executables checksums

  10. #10
    larmio69's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    Originally Posted by r00tman View Post
    This command writes "whatever_you_want" in the notepad... omg?
    Quick way to test this is:

    Code:
    1. Open notepad and drag-drop your "bot.exe" to the notepad window (yeah you see gibberish as its the actual binary of the .exe)
    2. Scroll in notepad to the very end of this file, you see the last characters there. (may be space characters aswell, no matter that)
    3. copy/paste "bot.exe" to "Copy of bot.exe", run command    echo whatever_you_want >> Copy of bot.exe
    4. now drag/drop your new modified "Copy of bot.exe" to notepad window and look to the end.
    5. wow, your text is in the end of file? Done. :)

  11. #11
    r00tman's Avatar Contributor
    Reputation
    174
    Join Date
    Dec 2006
    Posts
    253
    Thanks G/R
    3/1
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    Originally Posted by Pilan View Post
    No, it does not. At least you as a C programmer should know what redirection does.
    It paste the string (or binary) you want to the end of the executable file.

    that is what i mean^^
    but okay i like this idea.
    (With the "omg" i mean that its not really secure for detectet Hacks / bots and something)

    You can use cygwin for a better functionality
    you will love it +Rep
    Last edited by r00tman; 11-16-2007 at 02:40 PM.

  12. #12
    Monx_W0W's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    i prefer a ASM for WoW coding..warden seems not bothered by it

  13. #13
    spender's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Change your executables

    Note that you can't do this for arbitrary executables. Data overlays (this technique being used) are sometimes used by legitimate programs, including setup executables or packed binaries. Modifying the overlay will corrupt the data, since most will extract the overlay by doing a seek at a known offset from the end of the file.

Similar Threads

  1. Change your weapon enchant into fire
    By wrigley in forum World of Warcraft Model Editing
    Replies: 22
    Last Post: 08-11-2007, 05:05 AM
  2. Changing your name?
    By shishaw in forum World of Warcraft General
    Replies: 3
    Last Post: 06-13-2007, 10:53 PM
  3. Change Your Characters name
    By Sypher in forum World of Warcraft Guides
    Replies: 13
    Last Post: 02-07-2007, 08:33 PM
  4. Changing Your Name
    By bm303 in forum World of Warcraft General
    Replies: 2
    Last Post: 01-22-2007, 11:58 PM
  5. How do you change your IP adress
    By wicked_joe in forum Community Chat
    Replies: 4
    Last Post: 08-15-2006, 02:45 AM
All times are GMT -5. The time now is 05:14 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search