summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2023-05-22Rely on GObject-introspection implementation for some registrations.Cyrille Bagard
2023-05-21Create a placeholder for Python registered items in order to keep scans working.Cyrille Bagard
2023-05-21Delete an extra level of types for the Python bindings instructions.Cyrille Bagard
2023-05-21Register the preload information class in the Python bindings.Cyrille Bagard
2023-05-20Simplify the Python plugins interface by deleting one of the relative GLib type.Cyrille Bagard
2023-05-19Install metaclass for Python GObjects, if needed.Cyrille Bagard
2023-05-15Update the type definition for newer versions of the Python API.Cyrille Bagard
2023-05-07Aggregate YAML values from sequences when requested and possible.Cyrille Bagard
2023-04-27Replace the old YAML parser by another one relying on the external libyaml li...Cyrille Bagard
2023-04-26Provide access to the first node of a collection.Cyrille Bagard
2023-04-21Implement the itoa() non-standard function.Cyrille Bagard
2023-03-11Handle YAML nodes without values.Cyrille Bagard
2023-02-04Typo.Cyrille Bagard
2023-02-04Provide constructor to load Yaml contents without external files.Cyrille Bagard
2023-01-30Save an initial version of rost.Cyrille Bagard
2023-01-29Define a new interface to compare items (2/2).Cyrille Bagard
2023-01-29Create new helpers for constructors of abstract Python objects.Cyrille Bagard
2023-01-29Define a new interface to compare items.Cyrille Bagard
2023-01-03Fix Python bindings loading without GTK support.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2022-12-09Allow OR operations in bit fields at a given position.Cyrille Bagard
2022-12-07Provide functions to test bit fields against bit fields.Cyrille Bagard
2022-09-22Fix runtime Python warnings for all # variants of formats.Cyrille Bagard
2022-08-18Introduce new features to deal with structured data and Python.Cyrille Bagard
2022-08-18Reduce the rendering concurrency between the GTK main loop and Python computa...Cyrille Bagard
2022-08-18Handle the Python Global Interpreter Lock with more care.Cyrille Bagard
2022-08-17Disable the extra data storage inside the GObject structure.Cyrille Bagard
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-22Improve Python bindings.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-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-30Access demanglers by key.Cyrille Bagard
2021-11-23Delete useless content attribute for the Android BootImg format.Cyrille Bagard
2021-10-24Use the loaded content class hints in the DB archives.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-08Extract filenames when creating content attributes.Cyrille Bagard
2021-09-30Move loaded contents from interface to object structures.Cyrille Bagard
2021-09-26Provide a serialization capability for operands.Cyrille Bagard
2021-08-24Serialize registers when needed.Cyrille Bagard
2021-08-21Define all architecture instructions as serializable.Cyrille Bagard