wut/tools/readrpl/verify.h

21 lines
275 B
C
Raw Normal View History

2018-05-25 00:32:08 +02:00
#pragma once
#include "readrpl.h"
bool
verifyFile(const Rpl &rpl);
bool
verifyCrcs(const Rpl &rpl);
bool
verifyFileBounds(const Rpl &rpl);
bool
verifyRelocationTypes(const Rpl &rpl);
bool
verifySectionAlignment(const Rpl &rpl);
bool
verifySectionOrder(const Rpl &rpl);