summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2020-03-01Given some priority to Elf PLT entries during the disassembly process.Cyrille Bagard
2020-03-01Cleaned the instruction flags when requested.Cyrille Bagard
2020-02-29Broken ARMv7 basic blocks depending on conditional flags.Cyrille Bagard
2020-02-18Relocated the raw instructions.Cyrille Bagard
2020-02-17Relocated the undefined instructions.Cyrille Bagard
2020-02-06Restored hexadecimal as default rendering for immediate values.Cyrille Bagard
2020-02-04Reduced the size required for register operands.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-02-04Deleted unused deprecated functions.Cyrille Bagard
2020-02-04Compressed the operands relative to immediate values.Cyrille Bagard
2020-02-04Moved the definition of a lock bit.Cyrille Bagard
2020-02-04Created a new interface for renamed operands.Cyrille Bagard
2020-02-02Relied on flags for raw instructions.Cyrille Bagard
2020-01-30Compressed some architecture instruction properties.Cyrille Bagard
2020-01-15Reorganized the architecture operands.Cyrille Bagard
2019-11-11Extended the Python bindings.Cyrille Bagard
2019-09-17Kept tracks of current active DB items.Cyrille Bagard
2019-09-11Reactivated bookmarks for disassembled code.Cyrille Bagard
2019-08-14Updated the Python bindings for binary symbols.Cyrille Bagard
2019-05-30Determined if an iterator is at its ending position.Cyrille Bagard
2019-05-30Introduced a new flag for instruction calls.Cyrille Bagard
2019-05-12Simplified the way processors are registered.Cyrille Bagard
2019-05-08Updated the core functions dealing with SQLite databases.Cyrille Bagard
2019-04-20Counted available references between instructions.Cyrille Bagard
2019-04-19Restricted instructions iterators to get routine contents.Cyrille Bagard
2019-03-25Avoided stack overflows with empty dynamic parameters.Cyrille Bagard
2019-02-05Fixed a huge number of memory leaks.Cyrille Bagard
2019-02-03Fixed various memory leaks.Cyrille Bagard
2019-01-31Created Python bindings for undefined instructions.Cyrille Bagard
2019-01-26Extended the Python API.Cyrille Bagard
2019-01-25Provided API to subclass instructions and operands in Python.Cyrille Bagard
2019-01-16Dealt with registers and register operands in the Python bindings.Cyrille Bagard
2018-12-07Moved some core features into plugins.Cyrille Bagard
2018-12-07Relied on GObject introspection and dynamic gtypes to inherit in Python.Cyrille Bagard
2018-11-13Exported extra processor features.Cyrille Bagard
2018-10-14Typo.Cyrille Bagard
2018-08-07Removed old code used for decompilation.Cyrille Bagard
2018-08-06Removed some compilation warnings.Cyrille Bagard
2018-08-06Introduced some extra kinds of objects to render disassembled code.Cyrille Bagard
2018-08-06Allowed to add or remove instructions once a binary analysis is over.Cyrille Bagard
2018-08-06Secured the links between instructions.Cyrille Bagard
2018-08-06Typo.Cyrille Bagard
2018-08-03Provided all instruction links at once.Cyrille Bagard
2018-08-03Updated the reference counters when providing instruction links.Cyrille Bagard
2018-08-02Introduced symbols dedicated to strings.Cyrille Bagard
2018-07-21Added a missing comment.Cyrille Bagard
2018-07-19Deleted all references to any asm syntax.Cyrille Bagard
2018-07-19Created an interface for jumping to addresses from operands.Cyrille Bagard
2018-07-16Updated the move entry from database items.Cyrille Bagard
2018-07-14Replaced all the remaining concrete locations in internal rendering buffers.Cyrille Bagard