Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfare committed Jun 9, 2017
1 parent c88f706 commit 02a5a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Il2CppDumper/Macho.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Macho : Il2CppGeneric
public Macho(Stream stream, int version, long maxmetadataUsages) : base(stream)
{
this.version = version;
this.maxmetadataUsages = maxmetadataUsages;
@namespace = "Il2CppDumper.v" + version + ".";
if (version < 21)
Search = Searchv16;
Expand Down

0 comments on commit 02a5a12

Please sign in to comment.