Edit a .exe
Uhm I don't code much or anything but is there anything I can use to edit a .exe (if possible?), I downloaded a browser .exe that someone made to a certain site (can't advertise) and I wanna edit it to redirect me to a different certain site (like a browser application but JUST for the site)
Like I want to keep everything about what they made the same, just edit it to direct to a different site
Example: Open application, it's a MPGH browser, can only be used for mpgh use/browsing.
(the site is not mpgh though)
Well you can probably edit it using a Hex Editor perhaps and find the string of the URL that it's currently restricted to?
If you like you may send me the file and ill take a look
Maybe visual basic, lot of people use that /possibly/
JustDecompile can bring most C# and VB to their sources (if not protected).
Any concret ideas on how to decompile any kind of program?
if you want to share the edited .exe with peopole then idk
if you don't really want to share it , you can try to use Fiddler to redirect the HTTP request of the software
for that i think you will have to decompile it and then compile it back with your desired settings for it to work.
ye like kaboom said, u need to Decompile the .exe and then compile it again when u are done with the edit. HF