postrequest / dynamic-winapiLinks
Dynamic rust bindings to the Windows API
☆16Updated 4 years ago
Alternatives and similar repositories for dynamic-winapi
Users that are interested in dynamic-winapi are comparing it to the libraries listed below
Sorting:
- Rust implementation of lazy_importer☆56Updated last year
- Inject a shellcode in a remote process using Process Hollowing.☆52Updated 3 years ago
- Reflective DLL self-loading as a library☆20Updated 2 months ago
- Rust bindings for VMProtect.☆26Updated last year
- A thin Rust wrapper around Windows' hardware breakpoints.☆21Updated 3 years ago
- improved shellcode template for b1tg/rust-windows-shellcode☆28Updated 4 years ago
- Host CLR and run .NET binaries using Rust☆114Updated last week
- (First Public?) Sample of unhooking ntdll (All Exports & IAT imports) hooks in Rust using in-memory disassembly, avoiding direct syscalls…