This repository was archived by the owner on Jul 11, 2022. It is now read-only.
Commit 6ac96c0
committed
Update API submodule to core ABI v20
1 parent 99d77b6 commit 6ac96c0
1 file changed
+1
-1
lines changedSubmodule BinaryNinjaAPI updated 99 files
- .github/ISSUE_TEMPLATE/bug_report.md+1
- CMakeLists.txt+3-3
- README.md+1-1
- api-docs/source/conf.py+28-13
- architecture.cpp+13
- basicblock.cpp+6
- binaryninjaapi.h+467-2
- binaryninjacore.h+193-16
- binaryview.cpp+82-10
- binaryviewtype.cpp+8
- database.cpp+9
- demangle.cpp+4-4
- docs/about/open-source.md+8-5
- docs/dev/api.md+1-1
- docs/dev/bnil-overview.md+13
- docs/dev/plugins.md+17
- docs/getting-started.md+20-3
- docs/guide/debugger.md+280
- docs/guide/troubleshooting.md+5
- docs/img/debugger/adaptersettings.png
- docs/img/debugger/breakpointwidget.png
- docs/img/debugger/contextmenu.png
- docs/img/debugger/controlbuttons.png
- docs/img/debugger/debuggerconsole.png
- docs/img/debugger/debuggerview.png
- docs/img/debugger/modulewidget.png
- docs/img/debugger/registerwidget.png
- docs/img/debugger/stacktracewidget.png
- docs/img/debugger/stackvariable.png
- docs/img/debugger/statuswidget.png
- docs/img/debugger/statuswidget2.png
- docs/img/debugger/syncgroup.png
- docs/img/debugger/targetterminal.png
- docs/img/debugger/ui.png
- examples/triage/CMakeLists.txt-6
- examples/uinotification/CMakeLists.txt-6
- filemetadata.cpp+15
- function.cpp+36-9
- highlevelil.cpp+1-1
- lowlevelilinstruction.cpp+2
- mediumlevelil.cpp+1-1
- mkdocs-stable.yml+1
- mkdocs.yml+1
- platform.cpp+4-4
- python/CMakeLists.txt+1-2
- python/__init__.py+18-1
- python/basicblock.py+1
- python/binaryview.py+45-21
- python/callingconvention.py+1-1
- python/commonil.py+5
- python/database.py+14-2
- python/debuginfo.py+24-25
- python/decorators.py+28-1
- python/enterprise.py+66-23
- python/enum/LICENSE-32
- python/enum/README-3
- python/enum/__init__.py-824
- python/examples/make_code.py+54
- python/function.py+23-4
- python/generator.cpp+12
- python/highlevelil.py+7-13
- python/interaction.py+3-6
- python/lineardisassembly.py+2-2
- python/lowlevelil.py+16-2
- python/mediumlevelil.py+2-2
- python/metadata.py+1-1
- python/plugin.py+5-3
- python/scriptingprovider.py+17-7
- python/secretsprovider.py+133
- python/typelibrary.py+40-24
- python/typeparser.py+589
- python/typeprinter.py+390
- python/types.py+258-144
- python/websocketprovider.py+1-1
- rust/README.md+1-1
- rust/src/custombinaryview.rs+62-34
- rust/src/lib.rs+1-1
- rust/src/types.rs+34
- scriptingprovider.cpp+7-1
- scripts/install_api.py+11-5
- scripts/test_build_extern.py-2
- sphinx_rtd/layout.html+6-1
- suite/api_test.py+439-23
- suite/generator.py+14
- suite/testcommon.py+64-71
- type.cpp+204-13
- typeparser.cpp+513
- typeprinter.cpp+400
- ui/clickablelabel.h+7-1
- ui/createtypedialog.h+5-2
- ui/flowgraphwidget.h+2-1
- ui/linearview.h+1-1
- ui/logview.h+4-8
- ui/pane.h+10-1
- ui/scriptingconsole.h+2-1
- ui/settingsview.h+1
- ui/tokenizedtextview.h+1-1
- ui/uicontext.h+10
- ui/viewframe.h+20-11
0 commit comments