| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# function.cpp
|
|
Also adds support for parsing bitfields in PDB, DWARF and SVD plugins
WIP: API needs to be considered more, also need to find type related apis that may need to be rethought.
|
|
|
|
|
|
|
|
cause bugs and also issues with C++20
|
|
|
|
|
|
|
|
|
|
Pseudo Python example plugin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a more accurate name for what the parameter actually does. Documentation was improved as well.
|
|
|
|
|
|
|
|
See https://github.com/Vector35/binaryninja-api/issues/4751
|
|
|
|
|
|
|
|
|
|
structure creation overwrites inherited fields. Close https://github.com/Vector35/binaryninja-api/issues/4540
|
|
|
|
|
|
|
|
|
|
|
|
C++ API
|
|
|
|
|
|
|
|
|
|
|
|
Technically part of #2750
|
|
When compiling in C++ mode, the C++ standard library headers should be
included instead of their C counterparts.
Drive-by:
- Removed include of `json/json.h` from `settings.cpp`, where it was not
used
|
|
|
|
|
|
|
|
|