| Age | Commit message (Expand) | Author |
| 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-17 | Refactor ELF parser to use dynamic program header instead of section headers ... | Rusty Wagner |
| 2015-08-16 | Typedefing llil identifiers as ExprId | plafosse |
| 2015-08-14 | Recognize PLT entries on x86 Linux | 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-29 | Show hex editor when hovering over an address that isn't a function | Rusty Wagner |
| 2015-07-28 | Initial implementation of type info | Rusty Wagner |
| 2015-07-26 | Adding support for branch delay slots | plafosse |
| 2015-07-22 | Add support for commenting in disassembly graph | Rusty Wagner |
| 2015-07-15 | Compute data flow across blocks, disassembly options dropdown | Rusty Wagner |
| 2015-07-15 | Starting implementation of register analysis | Rusty Wagner |
| 2015-07-10 | Additional instructions for x86 -> IL | Rusty Wagner |
| 2015-07-10 | Initial implementation of low level IL | Rusty Wagner |
| 2015-05-30 | Move analysis undo events into core, and add P hotkey to disassembly view | Rusty Wagner |
| 2015-05-24 | Add UI for cross references, and generate them for code to data refs | Rusty Wagner |
| 2015-05-19 | Quick patches in right click menu | Rusty Wagner |
| 2015-05-13 | zlib compression transform | Rusty Wagner |
| 2015-05-13 | Base64 transform | Rusty Wagner |
| 2015-04-28 | Implement renaming of functions with persistence and undo | Rusty Wagner |
| 2015-04-27 | Restore defined functions from database | Rusty Wagner |
| 2015-04-27 | Initial database save/open, just file contents right now | Rusty Wagner |
| 2015-04-26 | Add serialization API for undo actions to prepare for storing in database | Rusty Wagner |
| 2015-04-06 | Implement follow pointer in hex view | Rusty Wagner |
| 2015-03-23 | Add E hotkey to in-place edit instructions in graph view | Rusty Wagner |
| 2015-03-21 | Add maximum symbol name length in graph view | Rusty Wagner |
| 2015-03-21 | Auto update graph when file contents change | Rusty Wagner |
| 2015-03-21 | Add assemble dialog and use nasm for x86/x86_64 | Rusty Wagner |
| 2015-03-20 | Load PDB symbols on Windows | Rusty Wagner |
| 2015-03-20 | Function list filtering UI | Rusty Wagner |
| 2015-03-20 | Code cross references, undo for creation of functions | Rusty Wagner |
| 2015-03-19 | Update function list when analysis finds new functions | Rusty Wagner |
| 2015-03-19 | Improve performance by avoiding heavy lock contention | Rusty Wagner |
| 2015-03-19 | Add parsing of ELF symbol tables | Rusty Wagner |
| 2015-03-18 | Add a symbol management API | Rusty Wagner |
| 2015-03-16 | Improved graph layout algorithm, add trivial edges until edge routing is written | Rusty Wagner |
| 2015-03-10 | Implement make function hotkey and disassembly navigation | 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-03-03 | Add a logging system | Rusty Wagner |
| 2015-03-03 | Don't store instruction size list as it can be easily regenerated | Rusty Wagner |
| 2015-03-03 | Fix crashes on file close when analysis is still running | Rusty Wagner |
| 2015-02-21 | Handle sizing and complete event for disassembly view | 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-19 | Add APIs for accessing function information | Rusty Wagner |
| 2015-02-18 | Add simple basic block analysis | Rusty Wagner |
| 2015-02-16 | Add architecture plugin type, x86 plugin, and get ready for threads | Rusty Wagner |
| 2015-02-16 | Restyle the code to use smart tabs | Rusty Wagner |