get-proc-address-rs 0.1.2

GetProcAdress implemented natively in rust with no external dependencies.
Documentation
  • Coverage
  • 2.59%
    3 out of 116 items documented3 out of 13 items with examples
  • Size
  • Source code size: 14.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 650.98 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zwsyscall

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.