*.exe decrypter

Evening all, cause its evening right now in my part of the world :stuck_out_tongue:

I need a tool which could possibly give me the source code for this mini database that we use for contacts. it basically pulls a single line string from a table and has a few functions recalled on demand, like print screen, import/export etc…

GOd knows whats it was written in originally, its a good old heritage stories.

NOw the issue is, I don’t want to go back to assembly and make this into a project rather then a task. All I want is to add a few fields.

You help is will be much appreciated as Googling didnt help me much.

Res Hack ... im not sure this is wat u r looking for

Re: *.exe decrypter

As far as i’m aware, you can only decompile a normal executable file to assembly code and not to the original source… but i’m not entirely sure…:hmmm:

Re: *.exe decrypter

^-- true that

for the original source code, you’ll have to contact the one who originally wrote the executable.

to change/modify/view etc certain value’s only you can use:
Resource Hacker

Re: *.exe decrypter

Well google up decompilers, but they are only good for languages with CLRs.

:frowning: I was hoping there would have been an easier way getting to original source.

The person who wrote it is unknown, possibly died :frowning: and unfortunatly its not a 32bit file