Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atrexus/vulkan
/ section_headers
Method
section_headers
src/pe/section_headers.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
namespace vulkan::pe
10
{
11
section_headers::section_headers( PIMAGE_NT_HEADERS nt_headers ) noexcept : _nt_headers( nt_headers )
12
{
13
realign( );
14
}
15
16
void section_headers::realign( ) const noexcept
17
{
Callers
1
resolve_sections
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected