mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
AntiDebug namespace
This commit is contained in:
parent
72e10771a5
commit
c9d0d47c01
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ namespace Dalamud.Game.Internal
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This class disables anti-debug functionality in the game client.
|
/// This class disables anti-debug functionality in the game client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed partial class AntiDebug
|
internal sealed partial class AntiDebug
|
||||||
{
|
{
|
||||||
private readonly byte[] nop = new byte[] { 0x31, 0xC0, 0x90, 0x90, 0x90, 0x90 };
|
private readonly byte[] nop = new byte[] { 0x31, 0xC0, 0x90, 0x90, 0x90, 0x90 };
|
||||||
private byte[] original;
|
private byte[] original;
|
||||||
|
|
@ -79,7 +79,7 @@ namespace Dalamud.Game.Internal
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Implementing IDisposable.
|
/// Implementing IDisposable.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed partial class AntiDebug : IDisposable
|
internal sealed partial class AntiDebug : IDisposable
|
||||||
{
|
{
|
||||||
private bool disposed = false;
|
private bool disposed = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue