summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2020-10-15Deprecate BNInitCorePlugins/BNInitUserPlugins in favor of a common BNInitPlug...Rusty Wagner
2020-10-14Fix indent in two placesGlenn Smith
2020-10-14Don't build uinotification plugin on headless buildGlenn Smith
2020-10-14UIContext notifications (eg file open/save)Glenn Smith
2020-10-09remove comma in Python codeXusheng
2020-09-28add cycleILView()Xusheng
2020-09-27Fix 'weak symbol override' warnings.Brian Potchik
2020-08-27make setSelectionOffsets() pure virtualXusheng
2020-08-07add current base for PE headers in TriageXusheng
2020-07-20Fix triage output directory in internal buildRusty Wagner
2020-07-17Switch build system to cmakeRusty Wagner
2020-07-18show current base of the binary in Triage viewXusheng
2020-07-03Allow triage view navigation via featuremap for firmwares with no entry point.Brian Potchik
2020-07-01Fix native API examples to cleanly shut BN CoreChinmay
2020-06-23Weak symbols should also display as exportedPeter LaFosse
2020-06-09Fix warningsRusty Wagner
2020-05-31Fix Qt 5.15.0 deprecation warnings.Brian Potchik
2020-05-29Update to Qt 5.15Rusty Wagner
2020-04-24Add intermediate analysis mode.Brian Potchik
2019-11-24Update triage files.cpp examplerollsafe
2019-08-28add preference for showing hidden files in triageJordan Wiens
2019-08-02Refactor settings system to be reference counted.Brian Potchik
2019-07-24small typo fixup in triage toolJordan Wiens
2019-06-13Initial rebase on file load support.Brian Potchik
2019-05-25Fix remaining button state tracking bugs.Brian Potchik
2019-05-24Limit size of entropy image to fix crashRusty Wagner
2019-05-21Bring Python triage plugin changes to C++, don't default to raw files always ...Rusty Wagner
2019-04-02Add a C++ version of the triage plugin (no Makefile yet)Rusty Wagner
2019-02-27Greatly improved CMake builds + Fixed tests compilationBrick
2018-08-31Merging with devPeter LaFosse
2018-08-26Add support for new constant type EXTERN_PTRPeter LaFosse
2018-08-16Adding EXTERN_PTR typePeter LaFosse
2018-08-14Adding LLIL_RELOC_PTRPeter LaFosse
2018-07-24Fix CMakeLists.txt for both mlil_parser and llil_parser examples (#1061)Josh Watson
2018-04-25Adding tailcall analysis to the core.Brian Potchik
2018-02-26Advance submodule reference.Brian Potchik
2018-02-23Add APIs for subclassing or hooking an existing architecture in C/C++Rusty Wagner
2017-12-12Add fixes for x86_extension wrapperPeter LaFosse
2017-11-21example: use arch plugins for cmdline disassemblerAndrew Lamoureux
2017-11-13Add GetInstructionAlignment Callback to Architecture.Brian Potchik
2017-11-07Update to latest asmx86Peter LaFosse
2017-08-30Adding helper functions to x86 extensionPeter LaFosse
2017-08-19Add C++ x86 architecture wrapper for extending architecturesPeter LaFosse
2017-08-05Refactor IL instruction access APIsRusty Wagner
2017-07-16A LLIL C++ API Parser example with in depth build notes (#721)Robert Yates
2017-03-15Merge branch 'dev' into devAndrew Lamoureux
2017-03-15build explanation, windows make filesAndrew Lamoureux
2016-12-06CMake files for binaryninjaapi and breakpointJohn Hurlman
2016-12-06Add example C++ plugin: breakpointJohn Hurlman
2016-08-25Removed dynamic linking. Added c++ version of arm-syscall python plugin. Rena...Bambu