Skip to content

zwsyscall/get-proc-address-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get-Proc-Address-rs

This crate exposes a rust native implementation of the windows GetProcAddress function. No external dependencies and no WinApi calls are used.

Tested to work on both x86 and x86_64 architectures.

This crate is filled with unsafe code as we are handling raw pointers.

About

Rust native implementation of GetProcAddress with no dependencies.

Resources

License

Stars

Watchers

Forks

Languages