DLL Encryption

S

Shawnmb

Hey guys,
Not sure if anyone can answer this, but recently I've come across DLLs
that are somehow encrypted (the contents show as asian characters). Is
there a way to tell what encrypter was being used and possibly decrypt
them?

Thanks in advance.
 
I

Ivan Vecerina

: Hey guys,
: Not sure if anyone can answer this, but recently I've come across DLLs
: that are somehow encrypted (the contents show as asian characters). Is
: there a way to tell what encrypter was being used and possibly decrypt
: them?

Please, what does this have to do with C++ !!


You don't deserve any help here, but look for "Executable packer".
 
J

Jacek Dziedzic

Shawnmb said:
Hey guys,
Not sure if anyone can answer this, but recently I've come across DLLs
that are somehow encrypted (the contents show as asian characters). Is
there a way to tell what encrypter was being used and possibly decrypt
them?

So what's your C++ question again?

- J.
 
O

Ozzker

Shawnmb schreef:
Well, the DLLs are written in C++, figured I might find a decent answer
here.
How do you know they are written in C++ if they are encrypted ? It
should look like some bunch of random data. Anyway, try loading it
into a disassembler or analyse the application which is using the dll,
since that application obviously 'knows' how to decrypt the dll.

I agree with the others that this is all offtopic here, though ...

regards, oz
 
B

benben

Shawnmb said:
Well, the DLLs are written in C++, figured I might find a decent answer
here.

Not that we don't want to help you but this really isn't a C++
*language* question. Had we answered your question we would as well have
to answer thousands of other off-topic questions. Had we done that we
might lost some really on-topic questions, which is kind of unfair.

Regards,
Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,266
Messages
2,571,087
Members
48,773
Latest member
Kaybee

Latest Threads

Top