summaryrefslogtreecommitdiff
path: root/python/transform.py
AgeCommit message (Expand)Author
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2026-01-30Improve filename handling for container files.Brian Potchik
2026-01-29Add support for ephemeral session-time settings for TransformSession.Brian Potchik
2026-01-28Add session settings override support to Transform system and clean up docume...Brian Potchik
2026-01-20Update container transform docs.Brian Potchik
2026-01-01update copyrights for 2026Jordan Wiens
2025-11-21Add get and __contains__ methods to all *MetaClassPeter LaFosse
2025-11-10improved indentation and update formatting detectionJordan Wiens
2025-11-10fix missing newlines breaking listsJordan Wiens
2025-10-30Fix python type annotation.Brian Potchik
2025-10-29Fix docstring.Brian Potchik
2025-10-29Add ZipPython transform as a reference container example.Brian Potchik
2025-10-29Add Python APIs for extended transform/container support.Brian Potchik
2025-10-28Fix crash Python bindings for Transform API.Brian Potchik
2025-10-03Add DecodeWithContext method to Transform API layers.Brian Potchik
2025-09-30Initial support for opening container formats.Brian Potchik
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the stack...Rusty Wagner
2025-03-28missed the older dates!Jordan Wiens
2024-01-08update copyright yearJordan Wiens
2023-01-05Update copyright to 2023Josh F
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-09-06Fix import of logPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-03-04documentation updates on set_default_session_data and transformation apiJordan Wiens
2021-01-18updating copyright yearJordan Wiens
2020-05-11Fixes #1619 Hash transforms encode functions should return bytes instead of strPeter LaFosse
2020-05-03Fix up equality operators and had hash operatorsPeter LaFosse
2020-01-01update copyright year to 2020Jordan Wiens
2019-08-28add transform documentationJordan Wiens
2019-07-23Fix DataBuffer UAF in Transform Python API.Brian Potchik
2019-06-21Fix custom Transforms for python3Josh Watson
2019-06-08final refactor for missing parametersJordan Wiens
2019-05-31Clean Up 2/3 int/long CompatibilityKyleMiles
2019-04-15Fix transform import for Python3.Brian Potchik
2019-04-13Don't allow integer values for transform buffer param.Brian Potchik
2019-01-17update company name and copyright dateJordan Wiens
2018-12-22Added TransformParameter.repr (#1223)Josh Watson
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10addition 3 compatibility changesJordan Wiens
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-06-11Add empty list properties to some classes to allow for visibilitynegasora
2017-05-19update copyright yearJordan Wiens
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, us...Rusty Wagner
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse