Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Custom implementations of WinAPI functions GetProcAddress and GetModuleHandle by traversing low level Windows data structures.

License

NotificationsYou must be signed in to change notification settings

BenteVE/WinAPI-alternative-implementations

Repository files navigation

This project contains some alternative implementations for the following WinAPI functions:

  • GetProcAddress by traversing the Export Address Table
  • GetModuleHandle by traversing thePEB,PPEB_LDR_DATA andLIST_ENTRY structures with assembly and C++
  • GetModuleHandle by usingCreateToolhelp32Snapshot

The main program simply verifies these implementations by comparing their return values to those of the original functions.

About

Custom implementations of WinAPI functions GetProcAddress and GetModuleHandle by traversing low level Windows data structures.

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp