| Crates.io | get-proc-address-rs |
| lib.rs | get-proc-address-rs |
| version | 0.1.2 |
| created_at | 2025-04-30 22:27:45.922675+00 |
| updated_at | 2025-04-30 22:33:43.816531+00 |
| description | GetProcAdress implemented natively in rust with no external dependencies. |
| homepage | https://github.com/zwsyscall/get-proc-address-rs |
| repository | |
| max_upload_size | |
| id | 1655506 |
| size | 15,169 |
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.