summaryrefslogtreecommitdiff
path: root/architecture.cpp
AgeCommit message (Collapse)Author
2015-07-28Initial implementation of type infoRusty Wagner
2015-07-26Adding support for branch delay slotsplafosse
2015-07-15Starting implementation of register analysisRusty Wagner
2015-07-10Initial implementation of low level ILRusty Wagner
2015-05-19Quick patches in right click menuRusty Wagner
2015-04-06Implement follow pointer in hex viewRusty Wagner
2015-03-21Add assemble dialog and use nasm for x86/x86_64Rusty 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-02-20Very early disassembly view renderingRusty Wagner
2015-02-20Initial code for generating function graphsRusty Wagner
2015-02-16Add architecture plugin type, x86 plugin, and get ready for threadsRusty Wagner