<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cheatengine.org/index.php?action=history&amp;feed=atom&amp;title=Mono%3ALua%3Amono_getImageFromAssembly</id>
	<title>Mono:Lua:mono getImageFromAssembly - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cheatengine.org/index.php?action=history&amp;feed=atom&amp;title=Mono%3ALua%3Amono_getImageFromAssembly"/>
	<link rel="alternate" type="text/html" href="https://wiki.cheatengine.org/index.php?title=Mono:Lua:mono_getImageFromAssembly&amp;action=history"/>
	<updated>2026-04-17T12:49:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.cheatengine.org/index.php?title=Mono:Lua:mono_getImageFromAssembly&amp;diff=7540&amp;oldid=prev</id>
		<title>Goemaat: Created page with &quot;This can be run from the lua window (CTRL+M for memory window, then CTRL+L for lua)   &lt;nowiki&gt;domains = mono_enumDomains() assemblies = mono_enumAssemblies() function maparr(t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheatengine.org/index.php?title=Mono:Lua:mono_getImageFromAssembly&amp;diff=7540&amp;oldid=prev"/>
		<updated>2024-02-20T02:11:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This can be run from the lua window (CTRL+M for memory window, then CTRL+L for lua)   &amp;lt;nowiki&amp;gt;domains = mono_enumDomains() assemblies = mono_enumAssemblies() function maparr(t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This can be run from the lua window (CTRL+M for memory window, then CTRL+L for lua)&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;domains = mono_enumDomains()&lt;br /&gt;
assemblies = mono_enumAssemblies()&lt;br /&gt;
function maparr(tbl, f)&lt;br /&gt;
  local t = {}&lt;br /&gt;
  for k,v in ipairs(tbl) do&lt;br /&gt;
    local r = f(v)&lt;br /&gt;
    print(tostring(k)..' is '..tostring(v)..' result '..tostring(r))&lt;br /&gt;
    table.insert(t,r)&lt;br /&gt;
  end&lt;br /&gt;
  return t&lt;br /&gt;
end&lt;br /&gt;
images = maparr(assemblies, function(a) return mono_image_get_name(mono_getImageFromAssembly(a)) end)&lt;br /&gt;
return assemblies, #assemblies&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Goemaat</name></author>
		
	</entry>
</feed>