All Projects → 0x00Jeff → BetterGetProcAddress

0x00Jeff / BetterGetProcAddress

Licence: other
POC of a better implementation of GetProcAddress for ntdll using binary search

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to BetterGetProcAddress

ListEx
List control with innate tool-tips, color, sorting, embedded hyperlinks, sub-item custom data, column hiding and lot more abilities.
Stars: ✭ 17 (-78.75%)
Mutual labels:  winapi
sqlite-gui
Lightweight SQLite editor for Windows
Stars: ✭ 151 (+88.75%)
Mutual labels:  winapi
AlgoDaily
just for fun
Stars: ✭ 118 (+47.5%)
Mutual labels:  binary-search
isotoxin
Isotoxin source
Stars: ✭ 69 (-13.75%)
Mutual labels:  winapi
pelauncher
Portable Executable launcher for Windows NT bypassing loader
Stars: ✭ 49 (-38.75%)
Mutual labels:  winapi
Delphi SChannelTLS
Helper functions and socket classes to perform TLS communication by means of WinAPI (SChannel)
Stars: ✭ 22 (-72.5%)
Mutual labels:  winapi
SvcHostDemo
Demo service that runs in svchost.exe
Stars: ✭ 61 (-23.75%)
Mutual labels:  winapi
kicad-exports
Auto generate exports (schematics, gerbers, plots) for any KiCAD5 project.
Stars: ✭ 69 (-13.75%)
Mutual labels:  exports
Inflame
User-mode Windows DLL injector written in Assembly language (FASM syntax) with WinAPI.
Stars: ✭ 63 (-21.25%)
Mutual labels:  winapi
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-3.75%)
Mutual labels:  binary-search
CertDump
Dump certificates from PE files in different formats
Stars: ✭ 16 (-80%)
Mutual labels:  pefile
MaiSense
Touch Sensor Emulation for SDEY - 💦 Touchlaundry Disco
Stars: ✭ 110 (+37.5%)
Mutual labels:  winapi
go-windows-programming
Go Windows Programming Tutorial
Stars: ✭ 50 (-37.5%)
Mutual labels:  winapi
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (-57.5%)
Mutual labels:  binary-search
pinwin
.NET clone of DeskPins software
Stars: ✭ 133 (+66.25%)
Mutual labels:  winapi
linear-vs-binary-search
Comparing linear and binary searches
Stars: ✭ 28 (-65%)
Mutual labels:  binary-search
UptimeFaker
Generic Windows library designed to help detecting issues related to high PC uptime
Stars: ✭ 53 (-33.75%)
Mutual labels:  winapi
clipboard-win
Rust win clipboard utilities
Stars: ✭ 25 (-68.75%)
Mutual labels:  winapi
ProbQA
Probabilistic question-asking system: the program asks, the users answer. The minimal goal of the program is to identify what the user needs (a target), even if the user is not aware of the existence of such a thing/product/service.
Stars: ✭ 43 (-46.25%)
Mutual labels:  binary-search
PyPackerDetect
A malware dataset curation tool which helps identify packed samples.
Stars: ✭ 27 (-66.25%)
Mutual labels:  pefile

BetterGetProcAddress

POC of a better/faster implementation of GetProcAddress using binary search, see the benchmark directory for more info about speed

note that I'm using mingw-gcc, if that's not the case for you, you might need to provide some struct declarations such as the PEB, instead of including winternl.h

also shoutout to hyper and base64

writeup explaining how this works

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].