Skip to content

Commit

Permalink
Fix signature scan for DX11
Browse files Browse the repository at this point in the history
Bump version to 1.6.7.2
  • Loading branch information
xtuaok committed Apr 14, 2016
1 parent ae16096 commit bc7dbf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EnmityPlugin/FFXIVMemory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ private List<IntPtr> SigScan(string pattern, int offset = 0, bool bRIP = false)
}
}

int num = 4096;
int num = 65536;

int moduleMemorySize = _process.MainModule.ModuleMemorySize;
IntPtr baseAddress = _process.MainModule.BaseAddress;
Expand Down
4 changes: 2 additions & 2 deletions EnmityPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.7.1")]
[assembly: AssemblyFileVersion("1.6.7.1")]
[assembly: AssemblyVersion("1.6.7.2")]
[assembly: AssemblyFileVersion("1.6.7.2")]

0 comments on commit bc7dbf3

Please sign in to comment.