Self Modifying Html File
Posted on admin
Self Modifying Html File Average ratng: 4,0/5 8430 reviews
- Is it possible to write a Self-Modifying PHP Script? Or even a PHP Script that modifies another PHP script? I have a file called script2.php thats loaded in an iframe.
- How can I write a Self-Modifying code. I used to write self-modifying code in MS-DOS. Can be writing a file with I/O access mapping.
Download Self modifying exe file for free. Interesting example of self modifying exe file through injecting into a system process.
Html
Hi TiberiuGal, Its not clear to me that 'script2.php' is actually opened the first time 'script1.php' is executed, since it is loaded inside an optionally expressed iframe. (which is not expressed the first time 'script1.php' is executed). This should mean that as far as the web server is concerned 'script2.php' has not been opened yet? My intention is to add a form license protection to a PHP application so that simply copying the scripts to a new location will not allow you to execute them there. (The scripts will eventually be obfuscated, but for the purposes of this discussion they don't need to be).