NonPanic
May 19th, 2004, 19:53
Hello guys
I'm new here, and I'm a newbie. And my english might not be the best, sorry for that.
To my problem then !
I'm trying to reverse an exe file that includes a public key.
The authors of this file says it is strongly encrypted. I've tried a lot of tools to find out what encryption is used to this file, but I've failed.
I have tried latest versions of PEiD, Language2000, PE Explorer, Ollydebugger and so on to find something about this file, but no success.
The only thing I found out is that the file is programmed with Borland C++ Win32 1999.
In my opinion, this file is not encrypted, just the data in it, or maybe just the public key.
There are 8 sections in the file, it looks like this -
.text
.data
.tls
.rdata
.idata
.edata
.rsrc
.reloc
PEiD says that the .data section is packed.
Is it possible that only the .data section is packed or encrypted ?
If so, can I find out what packer/encryptor that is used for that ?
Don't hang me if this is a stupid question, just leave it then.
Else, thanks for your eventually answere
Regards NonPanic

I'm new here, and I'm a newbie. And my english might not be the best, sorry for that.
To my problem then !
I'm trying to reverse an exe file that includes a public key.
The authors of this file says it is strongly encrypted. I've tried a lot of tools to find out what encryption is used to this file, but I've failed.
I have tried latest versions of PEiD, Language2000, PE Explorer, Ollydebugger and so on to find something about this file, but no success.
The only thing I found out is that the file is programmed with Borland C++ Win32 1999.
In my opinion, this file is not encrypted, just the data in it, or maybe just the public key.
There are 8 sections in the file, it looks like this -
.text
.data
.tls
.rdata
.idata
.edata
.rsrc
.reloc
PEiD says that the .data section is packed.
Is it possible that only the .data section is packed or encrypted ?
If so, can I find out what packer/encryptor that is used for that ?
Don't hang me if this is a stupid question, just leave it then.
Else, thanks for your eventually answere

Regards NonPanic