summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2021-08-04Expose LLIL SSA Generation API.Brian Potchik
2021-07-30DataRenderer: Create binding for `RenderLinesForData`Jon Palmisciano
2021-07-29support for repository plugins loaded from a subdirectoryJordan Wiens
2021-07-28Add sidebar and move some dock widgets to itRusty Wagner
2021-07-26Remove default register optionKyleMiles
2021-07-26Python API : Fix copyright year, add .vars to IL functions, remove BNGetFunct...KyleMiles
2021-07-13Database apiGlenn Smith
2021-07-09Optionally annotate LLIL blocks and instructions with stack pointerGlenn Smith
2021-07-09Cleanup tags and comments in many placesGlenn Smith
2021-07-07DebugInfo - plugable debug information importers - C++, Rust, and Python APIsKyleMiles
2021-07-06Remove include of stdlib.h from binaryninjacore.hAndrew Lamoureux
2021-07-01BNCopyFile()Glenn Smith
2021-07-01Chunked uploads and cancelling uploadsGlenn Smith
2021-07-01Give tag types unique ids and stop relying on unique namesGlenn Smith
2021-07-01GetAllTagReferenceTypeCounts for optimized all-counts listGlenn Smith
2021-07-01Expose Tag::GetIdGlenn Smith
2021-07-01Change tag ids to stringGlenn Smith
2021-06-18Interactions: add default form valuesGlenn Smith
2021-06-12Function: Added `BNGetFunctionILVariables()` / `get_il_vars()` methodJon Palmisciano
2021-06-11Theme: Added `ScriptConsoleWarningColor`Jon Palmisciano
2021-06-11Add TypeReferenceChanged notificationXusheng
2021-05-28Improve calling convention support for variadic argument resolutionRyan Snyder
2021-05-26Add the ability to automatically create struct membersXusheng
2021-05-19Divide metadata into user and auto metadataXusheng
2021-05-04render non-member access to type on a new lineXusheng
2021-05-03BinaryView.create_user_function() now returns the created functionKyleMiles
2021-04-27Add disassembly options: show function address/indent HLIL functionsGlenn Smith
2021-04-26Add plugin status when dependencies are being installedPeter LaFosse
2021-04-22add persistent search resultXusheng
2021-04-20Add support for analysis hold.Brian Potchik
2021-04-20Add InitialState to Analysis.Brian Potchik
2021-04-19Fix Mach-O duplicate symbol handling for external relocations.Brian Potchik
2021-04-16add a DisassemblySettings* parameter to MLIL/HLIL functions that retrieve ins...Xusheng
2021-04-06Add support for duplicate symbol handling.Brian Potchik
2021-03-31Maintain preferred IL view when navigating among views which don't support ILs.Brian Potchik
2021-03-30Add ability to query for database backing of specific BinaryViewTypes and fix...Brian Potchik
2021-03-19Add BNGetParentPath APIPeter LaFosse
2021-03-19Add BNGetParentPath APIPeter LaFosse
2021-03-17Misc typo changes, const changes, code cleanup, and example updatesKyleMiles
2021-03-05Update BN_CURRENT_CORE_ABI_VERSIONPeter LaFosse
2021-03-02Add ability to install python dependenciesPeter LaFosse
2021-03-02Add common filesystem APIsPeter LaFosse
2021-03-01Add methods for creating wide char typesJosh Ferrell
2021-02-17add support for type xref and variable xrefXusheng
2021-02-12Add unresolved control-flow tracking and associated tag support.Brian Potchik
2021-01-27Add ABI version verification for pluginsRusty Wagner
2021-01-27Finish HLIL expression mapping APIs.Brian Potchik
2021-01-21Let calling conventions opt out of heuristicsGlenn Smith
2021-01-20Add get_lifted_ils_at API.Brian Potchik
2021-01-18updating copyright yearJordan Wiens