MCPcopy Create free account
hub / github.com/NtQuery/Scylla / alignValue

Method alignValue

Scylla/PeParser.cpp:827–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825}
826
827DWORD PeParser::alignValue(DWORD badValue, DWORD alignTo)
828{
829 return (((badValue + alignTo - 1) / alignTo) * alignTo);
830}
831
832bool PeParser::addNewLastSection(const CHAR * sectionName, DWORD sectionSize, BYTE * sectionData)
833{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected