|
|
@ -1329,8 +1329,8 @@ global environment, persistent between calls to the script.</p>
|
|
|
|
<li><p class="first"><tt class="docutils literal">dfhack.internal.getVTable(name)</tt></p>
|
|
|
|
<li><p class="first"><tt class="docutils literal">dfhack.internal.getVTable(name)</tt></p>
|
|
|
|
<p>Returns the pre-extracted vtable address <tt class="docutils literal">name</tt>, or <em>nil</em>.</p>
|
|
|
|
<p>Returns the pre-extracted vtable address <tt class="docutils literal">name</tt>, or <em>nil</em>.</p>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li><p class="first"><tt class="docutils literal">dfhack.internal.getBase()</tt></p>
|
|
|
|
<li><p class="first"><tt class="docutils literal">dfhack.internal.getRebaseDelta()</tt></p>
|
|
|
|
<p>Returns the base address of the process.</p>
|
|
|
|
<p>Returns the ASLR rebase offset of the DF executable.</p>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li><p class="first"><tt class="docutils literal">dfhack.internal.getMemRanges()</tt></p>
|
|
|
|
<li><p class="first"><tt class="docutils literal">dfhack.internal.getMemRanges()</tt></p>
|
|
|
|
<p>Returns a sequence of tables describing virtual memory ranges of the process.</p>
|
|
|
|
<p>Returns a sequence of tables describing virtual memory ranges of the process.</p>
|
|
|
|