Classes | |
struct | BinaryNinja::UpdateChannel |
struct | BinaryNinja::UpdateVersion |
UpdateVersion documentation. More... | |
struct BinaryNinja::UpdateChannel |
Public Member Functions | |
bool | AreUpdatesAvailable (uint64_t *expireTime, uint64_t *serverTime) |
BNUpdateResult | UpdateToVersion (const std::string &version) |
BNUpdateResult | UpdateToVersion (const std::string &version, const std::function< bool(size_t progress, size_t total)> &progress) |
BNUpdateResult | UpdateToLatestVersion () |
BNUpdateResult | UpdateToLatestVersion (const std::function< bool(size_t progress, size_t total)> &progress) |
Static Public Member Functions | |
static std::vector< UpdateChannel > | GetList () |
Public Attributes | |
std::string | name |
std::string | description |
std::string | latestVersion |
|
static |
bool UpdateChannel::AreUpdatesAvailable | ( | uint64_t * | expireTime, |
uint64_t * | serverTime ) |
BNUpdateResult BinaryNinja::UpdateChannel::UpdateToVersion | ( | const std::string & | version | ) |
BNUpdateResult BinaryNinja::UpdateChannel::UpdateToVersion | ( | const std::string & | version, |
const std::function< bool(size_t progress, size_t total)> & | progress ) |
BNUpdateResult UpdateChannel::UpdateToLatestVersion | ( | ) |
BNUpdateResult BinaryNinja::UpdateChannel::UpdateToLatestVersion | ( | const std::function< bool(size_t progress, size_t total)> & | progress | ) |
std::string BinaryNinja::UpdateChannel::name |
std::string BinaryNinja::UpdateChannel::description |
std::string BinaryNinja::UpdateChannel::latestVersion |
struct BinaryNinja::UpdateVersion |
UpdateVersion documentation.
Static Public Member Functions | |
static std::vector< UpdateVersion > | GetChannelVersions (const std::string &channel) |
Public Attributes | |
std::string | version |
std::string | notes |
time_t | time |
|
static |
std::string BinaryNinja::UpdateVersion::version |
std::string BinaryNinja::UpdateVersion::notes |
time_t BinaryNinja::UpdateVersion::time |