Results 1 to 3 of 3

Thread: Application writing to itself?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    11

    Smile

    Does anyone know how an application can write data to itself? (To it's .exe) An example of usage would be to store a username and a password as for registering an application... etc.

    Thanks
    Alex Begey
    CrystalDev
    VB6 SP4

  2. #2
    Guest
    Here is an example on making a Active Self Extracting Exe, the author claims that you can store usernames and passwords in the exe as well.

    Active Self-Extract

  3. #3
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    I think you would have to write it in assembler to be able to do that, or at least write parts of it in assembler, the usual Idea is to encrypt it and store it in the registry, there's a link called registry on the blue bar at the left of the page, check in there for all your registry needs.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width