summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2018-06-19Updated Makefiles to create only one _PyGObject_API structure.Cyrille Bagard
2018-06-19Extended the bitfield operations and their Python bindings.Cyrille Bagard
2018-06-19Provided instruction unique identifiers as requested.Cyrille Bagard
2018-06-19Avoided to cache ARMv7 instruction keyword when unneeded.Cyrille Bagard
2018-06-19Improved the Linux syscalls hunt.Cyrille Bagard
2018-06-19Built ARMv7 dynamic vector tables with the right number of registers.Cyrille Bagard
2018-06-19Fixed conditions for some ARMv7 SIMD instruction syntaxes.Cyrille Bagard
2018-06-18Extended any existing comment when documenting syscalls.Cyrille Bagard
2018-06-18Deleted the initial Python version of the syscall identifier.Cyrille Bagard
2018-06-18Ensured each plugin dependency can be found at runtime.Cyrille Bagard
2018-06-18Fixed mistakes when no instruction to comment is found.Cyrille Bagard
2018-06-18Fixed various bugs in ARMv7 operand decoding helpers.Cyrille Bagard
2018-06-17Annotated linux kernel syscalls using a new plugin.Cyrille Bagard
2018-06-17Extended the environment provided with the plugins API.Cyrille Bagard
2018-06-17Fixed a mistake in ARM registers comparisons.Cyrille Bagard
2018-06-10Improved Dalvik fill instruction loading and created links to their payload.Cyrille Bagard
2018-06-10Handled padding in Dalvik fill data payloads.Cyrille Bagard
2018-06-07Introduced the flat file format.Cyrille Bagard
2018-06-06Hidden virtual addresses when code runs in a VM.Cyrille Bagard
2018-06-05Released the mutex even in case of register loading failure.Cyrille Bagard
2018-06-04Defined the number of threads to run from a centralized function.Cyrille Bagard
2018-06-02Fixed various small bugs in the Dalvik management.Cyrille Bagard
2018-06-01Added a missing directory to SUBDIRS.Cyrille Bagard
2018-05-31Handled lists of simples ARMv7 SIMD registers.Cyrille Bagard
2018-05-30Supported a few extra ARMv7 SIMD instructions.Cyrille Bagard
2018-05-29Updated the ARMv7 SIMD decoding process.Cyrille Bagard
2018-05-29Added support for the last remaining ARMv7 basic instructions.Cyrille Bagard
2018-05-29Fixed function names for some Thumb32 decoding calls.Cyrille Bagard
2018-05-28Added support for some ARMv7 SIMD instructions.Cyrille Bagard
2018-05-28Included support for ARMv7 system instructions.Cyrille Bagard
2018-05-28Relied on register objects as often as possible.Cyrille Bagard
2018-05-28Registered a missing ARMv7 type.Cyrille Bagard
2018-05-24Handled null virtual addresses with more care.Cyrille Bagard
2018-05-24Translated offsets and addresses with more accuracy.Cyrille Bagard
2018-05-19Handled special values in ELF arrays properly (as stated in comments).Cyrille Bagard
2018-05-19Stopped trying to resolve loaded values by all means.Cyrille Bagard
2018-05-19Called the FP and IP ARMv7 registers by their name.Cyrille Bagard
2018-05-19Registered symbols status identifiers in the Python bindings.Cyrille Bagard
2018-05-19Fixed the loading of ARMv7 written-back registers.Cyrille Bagard
2018-05-19Tracked deeper the reference counts for ARMv7 registers.Cyrille Bagard
2018-05-19Added support for a few extra ARMv7 instructions.Cyrille Bagard
2018-05-16Fixed a bug in the relocation offset computation.Cyrille Bagard
2018-05-14Created an instruction database for Chrysalide.Cyrille Bagard
2018-05-14Used unique identifiers for instructions everywhere.Cyrille Bagard
2018-05-12Removed all execute bits in the source code files.Cyrille Bagard
2018-05-12Fixed some memory leaks.Cyrille Bagard
2018-05-11Implemented a singleton system for ARMv7 registers.Cyrille Bagard
2018-05-11Reorganized processor registrations.Cyrille Bagard
2018-05-09Simplified the content loading handling.Cyrille Bagard
2018-05-07Deleted the old way to get Dex classes from Python.Cyrille Bagard