MCPcopy Create free account
hub / github.com/LongSoft/UEFITool / reconstructImageFile

Method reconstructImageFile

ffsengine.cpp:4214–4217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4212}
4213
4214UINT8 FfsEngine::reconstructImageFile(QByteArray & reconstructed)
4215{
4216 return reconstruct(model->index(0, 0), reconstructed);
4217}
4218
4219// Search routines
4220UINT8 FfsEngine::findHexPattern(const QModelIndex & index, const QByteArray & hexPattern, const UINT8 mode)

Callers 4

saveImageFileMethod · 0.80
patchFromFileMethod · 0.80
patchFromArgMethod · 0.80
replaceMethod · 0.80

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected