summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-29Remove a call to the deprecated function PyEval_InitThreads(), which does not...Cyrille Bagard
2022-05-29Rely on the new "--embed" switch to link the Python extension/interpreter plu...Cyrille Bagard
2022-05-29Remove various accesses to the Python Global Interpreter Lock.Cyrille Bagard
2022-05-28Use a simple static type definition instead of a dynamic one.Cyrille Bagard
2022-05-27Keep only one definition of _PyGObject_API.Cyrille Bagard
2022-05-27Avoid calls to Python _PyDict_NewKeysForClass() internal function.Cyrille Bagard
2022-05-27Do not block when ABI flags are empty.Cyrille Bagard
2022-02-22Extend XML features.Cyrille Bagard
2022-02-22Include cURL support for network operations.Cyrille Bagard
2022-02-22Improve Python bindings.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
2022-02-20Translate enumerations before PyGObject using internal definitions when needed.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-23Delete useless content attribute for the Android BootImg format.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-05Sort Dex smybols when needed at format loading.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-26Create a usefull helper for loading local Python bindings.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