summaryrefslogtreecommitdiff
path: root/plugins/arm
AgeCommit message (Expand)Author
2023-09-10Tune the compilation using flags instead of a config file.Cyrille Bagard
2023-05-22Rely on GObject-introspection implementation for some registrations.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2022-08-17Disable the extra data storage inside the GObject structure.Cyrille Bagard
2021-12-30Create generic functions to load and store operands.Cyrille Bagard
2021-12-26Provide a method to hash all ARMv7 operands.Cyrille Bagard
2021-09-26Provide a serialization capability for operands.Cyrille Bagard
2021-08-24Serialize registers when needed.Cyrille Bagard
2021-08-21Define all architecture instructions as serializable.Cyrille Bagard
2021-06-01Improve the code quality by renaming the type for packed buffers.Cyrille Bagard
2021-04-17Remove hardcoded run paths from libraries.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-10-20Fixed some compilation warnings.Cyrille Bagard
2020-09-07Rewritten some code managing comments.Cyrille Bagard
2020-08-22Defined paths to access to the instruction operands.Cyrille Bagard
2020-07-27Replaced all BLC_* constants by the new DLC_* values.Cyrille Bagard
2020-06-21Reorganized the code for target operands.Cyrille Bagard
2020-05-21Changed the hierarchy of format objects.Cyrille Bagard
2020-04-21Redefined the interface for creating new processors from Python.Cyrille Bagard
2020-04-19Changed the way the key for an architecture is provided.Cyrille Bagard
2020-04-05Removed some non-POSIX variable names in Makefiles.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-03-01Given some priority to Elf PLT entries during the disassembly process.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-04Updated copyright headers.Cyrille Bagard
2020-01-30Compressed some architecture instruction properties.Cyrille Bagard
2020-01-15Reorganized the architecture operands.Cyrille Bagard
2019-09-12Replaced some database item properties by new flags.Cyrille Bagard
2019-09-08Fixed the mask used for some ARMv7 SIMD instructions decoding.Cyrille Bagard
2019-05-12Simplified the way processors are registered.Cyrille Bagard
2019-03-23Removed references to local sources if required.Cyrille Bagard
2019-02-09Fixed another batch of memory leaks.Cyrille Bagard
2019-02-05Fixed a huge number of memory leaks.Cyrille Bagard
2019-02-04Added an option to drop Python support at compilation time.Cyrille Bagard
2019-01-25Fixed some Thumb decodings for ARMv7 branch instructions.Cyrille Bagard
2019-01-08Marked the ARMv7 branch instructions with the LR register as return points.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-11-27Used the format endianness when fetching ARM ldr values.Cyrille Bagard
2018-10-30Defined the parent directory as the working location for generation.Cyrille Bagard
2018-10-30Untabified code.Cyrille Bagard
2018-10-14Typo.Cyrille Bagard
2018-08-31Changed the location of installed plugins.Cyrille Bagard
2018-08-29Fixed the dist rule in Makefiles.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard
2018-08-11Added a basic check before releasing cached registers.Cyrille Bagard
2018-08-07Removed old code used for decompilation.Cyrille Bagard
2018-07-23Tracked the reference counter for plugins with more care.Cyrille Bagard
2018-07-19Deleted all references to any asm syntax.Cyrille Bagard