Hi, I do not think this is an easy task.
Is there any code who can get the icon from programs (exe) before downloading it??
Like:
Code:<h1>Download is starting...</h1> <img src=" <?php GETTHEICONFROM'files/kali.exe' ?> " />
Any help accepted!
Hi, I do not think this is an easy task.
Is there any code who can get the icon from programs (exe) before downloading it??
Like:
Code:<h1>Download is starting...</h1> <img src=" <?php GETTHEICONFROM'files/kali.exe' ?> " />
Any help accepted!
LOOK RIGHT
LOOK DOWNQuestions you never knew you wanted answered - http://Wonderabout.info
[New site!] Collection of fun computer pranks! - http://thefakevirus.com
You'd need a PE format handler or data extraction tool. I'm not aware of any such for PHP. There certainly isn't anything in the core or standard extensions to handle it. If you don't have too many executables to process, you can do it by hand with one of the various resource editors rather than programmatically. Otherwise, you'll have to write your own.
Last edited by misson; 11-21-2010 at 11:52 PM.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.