<?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>
	「Step to UEFI (86） StartImage 加载CLib程序的解决方法」的评论	</title>
	<atom:link href="https://www.lab-z.com/stu86/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com/stu86/</link>
	<description></description>
	<lastBuildDate>Sat, 11 Mar 2023 10:49:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu86/#comment-298141</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Sat, 11 Mar 2023 10:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4277#comment-298141</guid>

					<description><![CDATA[恭喜一下~  

我网站用的 wordpress ，经常会有大量垃圾留言（每天800左右），

没办法只能用这个验证插件，每次我自己验证的时候也觉得不好用。]]></description>
			<content:encoded><![CDATA[<p>恭喜一下~  </p>
<p>我网站用的 wordpress ，经常会有大量垃圾留言（每天800左右），</p>
<p>没办法只能用这个验证插件，每次我自己验证的时候也觉得不好用。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：蒲公英		</title>
		<link>https://www.lab-z.com/stu86/#comment-298140</link>

		<dc:creator><![CDATA[蒲公英]]></dc:creator>
		<pubDate>Thu, 09 Mar 2023 03:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4277#comment-298140</guid>

					<description><![CDATA[多谢博主，另网址提供的给我写信功能好像有问题。在我坚持实现这个功能的时候，我很庆幸您很及时回复留言。]]></description>
			<content:encoded><![CDATA[<p>多谢博主，另网址提供的给我写信功能好像有问题。在我坚持实现这个功能的时候，我很庆幸您很及时回复留言。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：蒲公英		</title>
		<link>https://www.lab-z.com/stu86/#comment-298139</link>

		<dc:creator><![CDATA[蒲公英]]></dc:creator>
		<pubDate>Thu, 09 Mar 2023 03:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4277#comment-298139</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu86/#comment-298137&quot;&gt;蒲公英&lt;/a&gt;。

通过研究您的文章和网上资料，前几天我成功实现了，自定义Shell命令并且命令调用以内存方式加载CLib程序。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu86/#comment-298137">蒲公英</a>。</p>
<p>通过研究您的文章和网上资料，前几天我成功实现了，自定义Shell命令并且命令调用以内存方式加载CLib程序。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu86/#comment-298138</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Tue, 28 Feb 2023 05:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4277#comment-298138</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu86/#comment-298137&quot;&gt;蒲公英&lt;/a&gt;。

如果这样的话，估计需要你研究一下 ShellExecute 的实现了。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu86/#comment-298137">蒲公英</a>。</p>
<p>如果这样的话，估计需要你研究一下 ShellExecute 的实现了。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：蒲公英		</title>
		<link>https://www.lab-z.com/stu86/#comment-298137</link>

		<dc:creator><![CDATA[蒲公英]]></dc:creator>
		<pubDate>Tue, 28 Feb 2023 02:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4277#comment-298137</guid>

					<description><![CDATA[secure boot关闭了，我自己编写的efi和您别的例子在实体机中可以运行，需求是给自己编写的efi加个壳，只有您的文章有相关的。现在成功的解决方案是用您另一篇文章介绍的使用ShellExecute，但是会清屏，不能完美解决，还是想结合您的自定义shell命令，RunInMem，加载CLib程序这三篇。]]></description>
			<content:encoded><![CDATA[<p>secure boot关闭了，我自己编写的efi和您别的例子在实体机中可以运行，需求是给自己编写的efi加个壳，只有您的文章有相关的。现在成功的解决方案是用您另一篇文章介绍的使用ShellExecute，但是会清屏，不能完美解决，还是想结合您的自定义shell命令，RunInMem，加载CLib程序这三篇。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu86/#comment-298136</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Mon, 27 Feb 2023 13:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4277#comment-298136</guid>

					<description><![CDATA[RU.efi 这种能运行吗？是不是打开 secure boot了？]]></description>
			<content:encoded><![CDATA[<p>RU.efi 这种能运行吗？是不是打开 secure boot了？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：蒲公英		</title>
		<link>https://www.lab-z.com/stu86/#comment-298135</link>

		<dc:creator><![CDATA[蒲公英]]></dc:creator>
		<pubDate>Mon, 27 Feb 2023 07:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4277#comment-298135</guid>

					<description><![CDATA[EmulatorIA32、EmulatorX64 可以正常加载，实体机加载报错Error during LoadImage如何解决？感谢回答。]]></description>
			<content:encoded><![CDATA[<p>EmulatorIA32、EmulatorX64 可以正常加载，实体机加载报错Error during LoadImage如何解决？感谢回答。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/stu86/#comment-298126</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Wed, 22 Feb 2023 08:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4277#comment-298126</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/stu86/#comment-298125&quot;&gt;蒲公英&lt;/a&gt;。

后来的 Shell 里面 SHELL_INTERFACE_PROTOCOL 有变化，好像是废弃了，改成另外一个 Protocol了

你可以研究一下]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/stu86/#comment-298125">蒲公英</a>。</p>
<p>后来的 Shell 里面 SHELL_INTERFACE_PROTOCOL 有变化，好像是废弃了，改成另外一个 Protocol了</p>
<p>你可以研究一下</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：蒲公英		</title>
		<link>https://www.lab-z.com/stu86/#comment-298125</link>

		<dc:creator><![CDATA[蒲公英]]></dc:creator>
		<pubDate>Wed, 22 Feb 2023 07:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4277#comment-298125</guid>

					<description><![CDATA[CoreGetProtocolInterface返回的是NULL，查看SecMain，InstallProtocolInterface，确实没有SHELL_INTERFACE_PROTOCOL_GUID 0x47c7b223……]]></description>
			<content:encoded><![CDATA[<p>CoreGetProtocolInterface返回的是NULL，查看SecMain，InstallProtocolInterface，确实没有SHELL_INTERFACE_PROTOCOL_GUID 0x47c7b223……</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：蒲公英		</title>
		<link>https://www.lab-z.com/stu86/#comment-298124</link>

		<dc:creator><![CDATA[蒲公英]]></dc:creator>
		<pubDate>Wed, 22 Feb 2023 07:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4277#comment-298124</guid>

					<description><![CDATA[64位的还是报错Error during LoadImage [14]。
32位的现在可以加载了，运行到OpenProtocol出错，跟进去CoreGetProtocolInterface返回的是NULL。]]></description>
			<content:encoded><![CDATA[<p>64位的还是报错Error during LoadImage [14]。<br />
32位的现在可以加载了，运行到OpenProtocol出错，跟进去CoreGetProtocolInterface返回的是NULL。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
