Closed RobinDavid closed 10 months ago
I added docstrings for the new functions, used single leading underscore for private methods instead of double leading underscore that has a specific behavior, invoking name mangling (see PEP-8) and fixed a leftover. For the rest LGTM
Rebased on top of main
Rework completely the underlying of diffs to better scale.
I am not mutating objects on the fly now.
Changed the API to make it compliant with the underlying working of python-binexport.
Can now instanciate a
BinDiff
object almost immediately.(Now need to write some tests)