<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how loading file to memory and execute it? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-loading-file-to-memory-and-execute-it/m-p/845101#M63070</link>
    <description>as part of my project i need to do this:&lt;BR /&gt;i have an original.exe file that i divided to 2 part:a- main.dat (big part) b-rest.dat (smaller part)&lt;BR /&gt;rest.dat is encrypted.&lt;BR /&gt;in part of my project i want to load main.dat to memory and then decrypt and add rest.dat to it.&lt;BR /&gt;i mean my program must make original.exe in memory.&lt;BR /&gt;then i want to run this original.exe from memory.&lt;BR /&gt;&lt;BR /&gt;is it possible? how i can code this in visual fortran?&lt;BR /&gt;</description>
    <pubDate>Sat, 18 May 2002 05:11:11 GMT</pubDate>
    <dc:creator>behnood</dc:creator>
    <dc:date>2002-05-18T05:11:11Z</dc:date>
    <item>
      <title>how loading file to memory and execute it?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-loading-file-to-memory-and-execute-it/m-p/845101#M63070</link>
      <description>as part of my project i need to do this:&lt;BR /&gt;i have an original.exe file that i divided to 2 part:a- main.dat (big part) b-rest.dat (smaller part)&lt;BR /&gt;rest.dat is encrypted.&lt;BR /&gt;in part of my project i want to load main.dat to memory and then decrypt and add rest.dat to it.&lt;BR /&gt;i mean my program must make original.exe in memory.&lt;BR /&gt;then i want to run this original.exe from memory.&lt;BR /&gt;&lt;BR /&gt;is it possible? how i can code this in visual fortran?&lt;BR /&gt;</description>
      <pubDate>Sat, 18 May 2002 05:11:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-loading-file-to-memory-and-execute-it/m-p/845101#M63070</guid>
      <dc:creator>behnood</dc:creator>
      <dc:date>2002-05-18T05:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: how loading file to memory and execute it?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/how-loading-file-to-memory-and-execute-it/m-p/845102#M63071</link>
      <description>Sure, anything is possible, but not necessarily easy.  Usually this sort of thing could be done another way.  Note that if your reason for only rendering the executable in memory is for security purposes, just being in memory doesn't make it secure, just a little more obtuse.&lt;BR /&gt;&lt;BR /&gt;Another way might include generating a dll instead and just keeping it around for long enough to do whatever you need to get done.&lt;BR /&gt;&lt;BR /&gt;James</description>
      <pubDate>Sat, 18 May 2002 07:21:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/how-loading-file-to-memory-and-execute-it/m-p/845102#M63071</guid>
      <dc:creator>james1</dc:creator>
      <dc:date>2002-05-18T07:21:30Z</dc:date>
    </item>
  </channel>
</rss>

