Skip to content

Commit

Permalink
Update main.h
Browse files Browse the repository at this point in the history
  • Loading branch information
0dm authored Aug 26, 2022
1 parent 14981fd commit 0ea8680
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/exe/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@
#define MATCH(s, n) strcmp(section, s) == 0 && strcmp(name, n) == 0

char useDebug = TRUE;
<<<<<<< Updated upstream
DWORD64 SprjFlipper = 0x14489DD20;
=======
DWORD64 SprjFlipper;

>>>>>>> Stashed changes
RECT final;

NTSYSAPI NTSTATUS NTAPI NtReadVirtualMemory(HANDLE ProcessHandle, void *BaseAddress, const void *Buffer,
Expand Down

0 comments on commit 0ea8680

Please sign in to comment.