| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Most members were initialized within the constructor, but a couple were
only initialized later and could in some cases be accessed before being
initialized.
Members of types without default constructors are now initialized via
default member initializers unless they're initialized in the class's
member initializer list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/6132
|
|
|
|
Update collapse code to support PseudoC
|
|
Pseudo Python example plugin
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/2725
|
|
|
|
|
|
|
|
deduplication
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of updating a lot, have a bail condition to prevent future bugs
|
|
https://github.com/Vector35/binaryninja-api/issues/4327.
|
|
|
|
|
|
|
|
|
|
QWidget::update
|
|
|
|
|
|
|