winchecksec
Loading...
Searching...
No Matches
Public Member Functions | List of all members
checksec::impl::LoadedImage Class Reference

#include <checksec.h>

Public Member Functions

 LoadedImage (const std::string path)
 
 ~LoadedImage ()
 
 LoadedImage (const LoadedImage &)=delete
 
LoadedImageoperator= (const LoadedImage &)=delete
 
peparse::parsed_pe * get () const
 

Detailed Description

A RAII wrapped for pe-parse::parsed_pe.

Constructor & Destructor Documentation

◆ LoadedImage() [1/2]

checksec::impl::LoadedImage::LoadedImage ( const std::string  path)
inlineexplicit

◆ ~LoadedImage()

checksec::impl::LoadedImage::~LoadedImage ( )
inline

◆ LoadedImage() [2/2]

checksec::impl::LoadedImage::LoadedImage ( const LoadedImage )
delete

Member Function Documentation

◆ get()

peparse::parsed_pe * checksec::impl::LoadedImage::get ( ) const
inline

◆ operator=()

LoadedImage & checksec::impl::LoadedImage::operator= ( const LoadedImage )
delete

The documentation for this class was generated from the following file: