You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ Session seperation can be bypassed with all methods.
44
44
45
45
You can easily use mapper by including the compiled binaries in your project. Check the provided Injection.h header for more information.
46
46
Make sure you have the compiled binaries in the working directory of your program.
47
+
On first run the injection module will download pdb files for the native (and when run on x64 the wow64) version of the ntdll.dll to resolve symbol addresses.
48
+
The injector can only function if that process is finished. The injection module exports GetSymbolState which will return INJ_ERROR_SUCCESS (0) if the pdb download and resolving of all required addresses is completed.
49
+
Additionally GetDownloadProgress can be used to determine the progress of the download as percentage.
47
50
48
51
```cpp
49
52
@@ -52,6 +55,12 @@ Make sure you have the compiled binaries in the working directory of your progra
0 commit comments