File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,10 +107,10 @@ InjectA(&data);
107
107
First of all I want to credit Joachim Bauch whose Memory Module Library was a great source to learn from:
108
108
https://github.com/fancycode/MemoryModule
109
109
110
- He also made a great write-up explaining the basics of mapping a moule :
110
+ He also made a great write-up explaining the basics of mapping a module :
111
111
https://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/
112
112
113
- I also want to thank Akaion for helping me with SEH support and their C# mapping library which was a great resource to learn from:
113
+ I also want to thank Akaion/Dewera for helping me with SEH support and their C# mapping library which was another great resource to learn from:
114
114
https://github.com/Dewera/Lunar
115
115
116
116
Big thanks to mambda who made this PDB parser which I could steal code from to verify GUIDs:
You can’t perform that action at this time.
0 commit comments