summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-10-14Typo.Cyrille Bagard
2016-10-14Handled Dalvik simple switch cases without fallthrough.Cyrille Bagard
2016-10-10Handled switch and fill-array data pseudo-instructions without plugin.Cyrille Bagard
2016-10-09Loaded Dex strings for annotations with the proper length.Cyrille Bagard
2016-10-09Loaded all Dex pool items using several threads.Cyrille Bagard
2016-10-09Defined a new and simpler way to produce graphical view of basic blocks.Cyrille Bagard
2016-10-02Computed block ranks without mistake.Cyrille Bagard
2016-10-02Given more flexibility to qinsert() for the inserted item.Cyrille Bagard
2016-09-29Added partial support for Dalvik MUTF-8 encodings.Cyrille Bagard
2016-09-28Annotated only existing dex class data.Cyrille Bagard
2016-09-28Updated and improved the symbols panel.Cyrille Bagard
2016-09-27Given access to menus relative to binaries only if a view panel is displayed.Cyrille Bagard
2016-09-26Defined a proper cache for routine names with their packages.Cyrille Bagard
2016-09-26Deleted code sorting routines as they are already sorted.Cyrille Bagard
2016-09-25Removed debug code.Cyrille Bagard
2016-09-24Prevented out of bounds access when moving the reading position forwards.Cyrille Bagard
2016-09-24Replaced the non-working GLib atomic function to deal with bitfields.Cyrille Bagard
2016-09-23Marked the end of each routine disassembly with a message.Cyrille Bagard
2016-09-21Added weak symbols in the Python bindings in case of standalone usage.Cyrille Bagard
2016-09-21Provided a real welcome panel at startup, with tricks and actions.Cyrille Bagard
2016-09-14Fixed the "post" hook of the first IF Dalvik opcode.Cyrille Bagard
2016-09-14Skipped the rendering of empty pool strings.Cyrille Bagard
2016-09-12Fixed the decoding of 3rc/3rms/3rmi Dex opcode formats.Cyrille Bagard
2016-09-12Fixed two more bugs when annotating Dex code items.Cyrille Bagard
2016-09-11Displayed more details about the loading process in the status bar.Cyrille Bagard
2016-09-11Fixed a bug when decoding some catch-all handlers in Dex code item.Cyrille Bagard
2016-09-11Handled Dex classes used as marker interfaces and Dex virtual methods.Cyrille Bagard
2016-09-10Updated the Python bindings used to load Elf and Dex files.Cyrille Bagard
2016-09-08Fixed a bug by transfering variable argument lists properly.Cyrille Bagard
2016-08-28Handled branching instructions using registers.Cyrille Bagard
2016-08-06Closed the right side panel when requested.Cyrille Bagard
2016-08-06Defined initial content and size for the status bar.Cyrille Bagard
2016-07-30Registered properly the PyGObject wrappers for Python classes.Cyrille Bagard
2016-07-28Taken into account that tabulations are not spaces for Makefiles.Cyrille Bagard
2016-07-28Centralized the checksum computing of binary contents.Cyrille Bagard
2016-07-23Fixed some compilation errors in the Python plugin.Cyrille Bagard
2016-05-30Avoided errors on project saving.Cyrille Bagard
2016-05-30Resolved a suitable symbol depending on the request tolerance.Cyrille Bagard
2016-05-28Built the basic blocks list simply at loading.Cyrille Bagard
2016-05-28Removed the old Python plugin reading android permissions.Cyrille Bagard
2016-05-27Fixed a mistake in a previous fix.Cyrille Bagard
2016-05-27Handled more ARM instructions from the storing family.Cyrille Bagard
2016-05-25Applied conditional bits as keyword suffixes for ARM instructions.Cyrille Bagard
2016-05-25Fixed various mistakes in the decoding of ARM instructions.Cyrille Bagard
2016-05-24Attached priority levels with disassembly starting points.Cyrille Bagard
2016-05-23Removed a stupid assertion in memory access operands.Cyrille Bagard
2016-05-22Extended the compiler to transform all the new ARMv7 encoding definitions.Cyrille Bagard
2016-05-20Refreshed the widths summary of lines groups only when necessary.Cyrille Bagard
2016-05-19Loaded the ELF internal symbols using all the available CPUs.Cyrille Bagard
2016-05-13Used the correct local width summary when dealing with line widths.Cyrille Bagard