appknox/pyaxmlparser

How to get icon

shashankx86 opened this issue · 1 comments

icon_binary_data = b'\x03...'
with open("app_icon.png", "wb") as fp:
  fp.write(icon_binary_data)

It won't open

I am closing this issue. Please save the icon binary data as binary file and open it