Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-21 | Provided a real welcome panel at startup, with tricks and actions. | Cyrille Bagard | |
2016-05-13 | Inserted symbols and routines using an optimized 100 times faster method. | Cyrille Bagard | |
2016-04-16 | Created a basic tool to manage server configurations. | Cyrille Bagard | |
2016-04-02 | Handled all routines disassembling processing in one place. | Cyrille Bagard | |
2016-03-26 | Extracted the logic of code nodes for better processing. | Cyrille Bagard | |
2016-03-13 | Given more flexibility to the field names of locations in XML databases. | Cyrille Bagard | |
2016-03-09 | Stored and loaded panels attributes using the global configuration. | Cyrille Bagard | |
2016-01-23 | Used phys_t types instead of off_t types to remove compilation warnings. | Cyrille Bagard | |
2016-01-23 | Created storable items for user comments. | Cyrille Bagard | |
2016-01-16 | Changed the display of a segment containing the value of an immediate. | Cyrille Bagard | |
2016-01-10 | Fixed a bug when the replacing string contains the replaced pattern. | Cyrille Bagard | |
2015-12-01 | Moved the mkpath() function to a proper location. | Cyrille Bagard | |
2015-12-01 | Handled relative paths when loading and saving binary contents in projects. | Cyrille Bagard | |
2015-12-01 | Computed relative and absolute paths. | Cyrille Bagard | |
2015-11-27 | Fixed binary string format in immediate operands. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@612 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-11-26 | Used several threads without lock to disassemble binary code. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@610 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-10-15 | Detected loops as introduced in the book "Compilers: Principles, Techniques, ↵ | Cyrille Bagard | |
and Tools". git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@596 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-10-06 | Optimized loop detections using bit fields. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@586 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-09-19 | Extended the prototype for matching formats in order to get it suitable for ↵ | Cyrille Bagard | |
plugins. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@577 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-09-11 | Created an interface from the original GBinContent object. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@576 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-07-22 | Fortified the client/server protocol and first exchanges. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@554 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-04-30 | Recovered from parsing errors against an empty XML file. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@524 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-02-09 | Created a dialog box to create new bookmarks. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@468 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-01-05 | Ensured the right macro is used (XSTR vs STR). | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@448 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-11-14 | Rewritten and extended the whole code for the instructions definitions compiler. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@419 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-10-16 | Stored a bookmark into the data base and saved the archive. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@414 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-10-06 | Got prepared to disassemble some ARMv7 instructions. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@409 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-08-18 | Inserted storages and collections into loaded binaries (first steps). | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@389 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-07-31 | Improved the way code is decoded by avoiding to propagate the base address ↵ | Cyrille Bagard | |
everywhere. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@385 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-07-30 | Fixed a bug: take into account that realloc() can move the haystack. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@384 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-07-10 | Fully rewritten the core configuration system. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@381 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-05-29 | Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ↵ | Cyrille Bagard | |
'AM_CPPFLAGS'. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@374 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-04-28 | Updated all copyright headers. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-03-20 | Created the first steps for a distributed storage. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@368 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-01-13 | Ensured that a path with directories exists. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@366 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2013-12-29 | Handled Itanium demangling with C code (first part). | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@361 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2013-08-31 | Loaded a binary strip into the editor. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@358 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-12-05 | Fixed a bug, memory leaks and cleaned the code. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@296 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-11-19 | Handled Dalvik exception handlers in the graphic view. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@285 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-10-17 | Fixed other gcc warnings. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@273 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-10-17 | Updated panels captions again. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@271 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-09-27 | Selected segments for highlighting. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@264 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2012-01-01 | Updated copyright dates. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@221 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2011-10-01 | Defined the first real [python] plugin. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@210 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2011-07-11 | Saved improvements of binaries support. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@208 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2010-12-31 | Supported a first basic packet of the Java Debug Wire Protocol. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@204 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2010-07-29 | Improved the GDB client. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@175 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2010-06-20 | Supported more Dalvik opcodes. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@169 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2010-06-14 | Made the program stronger by handling more errors. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@167 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2010-05-13 | Supported Dalvik VM / DEX (partially). | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@155 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a |