index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
architecture.cpp
Age
Commit message (
Expand
)
Author
2016-10-20
Add API for multiple architectures distinguished by address
Rusty Wagner
2016-08-23
Fix some memory leaks
Rusty Wagner
2016-07-29
Add API to set display type of integers
Rusty Wagner
2016-07-15
Add API for instruction length and option for showing opcodes in disassembly
Rusty Wagner
2016-05-08
Add additional IL stage for flags resolution
Rusty Wagner
2016-05-03
Add APIs for flag information and data flow
Rusty Wagner
2016-04-10
Add MIT license for API wrappers
Rusty Wagner
2016-01-31
Refactor API to fix design bug that causes use-after-free on many plugin objects
Rusty Wagner
2016-01-25
Initial implementation of platform ABI classes
Rusty Wagner
2015-09-04
Add type classes to Python API
Rusty Wagner
2015-09-03
Implement low level IL from Python
Rusty Wagner
2015-08-29
Implement part of the Python API to register new architectures
Rusty Wagner
2015-08-18
Allow plugins to specify ELF relocation types, add imported data symbol support
Rusty Wagner
2015-08-17
Architecture-specific function recognizers and ARM64 PLT analysis
Rusty Wagner
2015-08-11
Fix uninitialized member of instruction info structure
Rusty Wagner
2015-07-31
Find functions that don't return based on control flow, and use that in paren...
Rusty Wagner
2015-07-29
Show basic register data flow information on hover
Rusty Wagner
2015-07-28
Initial implementation of type info
Rusty Wagner
2015-07-26
Adding support for branch delay slots
plafosse
2015-07-15
Starting implementation of register analysis
Rusty Wagner
2015-07-10
Initial implementation of low level IL
Rusty Wagner
2015-05-19
Quick patches in right click menu
Rusty Wagner
2015-04-06
Implement follow pointer in hex view
Rusty Wagner
2015-03-21
Add assemble dialog and use nasm for x86/x86_64
Rusty Wagner
2015-03-04
Modify architecture API for less allocations and more flexibility
Rusty Wagner
2015-03-04
Add architecture to graph edges, and add edge routing data field for layout
Rusty Wagner
2015-02-20
Very early disassembly view rendering
Rusty Wagner
2015-02-20
Initial code for generating function graphs
Rusty Wagner
2015-02-16
Add architecture plugin type, x86 plugin, and get ready for threads
Rusty Wagner