Edit a .exe file

c0ndoms

Registered Member
Joined
Jan 29, 2020
Messages
78
Reaction score
11
Im currently in the making of my landing page. But i´ve come upon a problem. Im using someone else program but somehow I need to edit/copy it to my own) it so when you press get free trial in ut, it should transfer to my site rather then the creators any idea if this is possible

So i just need to change a link is that possible or no?
 
Can t post links since i don t have the rank but it was from a "game hack" site which i then downloaded the loader

its from cl joke
 
Last edited by a moderator:
Can t post links since i don t have the rank but it was from a "game hack" site which i then downloaded the loader
Be careful when downloading .exe files. They may contain RATs etc, unless its from a legit site
 
.exe files are basically like .zip files. They're compressed format of lots of other files combined supposed to run in a certain way.
Depending on how they were compressed, there are online tools to identify and then accordingly edit them.
 
if it's coded with .net language you will be able to open and edit easily with any .net reflector if it's not obfuscated .
 
Would it be hard for me to make a similair but its all fake just looks real?

only reason im doing this is cuz i think the conversion ratio would be higher if the first downloaded something but then needed a licence key to unlock which they could get for free by going to my site and taking a trail requiring a survery
 
Last edited by a moderator:
.exe files are basically like .zip files. They're compressed format of lots of other files combined supposed to run in a certain way.
Depending on how they were compressed, there are online tools to identify and then accordingly edit them.

Exe files are not at all the same as zip files. Where did you pickup that misinformation?
 
Im currently in the making of my landing page. But i´ve come upon a problem. Im using someone else program but somehow I need to edit/copy it to my own) it so when you press get free trial in ut, it should transfer to my site rather then the creators any idea if this is possible

So i just need to change a link is that possible or no?
It depends on how it was compiled. You might be able to do what you want with a hex editor.
 
Exe files are not at all the same as zip files. Where did you pickup that misinformation?

I didn't mean literally but in terms for a layman as it's an executable compression.

But anyway, for the OP, try this out, might help:
Code:
http://www.angusj.com/resourcehacker/
 
pretty sure its .net, if so use dnspy
 
Back
Top