File Parsing Methods
c3rb3ru5d3d53c opened this issue · 1 comments
c3rb3ru5d3d53c commented
ReadStream(char* bytes, int bytesize, ...)
and then ReadFile, just open the file and use ReadStream
in this way
we can make 2 low level C api, that can be called in python
one: passing a path
two: passing bytes
c3rb3ru5d3d53c commented
LIEF Already does this for us, just passed wrappers all good now :)