MCPcopy 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
920DWORD CImage::SectionAlign(DWORD nAddr)
921{
922 return Align(nAddr, m_NtHeader.OptionalHeader.SectionAlignment);
923}
924
925//////////////////////////////////////////////////////////////////////////////
926//

Callers

nothing calls this directly

Calls 1

AlignFunction · 0.85

Tested by

no test coverage detected