summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-11Handled Dex classes used as marker interfaces and Dex virtual methods.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-28Centralized the checksum computing of binary contents.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-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
2016-05-13Handled positions for both sides of paned widgets.Cyrille Bagard
2016-05-13Fixed a lot of compilation warnings.Cyrille Bagard
2016-05-13Inserted symbols and routines using an optimized 100 times faster method.Cyrille Bagard
2016-05-07Added debug code to avoid crashes with wrongly disassembled binaries.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-03Fixed two bugs in the code buffer system.Cyrille Bagard
2016-05-02Scrolled the graphic view using mouse clicks and moves on the background.Cyrille Bagard
2016-05-02Fixed some Makefiles in order to be able to run 'make dist'.Cyrille Bagard
2016-05-01Handled all width measures per view in a dedicated manager.Cyrille Bagard
2016-04-29Fixed various usages of uninitialised memory.Cyrille Bagard
2016-04-29Enabled once again the CFG analysis.Cyrille Bagard
2016-04-27Used official closures instead of user-defined ones when possible.Cyrille Bagard
2016-04-27Avoided freezes by refreshing the GUI in the main loop only.Cyrille Bagard
2016-04-25Applied the libssl official example completely to prevent a crash in some cases.Cyrille Bagard
2016-04-24Disabled the not (yet) working docking system.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-23Loaded all Dex methods in a proper way.Cyrille Bagard
2016-04-22Ensured all labels get an initialized address in buffer views.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-18Avoided memory corruption by skipping a call to free().Cyrille Bagard
2016-04-16Created a basic tool to manage server configurations.Cyrille Bagard
2016-04-11Distinguished the internal server from the remote one using Unix sockets.Cyrille Bagard
2016-04-09Signed and verified the MD5 hash of a given user name.Cyrille Bagard
2016-04-09Created user public and private RSA keys if needed.Cyrille Bagard
2016-04-09Built interfaces using Glade and GLib resources.Cyrille Bagard
2016-04-04Removed some separation lines in the display.Cyrille Bagard