summaryrefslogtreecommitdiff
path: root/src/analysis/contents
AgeCommit message (Expand)Author
2023-09-27Replace interface by inheritance for binary content objects.Cyrille Bagard
2023-01-29Do not allocate memory for file mmap()'ed contents.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2021-10-24Fix mistakes in reference counters for binary contents.Cyrille Bagard
2021-10-14Improve some reference counters inside binary contents.Cyrille Bagard
2021-10-12Reorganize the remaining code for binary contents.Cyrille Bagard
2021-10-12Update code for restricted contents.Cyrille Bagard
2021-10-08Extract filenames when creating content attributes.Cyrille Bagard
2021-08-01Fix a code mistake in memory content creation.Cyrille Bagard
2021-07-04Delete the XML storage for loading binary contents.Cyrille Bagard
2021-07-04Store and load binary contents on demand.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-07-14Updated the code handling binary contents.Cyrille Bagard
2020-02-18Fixed the suffix of memory content file backends.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-11-28Improved the API for binary contents a little bit.Cyrille Bagard
2019-08-29Defined a new way to launch updates share servers.Cyrille Bagard
2019-07-01Introduced attributes for loaded contents.Cyrille Bagard
2019-05-07Appended a suffix to temporary files.Cyrille Bagard
2019-02-07Fixed extra GObjects leaks.Cyrille Bagard
2019-01-04Replaced calls to perror() by logging when loading file contents.Cyrille Bagard
2018-09-26Extended the API for binary contents.Cyrille Bagard
2018-09-18Loaded APK files using a Python script.Cyrille Bagard
2018-09-07Updated prototypes for creating memory content.Cyrille Bagard
2018-05-12Removed all execute bits in the source code files.Cyrille Bagard
2018-05-09Typo.Cyrille Bagard
2018-05-03Cosmetic.Cyrille Bagard
2018-04-22Installed the core headers in the right place for plugins.Cyrille Bagard
2018-04-21Improved the way file formats are detected and loaded.Cyrille Bagard
2018-04-11Created definitions for memory and encapsulated contents.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2017-11-29Provided the list of needed shared objects for an Elf binary.Cyrille Bagard
2017-08-15Checked for out-of-bound data access without triggering integer overflow.Cyrille Bagard
2017-08-12Fixed a bug occurring when content filenames do not contain directory separat...Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-11-07Fixed a little bug when reading final data.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-10-10Handled switch and fill-array data pseudo-instructions without plugin.Cyrille Bagard
2016-09-24Prevented out of bounds access when moving the reading position forwards.Cyrille Bagard
2016-07-28Centralized the checksum computing of binary contents.Cyrille Bagard
2015-12-01Handled relative paths when loading and saving binary contents in projects.Cyrille Bagard
2015-11-25Implemented restricted contents and created test cases.Cyrille Bagard
2015-09-27Read LEB128 values from binary contents.Cyrille Bagard
2015-09-19Extended the prototype for matching formats in order to get it suitable for p...Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard