IDA C++ SDK 9.2
Loading...
Searching...
No Matches
input_file_t Struct Reference

#include <lumina.hpp>

Public Member Functions

 input_file_t (const char *__path=nullptr, const md5_t &__md5=md5_t())
void swap (input_file_t &other)
void serialize (bytevec_t *out, int version) const
bool deserialize (const uchar **ptr, size_t len, int version)

Public Attributes

qstring path
md5_t md5

Constructor & Destructor Documentation

◆ input_file_t()

input_file_t::input_file_t ( const char * __path = nullptr,
const md5_t & __md5 = md5_t() )
inline

Member Function Documentation

◆ swap()

void input_file_t::swap ( input_file_t & other)
inline

◆ serialize()

void input_file_t::serialize ( bytevec_t * out,
int version ) const

◆ deserialize()

bool input_file_t::deserialize ( const uchar ** ptr,
size_t len,
int version )

Member Data Documentation

◆ path

qstring input_file_t::path

◆ md5

md5_t input_file_t::md5

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