mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
docs: regenerate
This commit is contained in:
parent
02f90899a3
commit
6fd636c26c
1239 changed files with 214126 additions and 66229 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class SigScanner
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -81,9 +81,10 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">SigScanner</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<div class="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IDisposable</span></div>
|
||||
<div><a class="xref" href="Dalamud.IServiceType.html">IServiceType</a></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
|
|
@ -113,25 +114,25 @@
|
|||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_Game_SigScanner_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class SigScanner : IDisposable</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class SigScanner : IDisposable, IServiceType</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner__ctor_System_Boolean_.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.%23ctor(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner__ctor_System_Boolean_System_IO_FileInfo_.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.%23ctor(System.Boolean%2CSystem.IO.FileInfo)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L28">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L36">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner__ctor_" data-uid="Dalamud.Game.SigScanner.#ctor*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner__ctor_System_Boolean_" data-uid="Dalamud.Game.SigScanner.#ctor(System.Boolean)">SigScanner(Boolean)</h4>
|
||||
<h4 id="Dalamud_Game_SigScanner__ctor_System_Boolean_System_IO_FileInfo_" data-uid="Dalamud.Game.SigScanner.#ctor(System.Boolean,System.IO.FileInfo)">SigScanner(Boolean, FileInfo)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.SigScanner.html">SigScanner</a> class using the main module of the current process.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SigScanner(bool doCopy = false)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public SigScanner(bool doCopy = false, FileInfo cacheFile = null)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -147,25 +148,31 @@
|
|||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><span class="parametername">doCopy</span></td>
|
||||
<td><p>Whether or not to copy the module upon initialization for search operations to use, as to not get disturbed by possible hooks.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.IO.FileInfo</span></td>
|
||||
<td><span class="parametername">cacheFile</span></td>
|
||||
<td><p>File used to cached signatures.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner__ctor_System_Diagnostics_ProcessModule_System_Boolean_.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.%23ctor(System.Diagnostics.ProcessModule%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner__ctor_System_Diagnostics_ProcessModule_System_Boolean_System_IO_FileInfo_.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.%23ctor(System.Diagnostics.ProcessModule%2CSystem.Boolean%2CSystem.IO.FileInfo)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L38">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L47">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner__ctor_" data-uid="Dalamud.Game.SigScanner.#ctor*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner__ctor_System_Diagnostics_ProcessModule_System_Boolean_" data-uid="Dalamud.Game.SigScanner.#ctor(System.Diagnostics.ProcessModule,System.Boolean)">SigScanner(ProcessModule, Boolean)</h4>
|
||||
<h4 id="Dalamud_Game_SigScanner__ctor_System_Diagnostics_ProcessModule_System_Boolean_System_IO_FileInfo_" data-uid="Dalamud.Game.SigScanner.#ctor(System.Diagnostics.ProcessModule,System.Boolean,System.IO.FileInfo)">SigScanner(ProcessModule, Boolean, FileInfo)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.SigScanner.html">SigScanner</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SigScanner(ProcessModule module, bool doCopy = false)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public SigScanner(ProcessModule module, bool doCopy = false, FileInfo cacheFile = null)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -187,6 +194,12 @@
|
|||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><span class="parametername">doCopy</span></td>
|
||||
<td><p>Whether or not to copy the module upon initialization for search operations to use, as to not get disturbed by possible hooks.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.IO.FileInfo</span></td>
|
||||
<td><span class="parametername">cacheFile</span></td>
|
||||
<td><p>File used to cached signatures.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -198,7 +211,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_DataSectionBase.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.DataSectionBase%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L87">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L100">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_DataSectionBase_" data-uid="Dalamud.Game.SigScanner.DataSectionBase*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_DataSectionBase" data-uid="Dalamud.Game.SigScanner.DataSectionBase">DataSectionBase</h4>
|
||||
|
|
@ -229,7 +242,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_DataSectionOffset.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.DataSectionOffset%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L92">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L105">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_DataSectionOffset_" data-uid="Dalamud.Game.SigScanner.DataSectionOffset*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_DataSectionOffset" data-uid="Dalamud.Game.SigScanner.DataSectionOffset">DataSectionOffset</h4>
|
||||
|
|
@ -260,7 +273,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_DataSectionSize.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.DataSectionSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L97">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L110">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_DataSectionSize_" data-uid="Dalamud.Game.SigScanner.DataSectionSize*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_DataSectionSize" data-uid="Dalamud.Game.SigScanner.DataSectionSize">DataSectionSize</h4>
|
||||
|
|
@ -291,7 +304,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_Is32BitProcess.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.Is32BitProcess%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L62">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L75">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_Is32BitProcess_" data-uid="Dalamud.Game.SigScanner.Is32BitProcess*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_Is32BitProcess" data-uid="Dalamud.Game.SigScanner.Is32BitProcess">Is32BitProcess</h4>
|
||||
|
|
@ -322,7 +335,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_IsCopy.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.IsCopy%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L57">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L70">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_IsCopy_" data-uid="Dalamud.Game.SigScanner.IsCopy*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_IsCopy" data-uid="Dalamud.Game.SigScanner.IsCopy">IsCopy</h4>
|
||||
|
|
@ -353,7 +366,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_Module.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.Module%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L117">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L130">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_Module_" data-uid="Dalamud.Game.SigScanner.Module*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_Module" data-uid="Dalamud.Game.SigScanner.Module">Module</h4>
|
||||
|
|
@ -384,7 +397,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_RDataSectionBase.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.RDataSectionBase%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L102">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L115">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_RDataSectionBase_" data-uid="Dalamud.Game.SigScanner.RDataSectionBase*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_RDataSectionBase" data-uid="Dalamud.Game.SigScanner.RDataSectionBase">RDataSectionBase</h4>
|
||||
|
|
@ -415,7 +428,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_RDataSectionOffset.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.RDataSectionOffset%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L107">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L120">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_RDataSectionOffset_" data-uid="Dalamud.Game.SigScanner.RDataSectionOffset*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_RDataSectionOffset" data-uid="Dalamud.Game.SigScanner.RDataSectionOffset">RDataSectionOffset</h4>
|
||||
|
|
@ -446,7 +459,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_RDataSectionSize.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.RDataSectionSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L112">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L125">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_RDataSectionSize_" data-uid="Dalamud.Game.SigScanner.RDataSectionSize*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_RDataSectionSize" data-uid="Dalamud.Game.SigScanner.RDataSectionSize">RDataSectionSize</h4>
|
||||
|
|
@ -477,7 +490,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_SearchBase.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.SearchBase%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L67">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L80">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_SearchBase_" data-uid="Dalamud.Game.SigScanner.SearchBase*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_SearchBase" data-uid="Dalamud.Game.SigScanner.SearchBase">SearchBase</h4>
|
||||
|
|
@ -508,7 +521,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_TextSectionBase.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.TextSectionBase%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L72">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L85">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_TextSectionBase_" data-uid="Dalamud.Game.SigScanner.TextSectionBase*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_TextSectionBase" data-uid="Dalamud.Game.SigScanner.TextSectionBase">TextSectionBase</h4>
|
||||
|
|
@ -539,7 +552,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_TextSectionOffset.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.TextSectionOffset%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L77">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L90">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_TextSectionOffset_" data-uid="Dalamud.Game.SigScanner.TextSectionOffset*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_TextSectionOffset" data-uid="Dalamud.Game.SigScanner.TextSectionOffset">TextSectionOffset</h4>
|
||||
|
|
@ -570,7 +583,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_TextSectionSize.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.TextSectionSize%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L82">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L95">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_TextSectionSize_" data-uid="Dalamud.Game.SigScanner.TextSectionSize*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_TextSectionSize" data-uid="Dalamud.Game.SigScanner.TextSectionSize">TextSectionSize</h4>
|
||||
|
|
@ -603,7 +616,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_Dispose.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.Dispose%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L335">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L362">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_Dispose_" data-uid="Dalamud.Game.SigScanner.Dispose*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_Dispose" data-uid="Dalamud.Game.SigScanner.Dispose">Dispose()</h4>
|
||||
|
|
@ -619,7 +632,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_GetStaticAddressFromSig_System_String_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.GetStaticAddressFromSig(System.String%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L167">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L180">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_GetStaticAddressFromSig_" data-uid="Dalamud.Game.SigScanner.GetStaticAddressFromSig*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_GetStaticAddressFromSig_System_String_System_Int32_" data-uid="Dalamud.Game.SigScanner.GetStaticAddressFromSig(System.String,System.Int32)">GetStaticAddressFromSig(String, Int32)</h4>
|
||||
|
|
@ -677,7 +690,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_ResolveRelativeAddress_System_IntPtr_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.ResolveRelativeAddress(System.IntPtr%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L284">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L297">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_ResolveRelativeAddress_" data-uid="Dalamud.Game.SigScanner.ResolveRelativeAddress*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_ResolveRelativeAddress_System_IntPtr_System_Int32_" data-uid="Dalamud.Game.SigScanner.ResolveRelativeAddress(System.IntPtr,System.Int32)">ResolveRelativeAddress(IntPtr, Int32)</h4>
|
||||
|
|
@ -733,7 +746,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_Scan_System_IntPtr_System_Int32_System_String_.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.Scan(System.IntPtr%2CSystem.Int32%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L128">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L141">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_Scan_" data-uid="Dalamud.Game.SigScanner.Scan*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_Scan_System_IntPtr_System_Int32_System_String_" data-uid="Dalamud.Game.SigScanner.Scan(System.IntPtr,System.Int32,System.String)">Scan(IntPtr, Int32, String)</h4>
|
||||
|
|
@ -795,7 +808,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_ScanData_System_String_.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.ScanData(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L213">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L226">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_ScanData_" data-uid="Dalamud.Game.SigScanner.ScanData*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_ScanData_System_String_" data-uid="Dalamud.Game.SigScanner.ScanData(System.String)">ScanData(String)</h4>
|
||||
|
|
@ -845,7 +858,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_ScanModule_System_String_.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.ScanModule(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L248">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L261">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_ScanModule_" data-uid="Dalamud.Game.SigScanner.ScanModule*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_ScanModule_System_String_" data-uid="Dalamud.Game.SigScanner.ScanModule(System.String)">ScanModule(String)</h4>
|
||||
|
|
@ -895,7 +908,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_ScanText_System_String_.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.ScanText(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L295">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L308">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_ScanText_" data-uid="Dalamud.Game.SigScanner.ScanText*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_ScanText_System_String_" data-uid="Dalamud.Game.SigScanner.ScanText(System.String)">ScanText(String)</h4>
|
||||
|
|
@ -945,7 +958,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_TryGetStaticAddressFromSig_System_String_System_IntPtr__System_Int32_.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.TryGetStaticAddressFromSig(System.String%2CSystem.IntPtr%40%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L194">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L207">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_TryGetStaticAddressFromSig_" data-uid="Dalamud.Game.SigScanner.TryGetStaticAddressFromSig*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_TryGetStaticAddressFromSig_System_String_System_IntPtr__System_Int32_" data-uid="Dalamud.Game.SigScanner.TryGetStaticAddressFromSig(System.String,System.IntPtr@,System.Int32)">TryGetStaticAddressFromSig(String, out IntPtr, Int32)</h4>
|
||||
|
|
@ -1009,7 +1022,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_TryScan_System_IntPtr_System_Int32_System_String_System_IntPtr__.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.TryScan(System.IntPtr%2CSystem.Int32%2CSystem.String%2CSystem.IntPtr%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L145">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L158">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_TryScan_" data-uid="Dalamud.Game.SigScanner.TryScan*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_TryScan_System_IntPtr_System_Int32_System_String_System_IntPtr__" data-uid="Dalamud.Game.SigScanner.TryScan(System.IntPtr,System.Int32,System.String,System.IntPtr@)">TryScan(IntPtr, Int32, String, out IntPtr)</h4>
|
||||
|
|
@ -1077,7 +1090,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_TryScanData_System_String_System_IntPtr__.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.TryScanData(System.String%2CSystem.IntPtr%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L229">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L242">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_TryScanData_" data-uid="Dalamud.Game.SigScanner.TryScanData*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_TryScanData_System_String_System_IntPtr__" data-uid="Dalamud.Game.SigScanner.TryScanData(System.String,System.IntPtr@)">TryScanData(String, out IntPtr)</h4>
|
||||
|
|
@ -1133,7 +1146,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_TryScanModule_System_String_System_IntPtr__.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.TryScanModule(System.String%2CSystem.IntPtr%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L264">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L277">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_TryScanModule_" data-uid="Dalamud.Game.SigScanner.TryScanModule*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_TryScanModule_System_String_System_IntPtr__" data-uid="Dalamud.Game.SigScanner.TryScanModule(System.String,System.IntPtr@)">TryScanModule(String, out IntPtr)</h4>
|
||||
|
|
@ -1189,7 +1202,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_TryScanText_System_String_System_IntPtr__.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner.TryScanText(System.String%2CSystem.IntPtr%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L318">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L345">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_SigScanner_TryScanText_" data-uid="Dalamud.Game.SigScanner.TryScanText*"></a>
|
||||
<h4 id="Dalamud_Game_SigScanner_TryScanText_System_String_System_IntPtr__" data-uid="Dalamud.Game.SigScanner.TryScanText(System.String,System.IntPtr@)">TryScanText(String, out IntPtr)</h4>
|
||||
|
|
@ -1244,6 +1257,9 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<div>
|
||||
<span class="xref">System.IDisposable</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Dalamud.IServiceType.html">IServiceType</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
@ -1255,7 +1271,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner.md&value=---%0Auid%3A%20Dalamud.Game.SigScanner%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L17" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L20" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue