Posts by Andrew Dezan • 1 point
1 post
-
0
votes0
answers24
viewsQ: C++ Pass Array as parameter to a function
I have the following code that works correctly: typedef void(__fastcall* _PackEndFunc)(int Buffer); _PackEndFunc PackEndFunc; uintptr_t moduleBase = (uintptr_t)GetModuleHandle(L"processo.exe");…