docs: regenerate

This commit is contained in:
goat 2020-03-24 03:22:08 +09:00
parent db474652ee
commit 0a227fd2b7
691 changed files with 8670 additions and 7532 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class SigScanner
">
<meta name="generator" content="docfx 2.50.0.0">
<meta name="generator" content="docfx 2.48.1.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -487,12 +487,70 @@
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Dispose()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_GetStaticAddressFromSig_System_String_System_Int32_.md&amp;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/goaaats/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L185">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>
<div class="markdown level1 summary"><p>Scan for a .data address using a .text function.
This is intended to be used with IDA sigs.
Place your cursor on the line calling a static address, and create and IDA sig.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr GetStaticAddressFromSig(string signature, int offset)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">signature</span></td>
<td><p>The signature of the function using the data.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td><p>The offset from function start of the instruction using the data.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><p>An IntPtr to the static memory location.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_ResolveRelativeAddress_System_IntPtr_System_Int32_.md&amp;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/goaaats/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L222">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L245">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>
@ -544,7 +602,7 @@
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_Scan_System_IntPtr_System_Int32_System_String_.md&amp;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/goaaats/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L205">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L228">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>
@ -601,7 +659,7 @@
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_ScanData_System_String_.md&amp;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/goaaats/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L182">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L205">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>
@ -651,7 +709,7 @@
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_SigScanner_ScanModule_System_String_.md&amp;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/goaaats/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L196">View Source</a>
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/Game/SigScanner.cs/#L219">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>