mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 12:42:36 +01:00
21 lines
275 B
C
21 lines
275 B
C
#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);
|