MCPcopy Create free account
hub / github.com/acl-dev/acl / FileAlign

Method FileAlign

lib_fiber/cpp/src/detours/image.cpp:915–918  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

913//////////////////////////////////////////////////////////////////////////////
914//
915DWORD CImage::FileAlign(DWORD nAddr)
916{
917 return Align(nAddr, m_NtHeader.OptionalHeader.FileAlignment);
918}
919
920DWORD CImage::SectionAlign(DWORD nAddr)
921{

Callers

nothing calls this directly

Calls 1

AlignFunction · 0.85

Tested by

no test coverage detected