get-proc-address-rs

Crates.ioget-proc-address-rs
lib.rsget-proc-address-rs
version0.1.2
created_at2025-04-30 22:27:45.922675+00
updated_at2025-04-30 22:33:43.816531+00
descriptionGetProcAdress implemented natively in rust with no external dependencies.
homepagehttps://github.com/zwsyscall/get-proc-address-rs
repository
max_upload_size
id1655506
size15,169
zwsyscall (zwsyscall)

documentation

https://docs.rs/get-proc-address-rs/0.1.0

README

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.

Commit count: 0

cargo fmt