Dalamud/docs/api/FFXIVClientStructs.SigScanner.html
2022-01-29 05:15:26 +01:00

1022 lines
48 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class SigScanner
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class SigScanner
">
<meta name="generator" content="docfx 2.59.0.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="FFXIVClientStructs.SigScanner">
<h1 id="FFXIVClientStructs_SigScanner" data-uid="FFXIVClientStructs.SigScanner" class="text-break">Class SigScanner
</h1>
<div class="markdown level0 summary"><p>A SigScanner facilitates searching for memory signatures in a given ProcessModule.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">SigScanner</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.IDisposable</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="FFXIVClientStructs.html">FFXIVClientStructs</a></h6>
<h6><strong>Assembly</strong>: FFXIVClientStructs.dll</h6>
<h5 id="FFXIVClientStructs_SigScanner_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class SigScanner : IDisposable</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/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner__ctor_System_Diagnostics_ProcessModule_System_Boolean_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L24">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner__ctor_" data-uid="FFXIVClientStructs.SigScanner.#ctor*"></a>
<h4 id="FFXIVClientStructs_SigScanner__ctor_System_Diagnostics_ProcessModule_System_Boolean_" data-uid="FFXIVClientStructs.SigScanner.#ctor(System.Diagnostics.ProcessModule,System.Boolean)">SigScanner(ProcessModule, Boolean)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FFXIVClientStructs.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>
</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.Diagnostics.ProcessModule</span></td>
<td><span class="parametername">module</span></td>
<td><p>The ProcessModule to be used for scanning.</p>
</td>
</tr>
<tr>
<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>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner__ctor_System_Diagnostics_ProcessModule_System_IntPtr_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.SigScanner.%23ctor(System.Diagnostics.ProcessModule%2CSystem.IntPtr)%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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L38">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner__ctor_" data-uid="FFXIVClientStructs.SigScanner.#ctor*"></a>
<h4 id="FFXIVClientStructs_SigScanner__ctor_System_Diagnostics_ProcessModule_System_IntPtr_" data-uid="FFXIVClientStructs.SigScanner.#ctor(System.Diagnostics.ProcessModule,System.IntPtr)">SigScanner(ProcessModule, IntPtr)</h4>
<div class="markdown level1 summary"></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, IntPtr moduleCopy)</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.Diagnostics.ProcessModule</span></td>
<td><span class="parametername">module</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td><span class="parametername">moduleCopy</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_DataSectionBase.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L87">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_DataSectionBase_" data-uid="FFXIVClientStructs.SigScanner.DataSectionBase*"></a>
<h4 id="FFXIVClientStructs_SigScanner_DataSectionBase" data-uid="FFXIVClientStructs.SigScanner.DataSectionBase">DataSectionBase</h4>
<div class="markdown level1 summary"><p>Gets the base address of the .data section search area.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr DataSectionBase { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_DataSectionOffset.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L92">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_DataSectionOffset_" data-uid="FFXIVClientStructs.SigScanner.DataSectionOffset*"></a>
<h4 id="FFXIVClientStructs_SigScanner_DataSectionOffset" data-uid="FFXIVClientStructs.SigScanner.DataSectionOffset">DataSectionOffset</h4>
<div class="markdown level1 summary"><p>Gets the offset of the .data section from the base of the module.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long DataSectionOffset { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.Int64</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_DataSectionSize.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L97">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_DataSectionSize_" data-uid="FFXIVClientStructs.SigScanner.DataSectionSize*"></a>
<h4 id="FFXIVClientStructs_SigScanner_DataSectionSize" data-uid="FFXIVClientStructs.SigScanner.DataSectionSize">DataSectionSize</h4>
<div class="markdown level1 summary"><p>Gets the size of the .data section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int DataSectionSize { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_Is32BitProcess.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L62">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_Is32BitProcess_" data-uid="FFXIVClientStructs.SigScanner.Is32BitProcess*"></a>
<h4 id="FFXIVClientStructs_SigScanner_Is32BitProcess" data-uid="FFXIVClientStructs.SigScanner.Is32BitProcess">Is32BitProcess</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether or not the ProcessModule is 32-bit.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool Is32BitProcess { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_IsCopy.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L55">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_IsCopy_" data-uid="FFXIVClientStructs.SigScanner.IsCopy*"></a>
<h4 id="FFXIVClientStructs_SigScanner_IsCopy" data-uid="FFXIVClientStructs.SigScanner.IsCopy">IsCopy</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether or not the search on this module is performed on a copy.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool IsCopy { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_Module.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L117">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_Module_" data-uid="FFXIVClientStructs.SigScanner.Module*"></a>
<h4 id="FFXIVClientStructs_SigScanner_Module" data-uid="FFXIVClientStructs.SigScanner.Module">Module</h4>
<div class="markdown level1 summary"><p>Gets the ProcessModule on which the search is performed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ProcessModule Module { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.Diagnostics.ProcessModule</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_OwnsCopy.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.SigScanner.OwnsCopy%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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L57">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_OwnsCopy_" data-uid="FFXIVClientStructs.SigScanner.OwnsCopy*"></a>
<h4 id="FFXIVClientStructs_SigScanner_OwnsCopy" data-uid="FFXIVClientStructs.SigScanner.OwnsCopy">OwnsCopy</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool OwnsCopy { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_RDataSectionBase.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L102">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_RDataSectionBase_" data-uid="FFXIVClientStructs.SigScanner.RDataSectionBase*"></a>
<h4 id="FFXIVClientStructs_SigScanner_RDataSectionBase" data-uid="FFXIVClientStructs.SigScanner.RDataSectionBase">RDataSectionBase</h4>
<div class="markdown level1 summary"><p>Gets the base address of the .rdata section search area.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr RDataSectionBase { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_RDataSectionOffset.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L107">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_RDataSectionOffset_" data-uid="FFXIVClientStructs.SigScanner.RDataSectionOffset*"></a>
<h4 id="FFXIVClientStructs_SigScanner_RDataSectionOffset" data-uid="FFXIVClientStructs.SigScanner.RDataSectionOffset">RDataSectionOffset</h4>
<div class="markdown level1 summary"><p>Gets the offset of the .rdata section from the base of the module.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long RDataSectionOffset { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.Int64</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_RDataSectionSize.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L112">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_RDataSectionSize_" data-uid="FFXIVClientStructs.SigScanner.RDataSectionSize*"></a>
<h4 id="FFXIVClientStructs_SigScanner_RDataSectionSize" data-uid="FFXIVClientStructs.SigScanner.RDataSectionSize">RDataSectionSize</h4>
<div class="markdown level1 summary"><p>Gets the size of the .rdata section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int RDataSectionSize { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_SearchBase.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L67">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_SearchBase_" data-uid="FFXIVClientStructs.SigScanner.SearchBase*"></a>
<h4 id="FFXIVClientStructs_SigScanner_SearchBase" data-uid="FFXIVClientStructs.SigScanner.SearchBase">SearchBase</h4>
<div class="markdown level1 summary"><p>Gets the base address of the search area. When copied, this will be the address of the copy.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr SearchBase { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_TextSectionBase.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L72">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_TextSectionBase_" data-uid="FFXIVClientStructs.SigScanner.TextSectionBase*"></a>
<h4 id="FFXIVClientStructs_SigScanner_TextSectionBase" data-uid="FFXIVClientStructs.SigScanner.TextSectionBase">TextSectionBase</h4>
<div class="markdown level1 summary"><p>Gets the base address of the .text section search area.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr TextSectionBase { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_TextSectionOffset.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L77">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_TextSectionOffset_" data-uid="FFXIVClientStructs.SigScanner.TextSectionOffset*"></a>
<h4 id="FFXIVClientStructs_SigScanner_TextSectionOffset" data-uid="FFXIVClientStructs.SigScanner.TextSectionOffset">TextSectionOffset</h4>
<div class="markdown level1 summary"><p>Gets the offset of the .text section from the base of the module.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long TextSectionOffset { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.Int64</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_TextSectionSize.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L82">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_TextSectionSize_" data-uid="FFXIVClientStructs.SigScanner.TextSectionSize*"></a>
<h4 id="FFXIVClientStructs_SigScanner_TextSectionSize" data-uid="FFXIVClientStructs.SigScanner.TextSectionSize">TextSectionSize</h4>
<div class="markdown level1 summary"><p>Gets the size of the text section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int TextSectionSize { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_Dispose.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L230">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_Dispose_" data-uid="FFXIVClientStructs.SigScanner.Dispose*"></a>
<h4 id="FFXIVClientStructs_SigScanner_Dispose" data-uid="FFXIVClientStructs.SigScanner.Dispose">Dispose()</h4>
<div class="markdown level1 summary"><p>Free the memory of the copied module search area on object disposal, if applicable.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<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/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_GetStaticAddressFromSig_System_String_System_Int32_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L145">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_GetStaticAddressFromSig_" data-uid="FFXIVClientStructs.SigScanner.GetStaticAddressFromSig*"></a>
<h4 id="FFXIVClientStructs_SigScanner_GetStaticAddressFromSig_System_String_System_Int32_" data-uid="FFXIVClientStructs.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 = 0)</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/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_ResolveRelativeAddress_System_IntPtr_System_Int32_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L199">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_ResolveRelativeAddress_" data-uid="FFXIVClientStructs.SigScanner.ResolveRelativeAddress*"></a>
<h4 id="FFXIVClientStructs_SigScanner_ResolveRelativeAddress_System_IntPtr_System_Int32_" data-uid="FFXIVClientStructs.SigScanner.ResolveRelativeAddress(System.IntPtr,System.Int32)">ResolveRelativeAddress(IntPtr, Int32)</h4>
<div class="markdown level1 summary"><p>Resolve a RVA address.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr ResolveRelativeAddress(IntPtr nextInstAddr, int relOffset)</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.IntPtr</span></td>
<td><span class="parametername">nextInstAddr</span></td>
<td><p>The address of the next instruction.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">relOffset</span></td>
<td><p>The relative offset.</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>The calculated offset.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_Scan_System_IntPtr_System_Int32_System_String_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L128">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_Scan_" data-uid="FFXIVClientStructs.SigScanner.Scan*"></a>
<h4 id="FFXIVClientStructs_SigScanner_Scan_System_IntPtr_System_Int32_System_String_" data-uid="FFXIVClientStructs.SigScanner.Scan(System.IntPtr,System.Int32,System.String)">Scan(IntPtr, Int32, String)</h4>
<div class="markdown level1 summary"><p>Scan memory for a signature.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IntPtr Scan(IntPtr baseAddress, int size, string signature)</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.IntPtr</span></td>
<td><span class="parametername">baseAddress</span></td>
<td><p>The base address to scan from.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">size</span></td>
<td><p>The amount of bytes to scan.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">signature</span></td>
<td><p>The signature to search for.</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>The found offset.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_ScanData_System_String_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L168">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_ScanData_" data-uid="FFXIVClientStructs.SigScanner.ScanData*"></a>
<h4 id="FFXIVClientStructs_SigScanner_ScanData_System_String_" data-uid="FFXIVClientStructs.SigScanner.ScanData(System.String)">ScanData(String)</h4>
<div class="markdown level1 summary"><p>Scan for a byte signature in the .data section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr ScanData(string signature)</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.</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>The real offset of the found signature.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_ScanModule_System_String_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L183">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_ScanModule_" data-uid="FFXIVClientStructs.SigScanner.ScanModule*"></a>
<h4 id="FFXIVClientStructs_SigScanner_ScanModule_System_String_" data-uid="FFXIVClientStructs.SigScanner.ScanModule(System.String)">ScanModule(String)</h4>
<div class="markdown level1 summary"><p>Scan for a byte signature in the whole module search area.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr ScanModule(string signature)</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.</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>The real offset of the found signature.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner_ScanText_System_String_.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L210">View Source</a>
</span>
<a id="FFXIVClientStructs_SigScanner_ScanText_" data-uid="FFXIVClientStructs.SigScanner.ScanText*"></a>
<h4 id="FFXIVClientStructs_SigScanner_ScanText_System_String_" data-uid="FFXIVClientStructs.SigScanner.ScanText(System.String)">ScanText(String)</h4>
<div class="markdown level1 summary"><p>Scan for a byte signature in the .text section.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IntPtr ScanText(string signature)</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.</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>The real offset of the found signature.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.IDisposable</span>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/goat_unbreaks_the_abi/apiSpec/new?filename=FFXIVClientStructs_SigScanner.md&amp;value=---%0Auid%3A%20FFXIVClientStructs.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/FFXIVClientStructs/blob/goat_unbreaks_the_abi/FFXIVClientStructs/SigScanner.cs/#L14" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>