summaryrefslogtreecommitdiff
path: root/basicblock.cpp
AgeCommit message (Collapse)Author
2023-01-05Update copyright to 2023Josh F
2022-10-14Fix some minor bugs in BasicBlock and highlight APIPeter LaFosse
2022-05-05Add a method to duplicate a DisassemblySettingsXusheng
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-09-27Better support for change type in linear viewXusheng
2021-08-04Expose some BasicBlock APIs.Brian Potchik
2021-04-22add persistent search resultXusheng
2021-01-18updating copyright yearJordan Wiens
2020-09-15display as in linear viewXusheng
2020-01-16Factor gutter width/tag token width into a settingGlenn Smith
2020-01-01update copyright year to 2020Jordan Wiens
2019-08-06Fix some double frees with DisassemblyTextLine in APIRusty Wagner
2019-08-01TagsGlenn Smith
2019-04-05add post dominance apisPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-11-05Provide fall-through indication in BasicBlockEdge info.Brian Potchik
2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-07-10Various Python 3 support changesKyleMiles
2018-06-04Generic flow graph API and report collectionsRusty Wagner
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-01-14Container Memory Reservations.Brian Potchik
2017-08-22Add BasicBlock CanExit Accessor.Brian Potchik
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-06-27Compute back edges in the coreRusty Wagner
2017-05-19update copyright yearJordan Wiens
2017-02-20Add dominance frontier APIsRusty Wagner
2017-02-18Add back edge property to block edgesRusty Wagner
2017-02-17Add dominator APIsRusty Wagner
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, ↵Rusty Wagner
use core object identity for equality
2017-01-03Tokenize typesRusty Wagner
2016-09-14Add APIs for instruction and block highlightingRusty Wagner
2016-07-29Add API to set display type of integersRusty Wagner
2016-07-06Add API to get disassembly text for a basic block outside of a graphRusty Wagner
2016-05-25Adding API to retrieve basic block annotationsRusty 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
2015-07-31Find functions that don't return based on control flow, and use that in ↵Rusty Wagner
parent functions
2015-03-10Implement make function hotkey and disassembly navigationRusty Wagner
2015-03-04Add architecture to graph edges, and add edge routing data field for layoutRusty Wagner
2015-03-03Don't store instruction size list as it can be easily regeneratedRusty Wagner
2015-02-19Add APIs for accessing function informationRusty Wagner