Evening all, cause its evening right now in my part of the world
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.
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…