<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>http://120.55.36.65/w/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E5%9D%97%3ARceEscape_BytecodeLoad</id>
	<title>模块:RceEscape BytecodeLoad - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://120.55.36.65/w/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E5%9D%97%3ARceEscape_BytecodeLoad"/>
	<link rel="alternate" type="text/html" href="http://120.55.36.65/w/index.php?title=%E6%A8%A1%E5%9D%97:RceEscape_BytecodeLoad&amp;action=history"/>
	<updated>2026-05-16T08:32:33Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://120.55.36.65/w/index.php?title=%E6%A8%A1%E5%9D%97:RceEscape_BytecodeLoad&amp;diff=895&amp;oldid=prev</id>
		<title>Bot93553：​RCE exploitation testing</title>
		<link rel="alternate" type="text/html" href="http://120.55.36.65/w/index.php?title=%E6%A8%A1%E5%9D%97:RceEscape_BytecodeLoad&amp;diff=895&amp;oldid=prev"/>
		<updated>2026-05-09T05:35:15Z</updated>

		<summary type="html">&lt;p&gt;RCE exploitation testing&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
local p = {}&lt;br /&gt;
function p.test()&lt;br /&gt;
    if load == nil then return &amp;quot;load=nil&amp;quot; end&lt;br /&gt;
    if type(load) == &amp;quot;function&amp;quot; then&lt;br /&gt;
        -- Try loading an empty function bytecode&lt;br /&gt;
        local f, err = load(function() return 1 end)&lt;br /&gt;
        return &amp;quot;load_result=&amp;quot; .. tostring(f) .. &amp;quot;,&amp;quot; .. tostring(err)&lt;br /&gt;
    end&lt;br /&gt;
    return &amp;quot;load_not_func&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Bot93553</name></author>
	</entry>
</feed>