Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xflux/Rust-Hells-Gate
/ functions
Functions
8 in github.com/0xflux/Rust-Hells-Gate
⨍
Functions
8
◇
Types & classes
2
↓ 3 callers
Function
read_memory
Read memory of any type
src/main.rs:334
↓ 1 callers
Function
cli_pid
Get the pid from the commandline arguments, positioned in the 1st positional argument
src/main.rs:84
↓ 1 callers
Function
get_function_from_exports
Get the function address of a function in a specified DLL from the DLL Base. # Parameters dll_name -> the name of the DLL / module you are wanting to
src/main.rs:250
↓ 1 callers
Function
get_module_base
(module_name: &str)
src/main.rs:181
↓ 1 callers
Function
get_ssn
Get the SSN of the NTAPI function we wish to call
src/main.rs:116
↓ 1 callers
Function
nt_open_process
https://microsoft.github.io/windows-docs-rs/doc/windows/Win32/System/Threading/fn.OpenProcess.html Make a system call to the equivalent of NtOpenProce
src/main.rs:137
Function
exception_filter
Exception filter to catch and handle exceptions, without this you will just get very generic exceptions that make it almost impossible to find the iss
src/main.rs:167
Function
main
()
src/main.rs:15