|
IDA C++ SDK 9.2
|
#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 |
|
inline |
| qstring input_file_t::path |
| md5_t input_file_t::md5 |