Re: can see the Code in EXE




"Vijay Kumar" <Vijay Kumar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F85F9C0B-AA81-40C5-BD59-072C0F4F64D4@xxxxxxxxxxxxxxxx
> Hi all ,
>
> This is my first mail to the Group.i would like to know this to all of u.
> i Created one VB application which will encrpt data that is given to it .
>
> i Created an EXE file for that application, when i drag and that EXE file
to
> the notepad i can able to see the variable string and some code that i
have
> written in that application, this i can able to see when the font in the
note
> pad is Times New Roman .
>
> Can any one help me to know how to create an EXE in which we cant see any
> data in another file .
>
> Thanks in Advance .
>

You have to store the data as encrypted in the executable, perhaps
decrypting it at run time.

It is very difficult for any app to protect itself if anyone is allowed
physical access to the file. If you have sensitive data in an executable you
can also store the file in a folder and grant execute-only permission.

-ralph


.



Relevant Pages

  • Re: Trojan of somesort
    ... for any suspicious services, if they are complete idiots the ... Check your task manager for a suspicious .exe file, ... directories where the FXP Group will store their 'warez'. ...
    (Incidents)
  • Store exe file in a SQL database
    ... I would like to store an .exe file in my SQL server ... Code sample would be appreciated, ... I have defined a table containing a field of type Image where I would like ...
    (borland.public.delphi.database.ado)
  • Re: Need help Saving User changes to a form please
    ... I am not using a DB so would need to store this information somewhere. ... Can recommend the best place i.e registry perhaps?? ... If you mean modify the application's EXE file, ...
    (microsoft.public.vb.general.discussion)
  • Re: Want a sample code to attach a file to EXE file
    ... Edwin wrote: ... > Please suggest me how to add a file as binary to the EXE file to store the ...
    (microsoft.public.vb.general.discussion)
  • Re: Bladerunner
    ... Tried that cant find that file in my ... >> access is denied even though I am an adminstrator, ... >> file or exe file that Im not sure about, ... >> do to get rid of this, ...
    (microsoft.public.windowsxp.security_admin)

Loading