BlitzPointer 1.1

- Added and updated examples for more advanced usage.
- Added Direct Memory Access (DMA) functions, use with caution.
- Fixed a backwards instruction jump caused by using __cdecl instead of __stdcall.
- Removed string return type as it caused an unsolvable memory leak.
This commit is contained in:
Michael Fabian Dirks
2015-05-17 11:49:46 +02:00
parent 57cb1642c4
commit 38af4e7491
18 changed files with 845 additions and 608 deletions
+1 -1
View File
@@ -9,4 +9,4 @@
#include <windows.h>
// Macros
#define DLL_EXPORT extern "C" __declspec(dllexport)
#define DLL_EXPORT extern "C" //__declspec(dllexport)