summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-22Extend XML features.Cyrille Bagard
2022-02-22Include cURL support for network operations.Cyrille Bagard
2022-02-22Handle regcomp() errors as log messages.Cyrille Bagard
2022-02-22Introduce a generic way to subclass Python analysis clients.Cyrille Bagard
2022-02-21Make the server drive the network exchanges.Cyrille Bagard
2022-02-21Define the first steps towards format serialization.Cyrille Bagard
2021-12-30Create generic functions to load and store operands.Cyrille Bagard
2021-12-26Provide a method to hash all ARMv7 operands.Cyrille Bagard
2021-11-30Ensure the processor is known when providing the content class.Cyrille Bagard
2021-11-30Access demanglers by key.Cyrille Bagard
2021-11-14Prevent usage of removed clients.Cyrille Bagard
2021-10-24Use the loaded content class hints in the DB archives.Cyrille Bagard
2021-10-24Fix mistakes in reference counters for binary contents.Cyrille Bagard
2021-10-24Link a class to loaded content nature.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-09-30Move loaded contents from interface to object structures.Cyrille Bagard
2021-09-28Rely on a generic task to analyze loaded content.Cyrille Bagard
2021-09-26Provide a serialization capability for operands.Cyrille Bagard
2021-08-24Serialize registers when needed.Cyrille Bagard
2021-08-21Delete an unused "meta" instruction.Cyrille Bagard
2021-08-21Define all architecture instructions as serializable.Cyrille Bagard
2021-08-20Prepare architecture processors for serialization.Cyrille Bagard
2021-08-14Reorganize the code for immediate operands.Cyrille Bagard
2021-08-14Improve the object padding exploitation for operands.Cyrille Bagard
2021-08-12Connect a factory for operands to all the instructions.Cyrille Bagard
2021-08-10Prepare all Dalvik operands for a singleton status.Cyrille Bagard
2021-08-08Introduce singletons for operands.Cyrille Bagard
2021-08-01Build archive temporary filenames from one place.Cyrille Bagard
2021-08-01Extend the protocol to store the analyzed binary content.Cyrille Bagard
2021-08-01Rename some C macros.Cyrille Bagard
2021-08-01Fix a code mistake in memory content creation.Cyrille Bagard
2021-07-26Clean a prototype.Cyrille Bagard
2021-07-20Extract identities from signed certificates.Cyrille Bagard
2021-07-20Improve the log messages on error when signing certificates.Cyrille Bagard
2021-07-11Extend the usage hints for chrysalide-hub.Cyrille Bagard
2021-07-06Fix the help message.Cyrille Bagard
2021-07-04Delete the XML storage for loading binary contents.Cyrille Bagard
2021-07-04Save all needed information into project files.Cyrille Bagard
2021-07-04Store and load binary contents on demand.Cyrille Bagard
2021-07-04Check the right length variable for an unpacked string.Cyrille Bagard
2021-06-17Update the storage format for type memory.Cyrille Bagard
2021-06-15Compress packed run-length encoded strings.Cyrille Bagard
2021-06-08Receive blocks of data bigger than TLS records if needed.Cyrille Bagard
2021-06-03Reconnect the analysis clients to servers when requested.Cyrille Bagard
2021-06-01Improve the code quality by renaming the type for packed buffers.Cyrille Bagard
2021-05-30Create a command to list remote binaries.Cyrille Bagard
2021-05-30Provide a way to merge packed buffers.Cyrille Bagard