summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2016-10-23Deleted a level of data to reduce the memory fingerprint.Cyrille Bagard
2016-10-23Memorized all creators of line content at the line level and saved memory.Cyrille Bagard
2016-10-16Marked ARMv7 instructions which pop the PC register as return points.Cyrille Bagard
2016-10-15Avoided many infinite loops when computing ranks in Dalvik basic blocks.Cyrille Bagard
2016-10-15Built proper comments for all the Dalvik switch cases.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-09-25Removed debug code.Cyrille Bagard
2016-09-24Prevented out of bounds access when moving the reading position forwards.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-08-28Handled branching instructions using registers.Cyrille Bagard
2016-05-30Resolved a suitable symbol depending on the request tolerance.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-06Prepared the ARMv7 SIMD instructions support.Cyrille Bagard
2016-05-04Created special instructions for real undefined behaviors.Cyrille Bagard
2016-05-02Fixed some Makefiles in order to be able to run 'make dist'.Cyrille Bagard
2016-04-24Handled hooks and rules in Dalvik opcodes definitions.Cyrille Bagard
2016-04-23Limited the length of displayed SHA1 binary value for Dex files.Cyrille Bagard
2016-04-21Got prepared for more ARMv7 opcodes.Cyrille Bagard
2016-04-20Protected all concurrent accesses to sources and destinations of instructions.Cyrille Bagard
2016-04-20Deleted code dealing with links between instructions in the old fashion.Cyrille Bagard
2016-04-20Discarded initial support of ARM versions older than v7.Cyrille Bagard
2016-04-03Reorganized the whole disassembling process and displayed the relative progre...Cyrille Bagard
2016-03-16Created a new feature and stored all main moves in the database.Cyrille Bagard
2016-03-13Given more flexibility to the field names of locations in XML databases.Cyrille Bagard
2016-03-13Created a readelf-like information provider for Dex files.Cyrille Bagard
2016-03-05Removed the useless libio.h entry from included headers.Cyrille Bagard
2016-03-01Dealt with the prototypes from the Dex pool.Cyrille Bagard
2016-02-10Included indications to load the proper pool constants in Dalvik operands.Cyrille Bagard
2016-02-10Improved the support of the DEX format.Cyrille Bagard
2016-02-09Built raw instructions from uleb128 values.Cyrille Bagard
2016-02-09Set the initial display value and avoided to pad octal and decimal values.Cyrille Bagard
2016-02-02Removed the definition of a useless deprecated function.Cyrille Bagard
2016-02-01Defined all Dalvik instructions to get generated by d2c.Cyrille Bagard
2016-01-30Introduced a format switch to distinguish different kinds of definitions.Cyrille Bagard
2016-01-30Updated some parts of the code dealing with Dalvik.Cyrille Bagard
2016-01-21Defined some raw primitives to write or delete comments.Cyrille Bagard
2016-01-17Updated the width of a modified line.Cyrille Bagard
2016-01-16Changed the display of a segment containing the value of an immediate.Cyrille Bagard
2016-01-12Disabled the old way to disassemble instructions.Cyrille Bagard
2016-01-04Treated phys_t as uint64_t to avoid huge differences get considered as negati...Cyrille Bagard