summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2021-09-30Remove unsafe BNDeleteAutoVariablePeter LaFosse
2021-09-30Core: Add new `UnknownMemoryToken` token typeJon Palmisciano
2021-09-28Add Refactor Symbol to CoreSymbol and SymbolPeter LaFosse
2021-09-27Better support for change type in linear viewXusheng
2021-09-17Raise an exception when attempting to write to memory which has a relocationPeter LaFosse
2021-09-06Add BNTypeBuilderSetChildTypePeter LaFosse
2021-09-05Remove CreateEnumerationBuilderOfWidth instead just use the normal API and p...Peter LaFosse
2021-09-05Make use of BNGetRealVariableName for variable namesPeter LaFosse
2021-09-05Add TypeBuilder SetAlternateName/SetParameters/SetSignedPeter LaFosse
2021-09-05Move MemberAccess/MemberScope to StructureMemberPeter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05Fix some misspells in various enumerationsPeter LaFosse
2021-09-05Add ability for TypeBuilder objects to utilize StructureBuilder/EnumerationBu...Peter LaFosse
2021-08-20Workflows basic blocks and IL function analysis setters.Brian Potchik
2021-08-20platforms: specify platform types and add bvt platform callbacksRyan Snyder
2021-08-17Websocket providerGlenn Smith
2021-08-13Workflows early preview.Brian Potchik
2021-08-05Also return the incomingType member in TypeFieldReferenceXusheng
2021-08-04Add query mode to flow graph reports.Brian Potchik
2021-08-04Expose some BasicBlock APIs.Brian Potchik
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