Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/b1tg/rust-windows-shellcode
/ HINSTANCE__
Enum
HINSTANCE__
shellcode/src/binds.rs:104–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
type HMODULE = HINSTANCE;
103
type HINSTANCE = *mut HINSTANCE__;
104
pub enum HINSTANCE__ {}
105
// ====
106
#[repr(C)]
107
pub struct IMAGE_DATA_DIRECTORY {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected