summaryrefslogtreecommitdiff
path: root/src/common/endianness.c
AgeCommit message (Expand)Author
2018-05-12Removed all execute bits in the source code files.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-04-02Removed lots of uninitialized uses, mostly in NDEBUG mode.Cyrille Bagard
2018-01-24Improved the support of some unusual endiannesses.Cyrille Bagard
2017-08-15Checked for out-of-bound data access without triggering integer overflow.Cyrille Bagard
2017-03-19Provided initial features for debugging using GDB.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-01-23Used phys_t types instead of off_t types to remove compilation warnings.Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2014-07-31Improved the way code is decoded by avoiding to propagate the base address ev...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-10-17Fixed other gcc warnings.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2010-12-31Supported a first basic packet of the Java Debug Wire Protocol.Cyrille Bagard
2010-07-29Improved the GDB client.Cyrille Bagard
2010-06-20Supported more Dalvik opcodes.Cyrille Bagard
2010-06-14Made the program stronger by handling more errors.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard
2009-05-17Used only the new format of processor/instructions/operands for x86.Cyrille Bagard
2009-05-11Reorganized the way the program is built again and added partial support for ...Cyrille Bagard
2009-01-25Supported the Java Class file format.Cyrille Bagard