[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [exelist] Re: I want to add password to win32 exe file



At 11.32 21/06/2002 +0000, you wrote:
--- In exelist@y..., "account1" <example@c...> wrote:
> I cant see the problem. Get the command line parameters compare them
with
> the pass and
> if match continue execution otherwise exit the program. Use
> some form of encryption for the pass.
> What 's the big deal?
I believe the password feature needs to be added to EXEs created
by someone else!
Then add a section to the exe (or increase the last section) containing your code, modify the PE header so that it executes the new section first. There are a lot of tutorials around the web about this subject: take a look at sites about viruses and crackers.

Xinner