| Age | Commit message (Expand) | Author |
| 2016-04-11 | adding readme, arm-syscall, bin-info, and breakpoint plugins | Jordan Wiens |
| 2016-04-10 | Add gitignore | Rusty Wagner |
| 2016-04-10 | Update README.md | Jordan |
| 2016-04-10 | remove broken license check | Jordan Wiens |
| 2016-04-10 | fix for #218 | Jordan Wiens |
| 2016-04-10 | clarify readme | Jordan Wiens |
| 2016-04-10 | readme and license for new repo | Jordan Wiens |
| 2016-04-10 | Add MIT license for API wrappers | Rusty Wagner |
| 2016-04-10 | Move all of API and Python bindings into api directory | Rusty Wagner |
| 2016-04-10 | Show stack variables and implement naming, undo, and persistence | Rusty Wagner |
| 2016-04-05 | Add backend support for discovering stack variables | Rusty Wagner |
| 2016-04-04 | Fix extra references causing leaks | Rusty Wagner |
| 2016-02-03 | Don't overwrite existing symbols when creating imported functions | Rusty Wagner |
| 2016-02-02 | Detect system calls that do not return | Rusty Wagner |
| 2016-01-31 | Create functions and types from function pointer parameters, now finds main()... | Rusty Wagner |
| 2016-01-31 | Refactor API to fix design bug that causes use-after-free on many plugin objects | Rusty Wagner |
| 2016-01-27 | Implement platform type libraries, though types folder is not yet automatical... | Rusty Wagner |
| 2016-01-25 | Initial implementation of platform ABI classes | Rusty Wagner |
| 2016-01-01 | Armv7 lifting initial check in | plafosse |
| 2015-12-30 | Allow opening a new tab or window to the same file, updates take effect in both | Rusty Wagner |
| 2015-12-29 | Show cross references for entire range when selecting multiple bytes | Rusty Wagner |
| 2015-12-14 | Plugin command UI | Rusty Wagner |
| 2015-12-14 | Backend code for plugin command registration | Rusty Wagner |
| 2015-12-10 | Backend string finding and API to fetch string list | Rusty Wagner |
| 2015-11-02 | Don't allow update to be aborted in critical path, and fixes for updating aft... | Rusty Wagner |
| 2015-10-28 | Implement auto update functionality | Rusty Wagner |
| 2015-10-27 | Implement update API (no UI yet) | Rusty Wagner |
| 2015-10-16 | Implement update version list API | Rusty Wagner |
| 2015-10-15 | Add API to get list of valid channels and latest version for active license | Rusty Wagner |
| 2015-09-17 | Add version information when building | Rusty Wagner |
| 2015-09-08 | Refactor navigation handlers so that Python can interact with them properly | 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-09-01 | Add user plugins and Python plugin support | Rusty Wagner |
| 2015-08-29 | Implement part of the Python API to register new architectures | Rusty Wagner |
| 2015-08-28 | Binary view API cleanup, and add reader/writer class to Python API | Rusty Wagner |
| 2015-08-28 | Add the rest of the binary view APIs and custom binary views to Python API | Rusty Wagner |
| 2015-08-26 | Get some of the binary view APIs into Python | Rusty Wagner |
| 2015-08-21 | Adding type parser | Rusty Wagner |
| 2015-08-19 | Add C preprocessor in preparation for type parsing | Rusty Wagner |
| 2015-08-18 | Computed address and string annotations | Rusty Wagner |
| 2015-08-18 | Allow plugins to specify ELF relocation types, add imported data symbol support | Rusty Wagner |
| 2015-08-17 | Remove core header from API code | Rusty Wagner |
| 2015-08-17 | Architecture-specific function recognizers and ARM64 PLT analysis | Rusty Wagner |
| 2015-08-17 | Refactor ELF parser to use dynamic program header instead of section headers ... | Rusty Wagner |
| 2015-08-17 | Merge branch 'makefile_refactor' | Rusty Wagner |
| 2015-08-16 | Typedefing llil identifiers as ExprId | plafosse |
| 2015-08-16 | Move qmake project files so that compilers will give the full path to files w... | Rusty Wagner |
| 2015-08-14 | Recognize PLT entries on x86 Linux | Rusty Wagner |
| 2015-08-11 | Fix uninitialized member of instruction info structure | Rusty Wagner |