Skip to content

Commit

Permalink
version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvita committed Aug 6, 2020
1 parent 46068f5 commit a4f67b3
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 185 deletions.
5 changes: 5 additions & 0 deletions PointerSearcher/FindPath.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ public ReverseOrderPathOffset(long offsetAddress)
}
private long offset;

public long getOffset()
{
return offset;
}

public override String ToString(String org)
{
return org + "+" + offset.ToString("X2");
Expand Down
102 changes: 73 additions & 29 deletions PointerSearcher/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a4f67b3

Please sign in to comment.