summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
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
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 paren...Rusty Wagner
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
2015-03-20Load PDB symbols on WindowsRusty Wagner
2015-03-20Function list filtering UIRusty Wagner
2015-03-20Code cross references, undo for creation of functionsRusty Wagner
2015-03-19Update function list when analysis finds new functionsRusty Wagner
2015-03-19Improve performance by avoiding heavy lock contentionRusty Wagner
2015-03-19Add parsing of ELF symbol tablesRusty Wagner
2015-03-18Add a symbol management APIRusty Wagner
2015-03-16Improved graph layout algorithm, add trivial edges until edge routing is writtenRusty Wagner
2015-03-10Implement make function hotkey and disassembly navigationRusty Wagner
2015-03-04Modify architecture API for less allocations and more flexibilityRusty Wagner
2015-03-04Add architecture to graph edges, and add edge routing data field for layoutRusty Wagner
2015-03-03Add a logging systemRusty Wagner
2015-03-03Don't store instruction size list as it can be easily regeneratedRusty Wagner
2015-03-03Fix crashes on file close when analysis is still runningRusty Wagner
2015-02-21Handle sizing and complete event for disassembly viewRusty Wagner
2015-02-20Very early disassembly view renderingRusty Wagner
2015-02-20Initial code for generating function graphsRusty Wagner
2015-02-19Add APIs for accessing function informationRusty Wagner
2015-02-18Add simple basic block analysisRusty Wagner
2015-02-16Add architecture plugin type, x86 plugin, and get ready for threadsRusty Wagner
2015-02-16Restyle the code to use smart tabsRusty Wagner