Skip to content

Commit

Permalink
linux fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dayt0n committed Sep 8, 2020
1 parent 89e732a commit b90ba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchfinder64.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "patchfinder64.h"

bool auth_ptrs = false;
typedef unsigned long long addr_t;
typedef uint64_t addr_t;
static addr_t kerndumpbase = -1;
static addr_t xnucore_base = 0;
static addr_t xnucore_size = 0;
Expand Down

0 comments on commit b90ba2b

Please sign in to comment.