summaryrefslogtreecommitdiff
path: root/examples/mlil_parser
AgeCommit message (Expand)Author
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-05-22Extend MLIL call instruction outputs to be expressionsRusty Wagner
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2024-05-17Update C++ example code to use BinaryNinja::Load to open a file. Fix https://...Xusheng
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner
2023-02-19Account for BinaryData::Ctor potentially failingGlenn Smith
2022-11-20Initial constant expression builtin outliner.Brian Potchik
2022-11-10Include C++ standard headersChristian Blichmann
2022-08-08Use BinaryNinja::GetBundledPluginPath() to get the bundled plugin path. Close...Xusheng
2022-02-03CMake: consistency with arch/platform pluginsGlenn Smith
2022-02-02Fix examples including binaryninjaapi twice on internal buildsGlenn Smith
2022-02-02Fancier CMake: find scripts, out-of-tree example buildsGlenn Smith
2022-01-28Format All FilesKyleMiles
2020-11-10Fix warningsRusty Wagner
2020-11-06fix UI plugin build and update build instructionsXusheng
2020-10-15Deprecate BNInitCorePlugins/BNInitUserPlugins in favor of a common BNInitPlug...Rusty Wagner
2020-09-27Fix 'weak symbol override' warnings.Brian Potchik
2020-07-17Switch build system to cmakeRusty Wagner
2020-07-01Fix native API examples to cleanly shut BN CoreChinmay
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-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
2017-08-05Refactor IL instruction access APIsRusty Wagner