summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Collapse)Author
2016-01-01Armv7 lifting initial check inplafosse
2015-12-30Allow opening a new tab or window to the same file, updates take effect in bothRusty Wagner
2015-12-29Show cross references for entire range when selecting multiple bytesRusty Wagner
2015-12-14Plugin command UIRusty Wagner
2015-12-14Backend code for plugin command registrationRusty Wagner
2015-12-10Backend string finding and API to fetch string listRusty Wagner
2015-11-02Don't allow update to be aborted in critical path, and fixes for updating ↵Rusty Wagner
after manually overwriting a build
2015-10-28Implement auto update functionalityRusty Wagner
2015-10-27Implement update API (no UI yet)Rusty Wagner
2015-10-16Implement update version list APIRusty Wagner
2015-10-15Add API to get list of valid channels and latest version for active licenseRusty Wagner
2015-09-17Add version information when buildingRusty Wagner
2015-09-04Add type classes to Python APIRusty Wagner
2015-09-03Implement low level IL from PythonRusty Wagner
2015-09-01Add user plugins and Python plugin supportRusty Wagner
2015-08-29Implement part of the Python API to register new architecturesRusty Wagner
2015-08-28Binary view API cleanup, and add reader/writer class to Python APIRusty Wagner
2015-08-28Add the rest of the binary view APIs and custom binary views to Python APIRusty Wagner
2015-08-21Adding type parserRusty Wagner
2015-08-19Add C preprocessor in preparation for type parsingRusty Wagner
2015-08-18Computed address and string annotationsRusty Wagner
2015-08-18Allow plugins to specify ELF relocation types, add imported data symbol supportRusty Wagner
2015-08-17Architecture-specific function recognizers and ARM64 PLT analysisRusty Wagner
2015-08-17Refactor ELF parser to use dynamic program header instead of section headers ↵Rusty Wagner
for imports
2015-08-16Typedefing llil identifiers as ExprIdplafosse
2015-08-14Recognize PLT entries on x86 LinuxRusty Wagner
2015-07-31Find functions that don't return based on control flow, and use that in ↵Rusty Wagner
parent functions
2015-07-29Show basic register data flow information on hoverRusty Wagner
2015-07-29Show hex editor when hovering over an address that isn't a functionRusty Wagner
2015-07-28Initial implementation of type infoRusty Wagner
2015-07-26Adding support for branch delay slotsplafosse
2015-07-22Add support for commenting in disassembly graphRusty Wagner
2015-07-15Compute data flow across blocks, disassembly options dropdownRusty Wagner
2015-07-15Starting implementation of register analysisRusty Wagner
2015-07-10Additional instructions for x86 -> ILRusty Wagner
2015-07-10Initial implementation of low level ILRusty Wagner
2015-05-30Move analysis undo events into core, and add P hotkey to disassembly viewRusty Wagner
2015-05-24Add UI for cross references, and generate them for code to data refsRusty Wagner
2015-05-19Quick patches in right click menuRusty Wagner
2015-05-13zlib compression transformRusty Wagner
2015-05-13Base64 transformRusty Wagner
2015-04-28Implement renaming of functions with persistence and undoRusty Wagner
2015-04-27Restore defined functions from databaseRusty Wagner
2015-04-27Initial database save/open, just file contents right nowRusty Wagner
2015-04-26Add serialization API for undo actions to prepare for storing in databaseRusty Wagner
2015-04-06Implement follow pointer in hex viewRusty Wagner
2015-03-23Add E hotkey to in-place edit instructions in graph viewRusty Wagner
2015-03-21Add maximum symbol name length in graph viewRusty Wagner
2015-03-21Auto update graph when file contents changeRusty Wagner
2015-03-21Add assemble dialog and use nasm for x86/x86_64Rusty Wagner