Thread: Editing a .exe

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    ETHerthethaethaetheh's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    930
    Reputation
    40
    Thanks
    225
    My Mood
    Psychedelic

    Question Editing a .exe

    Hey!
    I found a good program, and i want to upload it to here on mpgh, but there are two sites that show up in the program interface. Is there a way to edit or delete them out? I opened it with "PE Explorer", which was the same as "Resource Hacker" but couldnt find what i needed to remove. Also tried ".Net Reflector", but i cant edit with that . People will probbably like the program and it would be good for my own education.
    Please help!
    Thanks!

  2. #2
    ETHerthethaethaetheh's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    930
    Reputation
    40
    Thanks
    225
    My Mood
    Psychedelic
    I have decided to give up on this, as i can't find a real solution for this... Everyone says that this is impossible.

  3. #3
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    how to edit native executable:
    find bytes you want to change
    open .exe in hex editor and change old bytes to new ones
    done

    https://www.mpgh.net/forum/showthread.php?t=1181373
    my league of legends patcher is working this way
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  4. #4
    ETHerthethaethaetheh's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    930
    Reputation
    40
    Thanks
    225
    My Mood
    Psychedelic
    Quote Originally Posted by Zaczero View Post
    how to edit native executable:
    find bytes you want to change
    open .exe in hex editor and change old bytes to new ones
    done

    https://www.mpgh.net/forum/showthread.php?t=1181373
    my league of legends patcher is working this way
    I'm not good at coding n stuff like that, so i don't know how to find out which bytes i need to change..
    And what i want to change, pretty much edit out words that show up in the .exe program, when i edit it.
    I do not have the source code, and don't have contacts with the original coder of the program...
    halp

  5. #5
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Quote Originally Posted by gusitis00 View Post
    I'm not good at coding n stuff like that, so i don't know how to find out which bytes i need to change..
    And what i want to change, pretty much edit out words that show up in the .exe program, when i edit it.
    I do not have the source code, and don't have contacts with the original coder of the program...
    halp
    you don't need source code
    it's called reverse engineering
    to reverse apps you use debuggers
    read on google about it
    Last edited by Zaczero; 12-21-2016 at 01:19 PM. Reason: c
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  6. #6
    ETHerthethaethaetheh's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    930
    Reputation
    40
    Thanks
    225
    My Mood
    Psychedelic
    Quote Originally Posted by Zaczero View Post


    you don't need source code
    it's called reverse engineering
    to reverse apps you use debuggers
    read on google about it
    I have read a lot in these 2, 3 days and have gotten myself Olly, IDA Pro, PE Explorer, Resource Tuner, HexEdit, Vbsedit and nothing has gottem me what i want - edit out words from the exe...
    Editing strings n stuff doesn't seem to fix my problem, I don't really know how this works, because im not gonna go full-on learn coding now, because i wouldn't use this too much, but yah.. I wanted some help from those, who know more about coding.
    Maybe i just should go full-on and learn coding, we'll see..

    - - - Updated - - -

    Also just tried opening the exe with JetBrains dotPeek and exporting it to Visual Basic 2015 project, but when i open the project it's blank..

    - - - Updated - - -

    And by editing the .exe i mean literally editing the text that is showin in one of the tabs in the program...
    Decompilers n stuff just show and allow me to edit the code, the commands, but i need to change text that shows up in the program..

  7. The Following User Says Thank You to ETHerthethaethaetheh For This Useful Post:

    Zaczero (12-21-2016)

  8. #7
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Quote Originally Posted by gusitis00 View Post
    I have read a lot in these 2, 3 days and have gotten myself Olly, IDA Pro, PE Explorer, Resource Tuner, HexEdit, Vbsedit and nothing has gottem me what i want - edit out words from the exe...
    Editing strings n stuff doesn't seem to fix my problem, I don't really know how this works, because im not gonna go full-on learn coding now, because i wouldn't use this too much, but yah.. I wanted some help from those, who know more about coding.
    Maybe i just should go full-on and learn coding, we'll see..

    - - - Updated - - -

    Also just tried opening the exe with JetBrains dotPeek and exporting it to Visual Basic 2015 project, but when i open the project it's blank..

    - - - Updated - - -

    And by editing the .exe i mean literally editing the text that is showin in one of the tabs in the program...
    Decompilers n stuff just show and allow me to edit the code, the commands, but i need to change text that shows up in the program..
    with dotPeek you can only decompile unprotected .NET apps.
    dnSpy is better for this job in my opinion

    you can edit a text with debuggers
    you have to list all string and get their position and chage them
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  9. The Following User Says Thank You to Zaczero For This Useful Post:

    carditam (01-26-2017)

  10. #8
    ETHerthethaethaetheh's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    930
    Reputation
    40
    Thanks
    225
    My Mood
    Psychedelic
    Quote Originally Posted by Zaczero View Post


    with dotPeek you can only decompile unprotected .NET apps.
    dnSpy is better for this job in my opinion

    you can edit a text with debuggers
    you have to list all string and get their position and chage them
    I got dnSpy, couldn't find what i needed, exported it to VB and got 253 errors. This is really getting me nowhere. Mind addin me on skype?

  11. #9
    Nimboso's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    554
    Reputation
    21
    Thanks
    2,635
    Quote Originally Posted by gusitis00 View Post
    I got dnSpy, couldn't find what i needed, exported it to VB and got 253 errors. This is really getting me nowhere. Mind addin me on skype?
    Still interested in this? If so I can help, editing text is usually pretty simple.

  12. #10
    ETHerthethaethaetheh's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    930
    Reputation
    40
    Thanks
    225
    My Mood
    Psychedelic
    Quote Originally Posted by Nimboso View Post
    Still interested in this? If so I can help, editing text is usually pretty simple.
    Yea, sure. I added you on skype.

  13. #11
    Nimboso's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    554
    Reputation
    21
    Thanks
    2,635
    Quote Originally Posted by gusitis00 View Post
    Yea, sure. I added you on skype.
    Right on, I'll get back to you tonight some time.

  14. #12
    TheHomieKOS's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    4
    My Mood
    Drunk
    if ur just wanting to get rid of the sites, what about adding a .py script or something that blocks them in the Hosts file?

  15. #13
    Nimboso's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    554
    Reputation
    21
    Thanks
    2,635
    He wants to remove the URLs from the program, not just make them non-visitable.

  16. #14
    WasserEsser's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    735
    Reputation
    174
    Thanks
    677
    My Mood
    Busy
    Just get the xrefs for the url strings and edit the functions.

  17. #15
    Nimboso's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    554
    Reputation
    21
    Thanks
    2,635
    Quote Originally Posted by WasserEsser View Post
    Just get the xrefs for the url strings and edit the functions.
    Even easier, open it in a hex editor and just overwrite them with garbage.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help] Packet editing javaw.exe programs
    By end360 in forum Game Hacking Tutorials
    Replies: 1
    Last Post: 05-31-2015, 06:48 PM
  2. [Request] How do I edit gamelauncher.exe
    By rosti93 in forum MapleStory Discussions
    Replies: 0
    Last Post: 09-26-2013, 04:02 PM
  3. Edit BlackShot.exe in system folder .
    By aimanmuluk in forum Blackshot Help
    Replies: 1
    Last Post: 02-22-2013, 04:38 AM
  4. [Tutorial] Recompiling and editing minecraft.exe
    By Dave84311 in forum Minecraft Tutorials
    Replies: 3
    Last Post: 10-25-2011, 12:17 PM
  5. Undetectable Leveling Hack by Hex-Editing WarRock.exe
    By cr4sh08 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 07-15-2008, 10:37 AM

Tags for this Thread