Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azr43lKn1ght/Rusty-PE-Packer
/ functions
Functions
39 in github.com/Azr43lKn1ght/Rusty-PE-Packer
⨍
Functions
39
◇
Types & classes
24
↓ 3 callers
Function
get_pe_magic
(buffer: *const u8)
Launcher/src/main.rs:180
↓ 3 callers
Method
offset
(&self)
Launcher/src/main.rs:625
↓ 2 callers
Function
count_relocation_entries
(block_size: u32)
Launcher/src/main.rs:865
↓ 2 callers
Function
read_remote_peb
(process_handle: HANDLE)
Launcher/src/main.rs:699
↓ 2 callers
Method
type_
(&self)
Launcher/src/main.rs:629
↓ 1 callers
Method
apply_keystream
(&mut self, data: &mut [u8])
Launcher/src/main.rs:415
↓ 1 callers
Method
apply_keystream
(&mut self, data: &mut [u8])
Packit/src/main.rs:41
↓ 1 callers
Function
find_gadget
(p_module: PVOID, callback_check: FnCheckGadget)
Launcher/src/main.rs:75
↓ 1 callers
Function
find_remote_peb
(process_handle: HANDLE)
Launcher/src/main.rs:667
↓ 1 callers
Function
get_nt_headers
(image_base: PVOID)
Launcher/src/main.rs:826
↓ 1 callers
Function
get_nt_unmap_view_of_section
()
Launcher/src/main.rs:847
↓ 1 callers
Function
get_process_address_information32
(process_info: &winapi::um::processthreadsapi::PROCESS_INFORMATION)
Launcher/src/main.rs:797
↓ 1 callers
Function
get_reloc_address64
(buffer: *const u8)
Launcher/src/main.rs:982
↓ 1 callers
Function
has_relocation32
(buffer: *const u8)
Launcher/src/main.rs:1269
↓ 1 callers
Function
has_relocation64
(buffer: *const u8)
Launcher/src/main.rs:870
↓ 1 callers
Function
initialize_nt_query_information_process
()
Launcher/src/main.rs:651
↓ 1 callers
Function
is_debugger_present
()
Launcher/src/main.rs:1833
↓ 1 callers
Function
process_list
()
Launcher/src/main.rs:1841
↓ 1 callers
Function
read_remote_image
(process_handle: HANDLE, image_base_address: PVOID)
Launcher/src/main.rs:723
↓ 1 callers
Function
read_remote_image32
(process_handle: HANDLE, image_base_address: PVOID)
Launcher/src/main.rs:756
↓ 1 callers
Function
read_remote_pe_magic
(process_handle: HANDLE, base_address: PVOID)
Launcher/src/main.rs:191
↓ 1 callers
Function
run_pe32
(process_info: &winapi::um::processthreadsapi::PROCESS_INFORMATION, buffer: *const u8)
Launcher/src/main.rs:999
↓ 1 callers
Function
run_pe64
(process_info: &winapi::um::processthreadsapi::PROCESS_INFORMATION, buffer: *const u8)
Launcher/src/main.rs:879
↓ 1 callers
Function
run_pe_reloc64
(process_info: &winapi::um::processthreadsapi::PROCESS_INFORMATION, buffer: *const u8)
Launcher/src/main.rs:1097
↓ 1 callers
Function
run_pereloc32
(process_info: &winapi::um::processthreadsapi::PROCESS_INFORMATION, buffer: *const u8)
Launcher/src/main.rs:1277
↓ 1 callers
Function
trigger_execution
()
Launcher/src/main.rs:112
↓ 1 callers
Function
verify_cpu
ANTI-ANALYSIS START-----------------
Launcher/src/main.rs:1874
↓ 1 callers
Function
verify_processes
()
Launcher/src/main.rs:1899
↓ 1 callers
Function
verify_ram
()
Launcher/src/main.rs:1886
↓ 1 callers
Function
wide_string
(s: &str)
Launcher/src/main.rs:426
Method
default
()
Launcher/src/main.rs:241
Function
fn_gadget_jmp_rax
(p_addr: PVOID)
Launcher/src/main.rs:86
Function
fn_unpack
()
Launcher/src/main.rs:1531
Function
get_loaded_image
(image_base: PVOID)
Launcher/src/main.rs:833
Function
main
()
Launcher/src/main.rs:1912
Function
main
()
Packit/src/main.rs:52
Method
new
(key: &[u8])
Launcher/src/main.rs:401
Method
new
(key: &[u8])
Packit/src/main.rs:27
Function
vectored_exception_handler
(exception_info: PEXCEPTION_POINTERS)
Launcher/src/main.rs:95