Skip to content

Commit

Permalink
Update to last version (28/04/2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spl3en committed Apr 29, 2017
1 parent 2984b29 commit bd514c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
all:
g++ -o NierAutomataFreeCamera.exe main.cpp
Binary file added NierAutomataFreeCamera.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Credits to @Wunkolo (https://twitter.com/Wunkolo/status/843387447656435712)
#include <windows.h>
#include <tlhelp32.h>
#include <cstdint>
Expand Down Expand Up @@ -54,8 +55,7 @@ int main (int argc, char **argv)
HANDLE hNier = GetHandleFromName ("NieRAutomata.exe");

// Check patch state
// Thanks to @Wunkolo (https://twitter.com/Wunkolo/status/843387447656435712)
LPVOID address = (void *) 0x1413FC410;
LPVOID address = (void *) 0x141415B90;
std::uint64_t data;
SIZE_T bytes_read;

Expand Down

0 comments on commit bd514c9

Please sign in to comment.