summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/analysis
AgeCommit message (Expand)Author
2019-10-13Retrieved the current snapshot identifier from servers.Cyrille Bagard
2019-10-01Fixed some Python prototype signatures.Cyrille Bagard
2019-10-01Extended the Python API for database items.Cyrille Bagard
2019-09-29Fixed the access to connected clients from the Python API.Cyrille Bagard
2019-09-25Prepared history for database items.Cyrille Bagard
2019-09-17Kept tracks of current active DB items.Cyrille Bagard
2019-09-12Extended the Python API for update databases.Cyrille Bagard
2019-09-12Replaced some database item properties by new flags.Cyrille Bagard
2019-09-11Built suitable dynamic labels for bookmarks.Cyrille Bagard
2019-09-11Reactivated bookmarks for disassembled code.Cyrille Bagard
2019-09-08Provided a way to save the database updates from Python.Cyrille Bagard
2019-09-08Updated the database protocol for bookmarks.Cyrille Bagard
2019-09-05Made server connections easier while running analysis.Cyrille Bagard
2019-08-29Defined a new way to launch updates share servers.Cyrille Bagard
2019-08-18Prepared an improved Python documentation.Cyrille Bagard
2019-07-21Created more converters for Python arguments.Cyrille Bagard
2019-07-01Introduced attributes for loaded contents.Cyrille Bagard
2019-07-01Typo.Cyrille Bagard
2019-04-14Provided a link to routines from Dex methods.Cyrille Bagard
2019-03-04Provided access to the graph layout from Python.Cyrille Bagard
2019-02-09Fixed another batch of memory leaks.Cyrille Bagard
2019-02-03Raised exception in some Python constructors.Cyrille Bagard
2019-02-01Inserted an option to render disassembly even in batch mode.Cyrille Bagard
2019-01-31Fixed mistakes relative to PyUnicode_Check() return value.Cyrille Bagard
2019-01-28Taken into account buffer cache may be missing in batch mode.Cyrille Bagard
2019-01-28Included interfaces into the Python module gathering all features.Cyrille Bagard
2019-01-28Allowed to filter contents before running analysis.Cyrille Bagard
2019-01-25Released the Python global lock while waiting for an analysis.Cyrille Bagard
2019-01-21Handled cases when the required processor is not found.Cyrille Bagard
2019-01-14Looked for code blocks by any contained address.Cyrille Bagard
2019-01-13Provided uncached code block links.Cyrille Bagard
2018-12-28Enabled the comment creation from Python.Cyrille Bagard
2018-12-27Extended the Python bindings.Cyrille Bagard
2018-12-18Used the reference counter when providing basic block lists.Cyrille Bagard
2018-12-14Created an attribute to get the number of code blocks.Cyrille Bagard
2018-12-13Extended the Python API for code blocks.Cyrille Bagard
2018-12-13Renamed the function registering C constant values into Python objects.Cyrille Bagard
2018-12-12Reorganized the global variables access in the Python bindings.Cyrille Bagard
2018-12-12Registered basic Python objects in the features namespace.Cyrille Bagard
2018-12-12Provided access to loaded content from Python.Cyrille Bagard
2018-12-12Implemented the Python bindings to load unknown binaries.Cyrille Bagard
2018-12-07Relied on GObject introspection and dynamic gtypes to inherit in Python.Cyrille Bagard
2018-11-18Extended the Python bindings dealing with code blocks.Cyrille Bagard
2018-10-01Made the Python bindings more Pythonish.Cyrille Bagard
2018-09-26Extended the API for binary contents.Cyrille Bagard
2018-09-22Provided a way to load known flat formats.Cyrille Bagard
2018-09-18Updated the API used to load binary contents.Cyrille Bagard
2018-09-07Updated prototypes for creating memory content.Cyrille Bagard
2018-08-18Removed a useless cast in the Python bindings.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard