Skip to content

Easy-to-use function pointer invoking library written in C++.

Notifications You must be signed in to change notification settings

TheGreenPlanet/CallMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CallMe 📞

C++ x86/x64

Description:

Invokes a function at a specific address in memory and removes the need to declare a function pointer and its parameters. Simply pass the address and its parameters and call it when you like.

Usage:

CallMe<void>((DWORD)&PrintStr, "Hello, World!");

Output:

Hello, World!

About

Easy-to-use function pointer invoking library written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages