summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2018-07-23Changed the way Dex methods are loaded and displayed.Cyrille Bagard
2018-07-19Deleted all references to any asm syntax.Cyrille Bagard
2018-07-19Cleaned the entry code of the Python bindings.Cyrille Bagard
2018-07-19Created an interface for jumping to addresses from operands.Cyrille Bagard
2018-07-19Set Itanium as default demangler for ELF.Cyrille Bagard
2018-07-18Cleaned code.Cyrille Bagard
2018-07-17Got the namespace separator from formats when listing symbols.Cyrille Bagard
2018-07-16Cleaned code.Cyrille Bagard
2018-07-16Applied a new GUI update with the new loaded panels features.Cyrille Bagard
2018-07-14Begun to switch to abstract locations in internal rendering buffers.Cyrille Bagard
2018-07-10Linked all used Dalvik strings with their origin.Cyrille Bagard
2018-07-10Fixed a bug in the Dalvik pool operand loading.Cyrille Bagard
2018-07-10Removed a compilation warning.Cyrille Bagard
2018-07-09Run one last quick review of Itanium demangling.Cyrille Bagard
2018-07-08Cleaned the demangling system.Cyrille Bagard
2018-07-08Changed the type of namespace separators.Cyrille Bagard
2018-07-08Filtered one more component for Itanium substitutions.Cyrille Bagard
2018-07-07Extended the types API.Cyrille Bagard
2018-07-04Kept information about arguments for templated routines.Cyrille Bagard
2018-07-04Updated the API for building symbol labels.Cyrille Bagard
2018-07-04Renamed the function providing next character from input buffers.Cyrille Bagard
2018-07-04Fixed various mistakes in Itanium C++ demangling.Cyrille Bagard
2018-07-02Improved the Itanium C++ demangling.Cyrille Bagard
2018-07-02Extented the types definitions.Cyrille Bagard
2018-06-28Replaced all calls to the old API dealing with routine location.Cyrille Bagard
2018-06-28Limited ELF section name lengths as it is done for segment names.Cyrille Bagard
2018-06-25Removed a useless header.Cyrille Bagard
2018-06-25Changed the way Dalvik operands are handled.Cyrille Bagard
2018-06-21Loaded strings from ELF files using all threads.Cyrille Bagard
2018-06-20Fixed the length and the rendering of Dalvik data arrays.Cyrille Bagard
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