summaryrefslogtreecommitdiff
path: root/python/databuffer.py
AgeCommit message (Expand)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-10-01better handling for when utf8 decoding failsJordan Wiens
2025-03-28missed the older dates!Jordan Wiens
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-01-08update copyright yearJordan Wiens
2023-01-05Update copyright to 2023Josh F
2022-11-20Initial constant expression builtin outliner.Brian Potchik
2022-03-11Allow DataBuffer to be initialized with a bytearray.Brian Potchik
2022-01-28Format All FilesKyleMiles
2022-01-19Turn some asserts back into exceptionsPeter LaFosse
2022-01-19Many type check fixesPeter LaFosse
2022-01-03update copyright yearsJordan Wiens
2021-10-15Database python apiGlenn Smith
2021-09-06Add some additional typehints to architecture.py, function.py and metadata.py...Peter LaFosse
2021-09-05Fix data accessors to return bytes objects instead of chrPeter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-01-18updating copyright yearJordan Wiens
2020-09-16Fix #1857 and #1959; Fix bytes/bytearray/string handling for databuffersKyleMiles
2020-09-16add support to databuffers, cstr helper, and bv.write for bytearraysJordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-05-31Clean Up 2/3 int/long CompatibilityKyleMiles
2019-05-16fix databufferJordan Wiens
2019-05-15first half of the refactor adding getters and setters for init created proper...Jordan Wiens
2019-04-12Encode strings to bytes passed to databufferBambu
2019-01-17update company name and copyright dateJordan Wiens
2018-12-22Python2/3 supportKyleMiles
2018-07-13Python2/3 String Compatibility FixKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2017-05-19update copyright yearJordan Wiens
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse