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 ProgressFunction &progress) |
| BNUpdateResult | UpdateToLatestVersion () |
| BNUpdateResult | UpdateToLatestVersion (const ProgressFunction &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 ProgressFunction & | progress ) |
| BNUpdateResult UpdateChannel::UpdateToLatestVersion | ( | ) |
| BNUpdateResult UpdateChannel::UpdateToLatestVersion | ( | const ProgressFunction & | 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 |