Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ SectionAlign
Method
SectionAlign
lib_fiber/cpp/src/detours/image.cpp:920–923 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
918
}
919
920
DWORD CImage::SectionAlign(DWORD nAddr)
921
{
922
return Align(nAddr, m_NtHeader.OptionalHeader.SectionAlignment);
923
}
924
925
//////////////////////////////////////////////////////////////////////////////
926
//
Callers
nothing calls this directly
Calls
1
Align
Function · 0.85
Tested by
no test coverage detected