MCPcopy Create free account
hub / github.com/lief-project/LIEF / DataHandlerStream

Method DataHandlerStream

src/ELF/DataHandler/Handler.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32class DataHandlerStream : public BinaryStream {
33 public:
34 DataHandlerStream(std::vector<uint8_t>& ref) :
35 BinaryStream(STREAM_TYPE::ELF_DATA_HANDLER),
36 data_{ref}
37 {
38 }
39
40 ~DataHandlerStream() override = default;
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected