Skip to content

This library is a remote version of Windows API libloaderapi.h

License

Notifications You must be signed in to change notification settings

jungjin0003/Remote-libloaderapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Remote-libloaderapi

This library is a remote version of Windows API libloaderapi.h

Compilation method for each compilation

MSVC

If you are using Visual Studio, you maybe just need to compile it. Because preprocessing library link was set up in the header

mingw-gcc (Windows GCC)

$ gcc main.c Rlibloaderapi.c -o main.exe -lntdll

gcc options -lntdll is link options for ntdll.lib library

System Services Functions list in libloaderapi.h

Remote version function implementation list in System Services Functions of libloaderapi.h

  • GetModuleHandleA -> GetRemoteModuleHandleA
  • GetModuleHandleW -> GetRemoteModuleHandleW
  • GetModuleFileNameA -> GetRemoteModuleFileNameA
  • GetModuleFileNameW -> GetRemoteModuleFileNameW
  • GetProcAddress -> GetRemoteProcAddress

Other new implementation functions

  • RtlGetCurrentPeb -> GetRemotePeb
  • GetModuleBaseNameA -> GetRemoteModuleBaseNameA
  • GetModuleBaseNameW -> GetRemoteModuleBaseNameW

About

This library is a remote version of Windows API libloaderapi.h

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages