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

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



Well in that case if you have
not source code access to the executable you still have access to it 's
binary form.
So you have to find exe's OEP from PE header add your binary code in an
empty executable
space (typically this means lot of 00's ) that performs the password check
and depending on this
either jmp to original OEP and normal execution or exitprocess.

Bye

----- Original Message -----
From: "flskydog" <flskydog@...>
To: <exelist@yahoogroups.com>
Sent: Friday, June 21, 2002 2:32 PM
Subject: [exelist] Re: I want to add password to win32 exe file


> --- 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!
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>