Skip to content

Tags: Vector35/binaryninja-api

Tags

dev/5.3.9048

Toggle dev/5.3.9048's commit message
Annotate deprecated C++ APIs

A `BN_DEPRECATED` macro is introduced that expands to a `[[deprecated(msg)]]`
attribute. Using functions that are annotated as deprecated will
generate a compiler warning. This should help make users aware that they
should migrate to replacement APIs.

dev/5.3.9046

Toggle dev/5.3.9046's commit message
Annotate deprecated C++ APIs

A `BN_DEPRECATED` macro is introduced that expands to a `[[deprecated(msg)]]`
attribute. Using functions that are annotated as deprecated will
generate a compiler warning. This should help make users aware that they
should migrate to replacement APIs.

dev/5.3.9039

Toggle dev/5.3.9039's commit message
Annotate deprecated C++ APIs

A `BN_DEPRECATED` macro is introduced that expands to a `[[deprecated(msg)]]`
attribute. Using functions that are annotated as deprecated will
generate a compiler warning. This should help make users aware that they
should migrate to replacement APIs.

dev/5.3.9038

Toggle dev/5.3.9038's commit message
Annotate deprecated C++ APIs

A `BN_DEPRECATED` macro is introduced that expands to a `[[deprecated(msg)]]`
attribute. Using functions that are annotated as deprecated will
generate a compiler warning. This should help make users aware that they
should migrate to replacement APIs.

dev/5.3.9033

Toggle dev/5.3.9033's commit message
Annotate deprecated C++ APIs

A `BN_DEPRECATED` macro is introduced that expands to a `[[deprecated(msg)]]`
attribute. Using functions that are annotated as deprecated will
generate a compiler warning. This should help make users aware that they
should migrate to replacement APIs.

dev/5.3.9031

Toggle dev/5.3.9031's commit message
Update function recognizer to detect ILP32 plt entries

dev/5.3.9028

Toggle dev/5.3.9028's commit message
Update function recognizer to detect ILP32 plt entries

dev/5.3.9025

Toggle dev/5.3.9025's commit message
Update function recognizer to detect ILP32 plt entries

dev/5.3.9017

Toggle dev/5.3.9017's commit message
Improve filename handling for container files.

dev/5.3.9011

Toggle dev/5.3.9011's commit message
[Rust] Update allowed licenses