<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: File Embedder Project in C</title>
	<atom:link href="http://www.gohacking.com/2008/07/file-embedder-project-in-c.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gohacking.com/2008/07/file-embedder-project-in-c.html</link>
	<description>Learn How To Hack! Know more about Computer/Internet Security. Get Real Hacking Tips from Experts. Cool place to Learn Hacking</description>
	<lastBuildDate>Thu, 22 Jul 2010 08:40:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mars M</title>
		<link>http://www.gohacking.com/2008/07/file-embedder-project-in-c.html/comment-page-1#comment-10912</link>
		<dc:creator>Mars M</dc:creator>
		<pubDate>Fri, 30 Apr 2010 09:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=71#comment-10912</guid>
		<description>Dear Sir,
 I want to learn C programming. Can you help me please.....
  
Thank you
Mars M</description>
		<content:encoded><![CDATA[<p>Dear Sir,<br />
 I want to learn C programming. Can you help me please&#8230;..</p>
<p>Thank you<br />
Mars M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth</title>
		<link>http://www.gohacking.com/2008/07/file-embedder-project-in-c.html/comment-page-1#comment-7795</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Tue, 06 Oct 2009 11:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=71#comment-7795</guid>
		<description>@ scatmanrk

No it&#039;s not possible to make both the exe to run at a time. This program only joins two files and also can unjoin them.</description>
		<content:encoded><![CDATA[<p>@ scatmanrk</p>
<p>No it&#8217;s not possible to make both the exe to run at a time. This program only joins two files and also can unjoin them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scatmanrk</title>
		<link>http://www.gohacking.com/2008/07/file-embedder-project-in-c.html/comment-page-1#comment-7756</link>
		<dc:creator>scatmanrk</dc:creator>
		<pubDate>Sat, 03 Oct 2009 17:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=71#comment-7756</guid>
		<description>is this like a binder??
if i embed 2 EXE files, will both of them run when the user double clicks the file?
can i embed an exe file within an mp3 file?? so that when a person runs the mp3 the exe file runs without the knowledge of the user??</description>
		<content:encoded><![CDATA[<p>is this like a binder??<br />
if i embed 2 EXE files, will both of them run when the user double clicks the file?<br />
can i embed an exe file within an mp3 file?? so that when a person runs the mp3 the exe file runs without the knowledge of the user??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bonnie</title>
		<link>http://www.gohacking.com/2008/07/file-embedder-project-in-c.html/comment-page-1#comment-4624</link>
		<dc:creator>Bonnie</dc:creator>
		<pubDate>Wed, 29 Apr 2009 10:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=71#comment-4624</guid>
		<description>I am greatly impressed by your witticism in Computer Science and especially the way you make Computer virus coding an easy tasks for novices .I&#039;m  a budding and ambitious computer programmer in my first year 2nd semester and I hope that one day am also going to make major contributions to the world of computing .Continue doing the good work........</description>
		<content:encoded><![CDATA[<p>I am greatly impressed by your witticism in Computer Science and especially the way you make Computer virus coding an easy tasks for novices .I&#8217;m  a budding and ambitious computer programmer in my first year 2nd semester and I hope that one day am also going to make major contributions to the world of computing .Continue doing the good work&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth</title>
		<link>http://www.gohacking.com/2008/07/file-embedder-project-in-c.html/comment-page-1#comment-2502</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Sun, 11 Jan 2009 06:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=71#comment-2502</guid>
		<description>@ emmet

Download the compiled module, run it.It asks for 

1. Embed a file 2. extract a file 3.exit

&lt;b&gt;Embed a file&lt;/b&gt;

If you have to embed a file &lt;b&gt;A&lt;/b&gt; in file &lt;b&gt;B&lt;/b&gt; then for source file you have to specify the name of &lt;b&gt;B&lt;/b&gt; and for target file, the name of &lt;b&gt;A&lt;/b&gt;.

The tool will automatically embed the FILE &lt;b&gt;A&lt;/b&gt; into &lt;b&gt;B&lt;/b&gt; and creates a &lt;b&gt;Data.cfg&lt;/b&gt; file

&lt;b&gt;To extract&lt;/b&gt;

Specify the source file name &lt;b&gt;B&lt;/b&gt; (in which another file is embeded) and also &lt;b&gt;Data.cfg&lt;/b&gt; file

Specify any name for target file with the correct(desired) &lt;b&gt;extension&lt;/b&gt;.

The tool will extract the embeded file back to it&#039;s original form...</description>
		<content:encoded><![CDATA[<p>@ emmet</p>
<p>Download the compiled module, run it.It asks for </p>
<p>1. Embed a file 2. extract a file 3.exit</p>
<p><b>Embed a file</b></p>
<p>If you have to embed a file <b>A</b> in file <b>B</b> then for source file you have to specify the name of <b>B</b> and for target file, the name of <b>A</b>.</p>
<p>The tool will automatically embed the FILE <b>A</b> into <b>B</b> and creates a <b>Data.cfg</b> file</p>
<p><b>To extract</b></p>
<p>Specify the source file name <b>B</b> (in which another file is embeded) and also <b>Data.cfg</b> file</p>
<p>Specify any name for target file with the correct(desired) <b>extension</b>.</p>
<p>The tool will extract the embeded file back to it&#8217;s original form&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emmet</title>
		<link>http://www.gohacking.com/2008/07/file-embedder-project-in-c.html/comment-page-1#comment-2485</link>
		<dc:creator>emmet</dc:creator>
		<pubDate>Sat, 10 Jan 2009 14:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=71#comment-2485</guid>
		<description>how to use this script</description>
		<content:encoded><![CDATA[<p>how to use this script</p>
]]></content:encoded>
	</item>
</channel>
</rss>
