Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changeofpace/Self-Remapping-Code
/ functions
Functions
14 in github.com/changeofpace/Self-Remapping-Code
⨍
Functions
14
◇
Types & classes
6
↓ 8 callers
Function
GetPeSectionByName
Self-Remapping Code/pe_header.cpp:48
↓ 4 callers
Function
FillPEHeader
Self-Remapping Code/pe_header.cpp:6
↓ 2 callers
Function
IsValidPEHeader
Self-Remapping Code/pe_header.cpp:36
↓ 1 callers
Function
GetSizeOfImage
Self-Remapping Code/pe_header.cpp:56
↓ 1 callers
Function
TestVirtualProtect
Verify that we're unable set .text or .rdata's page protection via NtProtectVirtualMemory. e.g., changing .text from PAGE_EXECUTE_READ to PAGE_EXECUTE
Self-Remapping Code/main.cpp:52
↓ 1 callers
Function
ValidateSectionAlignment
Verify that .rdata and .data's base addresses are a multiple of the system allocation granularity.
Self-Remapping Code/main.cpp:13
Function
FillRemotePEHeader
Self-Remapping Code/pe_header.cpp:22
Method
NtCreateSection
Self-Remapping Code/ntapi.cpp:8
Method
NtMapViewOfSection
Self-Remapping Code/ntapi.cpp:27
Method
NtProtectVirtualMemory
Self-Remapping Code/ntapi.cpp:66
Method
NtUnmapViewOfSection
Self-Remapping Code/ntapi.cpp:49
Method
RemapSelfImage
Self-Remapping Code/remap.cpp:8
Function
main
Self-Remapping Code/main.cpp:111
Method
text
Self-Remapping Code/filler.cpp:5