PyGhidra's open_program
should be able to take a bytes
or file like object
#6915
Labels
open_program
should be able to take a bytes
or file like object
#6915
Sometimes I am unpacking and mass analysing binaries. It would be great to be able to pass a
bytes
or even better a file like object. This would make it easier with libraries like CART and when I use temporary files.It is easy to create a temp directory, write and open with
tempfile
, but it would be nice to have a convenient method.The text was updated successfully, but these errors were encountered: