MCPcopy Create free account
hub / github.com/NetSPI/BOF-PE / Exceptions

Method Exceptions

loader/Pe.hpp:1919–1922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1917
1918public:
1919 explicit Exceptions(const Pe<arch>& pe) noexcept
1920 : m_descriptor(pe.template directory<DirExceptions>())
1921 {
1922 }
1923
1924 const DirectoryDescriptor<DirExceptions>& descriptor() const noexcept
1925 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected