MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / RegisterValue

Class RegisterValue

binaryninjaapi.h:4471–4488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4469 };
4470
4471 struct RegisterValue
4472 {
4473 BNRegisterValueType state;
4474 int64_t value;
4475 int64_t offset;
4476 size_t size;
4477
4478 bool operator==(const RegisterValue& a) const;
4479 bool operator!=(const RegisterValue& a) const;
4480
4481 RegisterValue();
4482
4483 bool IsConstant() const;
4484 bool IsConstantData() const;
4485
4486 static RegisterValue FromAPIObject(const BNRegisterValue& value);
4487 BNRegisterValue ToAPIObject();
4488 };
4489
4490 struct QualifiedNameAndType;
4491 struct PossibleValueSet;

Callers 3

GetValueMethod · 0.70
GetIncomingFlagValueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected