Binary Ninja API C++: Update
Classes | |
| struct | BinaryNinja::UpdateChannel |
| struct | BinaryNinja::UpdateVersion |
| UpdateVersion documentation. More... | |
◆ BinaryNinja::UpdateChannel
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 |
◆ GetList()
|
static |
◆ AreUpdatesAvailable()
| bool UpdateChannel::AreUpdatesAvailable | ( | uint64_t * | expireTime, |
| uint64_t * | serverTime ) |
◆ UpdateToVersion() [1/2]
| BNUpdateResult BinaryNinja::UpdateChannel::UpdateToVersion | ( | const std::string & | version | ) |
◆ UpdateToVersion() [2/2]
◆ UpdateToLatestVersion() [1/2]
◆ UpdateToLatestVersion() [2/2]
◆ name
std::string BinaryNinja::UpdateChannel::name
◆ description
std::string BinaryNinja::UpdateChannel::description
◆ latestVersion
std::string BinaryNinja::UpdateChannel::latestVersion
◆ BinaryNinja::UpdateVersion
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 |
◆ GetChannelVersions()
|
static |
◆ version
std::string BinaryNinja::UpdateVersion::version
◆ notes
std::string BinaryNinja::UpdateVersion::notes
◆ time
time_t BinaryNinja::UpdateVersion::time