I am encountering a small issue when attempting to parse MachO binaries twice.
When I parse the binary the first time it returns the correct number of functions.
I've tried searching the docs and examples for possible solutions but i did not find any.
Am i doing something wrong?
I tested with Python3 and lief version 0.10.1-bfe5414
I am also encountering the same issue with C++ and the lief nightly version
let me know if any more information is needed, thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I am encountering a small issue when attempting to parse MachO binaries twice.
When I parse the binary the first time it returns the correct number of functions.
But when i try parsing it a second time it returns one less function
I've tried searching the docs and examples for possible solutions but i did not find any.
Am i doing something wrong?
I tested with Python3 and lief version 0.10.1-bfe5414
I am also encountering the same issue with C++ and the lief nightly version
let me know if any more information is needed, thanks.
The text was updated successfully, but these errors were encountered: