summaryrefslogtreecommitdiff
path: root/architecture.cpp
AgeCommit message (Expand)Author
2017-08-17Support custom calling conventions in the type parser and type objectsRusty Wagner
2017-08-15Add APIs to access and update portions of the function type, and added new AP...Rusty Wagner
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-05-19update copyright yearJordan Wiens
2017-05-04Initial support for concrete flags computationRusty Wagner
2017-02-09APIs for handling platform typesRusty Wagner
2017-01-11Add a qualified name object in the C APIRusty Wagner
2017-01-11Create qualified name objectRusty Wagner
2017-01-11Use named type references for registered types, use qualified names for typesRusty Wagner
2017-01-03Tokenize typesRusty Wagner
2016-10-20Add API for multiple architectures distinguished by addressRusty Wagner
2016-08-23Fix some memory leaksRusty Wagner
2016-07-29Add API to set display type of integersRusty Wagner
2016-07-15Add API for instruction length and option for showing opcodes in disassemblyRusty Wagner
2016-05-08Add additional IL stage for flags resolutionRusty Wagner
2016-05-03Add APIs for flag information and data flowRusty Wagner
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2016-01-25Initial implementation of platform ABI classesRusty Wagner
2015-09-04Add type classes to Python APIRusty Wagner
2015-09-03Implement low level IL from PythonRusty Wagner
2015-08-29Implement part of the Python API to register new architecturesRusty Wagner
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-11Fix uninitialized member of instruction info structureRusty 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-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