Results 1 to 2 of 2

Thread: [RESOLVED] Program in RAM

  1. #1

    Thread Starter
    Fanatic Member BlindSniper's Avatar
    Join Date
    Jan 2011
    Location
    South Africa
    Posts
    865

    Resolved [RESOLVED] Program in RAM

    Hi all,
    For a project I am attempting I need to know what the difference is between an .exe file on your harddrive and the application when it is loaded into the ram. My idea was that I can decrypt an encrypted exe file with my program and then run it from the ram. I found code where you can run x86 instructions from a C# program by using virtualalloc. Weather my idea has any practical use I don't actually care, I would just like to run a program from ram.

    Useful CodeBank Entries of mine
    Expand Function
    Code Compiler
    Sudoku Solver
    HotKeyHandler Class

    Read this to get Effective help on VBForums
    Hitchhiker's Guide to Getting Help at VBF

  2. #2

    Thread Starter
    Fanatic Member BlindSniper's Avatar
    Join Date
    Jan 2011
    Location
    South Africa
    Posts
    865

    Re: Program in RAM

    I Found a solution, but the effort is not worth the result
    http://stackoverflow.com/questions/1...ther-than-disc

    Useful CodeBank Entries of mine
    Expand Function
    Code Compiler
    Sudoku Solver
    HotKeyHandler Class

    Read this to get Effective help on VBForums
    Hitchhiker's Guide to Getting Help at VBF

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