Skip to content

Pyjong/RunInThread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RunInThread

Auxiliary assembly function for x64 C to run threaded functions.

Eliminates the need to create context for WINAPI CreateThread function. Instead you just call RunInThread(function_ptr,...), eg.: HANDLE ThreadHandle = RunInThread(memcpy, dst, src, n);

The function works only with __fastcall functions. Parameters are copied to the created thread's stack.

About

Auxiliary assembly function for x64 C to run threaded functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published