Skip to content

reimplementation of GetModuleHandle & GetProcAddress functions without any imports

Notifications You must be signed in to change notification settings

Yekuuun/CustomWinApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CustomWinApi 📦

This repo contains base code for reimplementing a custom version of GetModuleHandle( ) & GetProcAddress( ) functions without any imports crafting all headers by my hand using online ressources & github repos. I used process hacker to check my code & address returned by GetModuleHandle( ) :)

Running program

git clone https://github.com/Yekuuun/CustomWinApi.git

cd /CustomWinApi

g++ Main.cpp CustomWinApi.cpp -o CustomWinApi -m64

./CustomWinApi


Functions demo

GetModuleHandle( ) && GetProcAddress( )

Getting NtQuerySystemInformation to list processes


Base windows functions declaration :

WINDOWS GetProcAddress

WINDOWS GetModuleHandle


Greetings

  • ARSIUM for NTHeader.hpp & windows internals advices

About

reimplementation of GetModuleHandle & GetProcAddress functions without any imports

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages