2

I have an exe binary that was created using PyInstaller. I have reversed the exe file . I have some strange files that are called black_box and black_box.exe.manifest.

When I use strings command on the black_box file this is what I see:

strings command What is this file? Can it be converted to a python file?

Paolo Forgia
  • 6,572
  • 8
  • 46
  • 58
Maxim Toyberman
  • 1,906
  • 1
  • 20
  • 35
  • 1
    looks like some packages plus what is possibly a secret ssh key? have you tried just reading it as a `txt` file considering the extension isn't really an `exe` but a snake case one, and if in fact that is an actual secret ssh key I would remove this picture asap – gold_cy Jun 04 '17 at 20:13
  • @DmitryPolonskiy this is just an exercise so its ok :) , what do you mean by reading it as a txt file ? I think that some code may be packaged inside. because of the function declarations. – Maxim Toyberman Jun 04 '17 at 20:18
  • [like this?](https://docs.python.org/2/tutorial/inputoutput.html#reading-and-writing-files) – gold_cy Jun 04 '17 at 20:26
  • @DmitryPolonskiy actually i have tried it... – Maxim Toyberman Jun 04 '17 at 20:29
  • ok so what's the traceback, error? can you show your python code attempts in the post, otherwise I don't know what you have tried so I don't know what or how to recommend a solution, help me help you... – gold_cy Jun 04 '17 at 20:38
  • @DmitryPolonskiy what do you mean "but a snake case one" at your first reply? – Evyatar Jun 05 '17 at 19:40
  • snake case == naming_like_this – gold_cy Jun 05 '17 at 20:05

0 Answers0