Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it run under Cygwin #66

Closed
topiux opened this issue Apr 19, 2017 · 3 comments
Closed

Make it run under Cygwin #66

topiux opened this issue Apr 19, 2017 · 3 comments

Comments

@topiux
Copy link
Contributor

topiux commented Apr 19, 2017

Having the option to use a bash shell for the convenience of execution and output manipulation would be beneficial. Currently, execution of the windows binary in Cygwin ends up in error:

$ ./loki.exe


      __    ____  __ __ ____
     / /   / __ \/ //_//  _/
    / /   / / / / ,<   / /
   / /___/ /_/ / /| |_/ /
  /_____/\____/_/ |_/___/
      ________  ______   _____
     /  _/ __ \/ ____/  / ___/_________ _____  ____  ___  _____
     / // / / / /       \__ \/ ___/ __ `/ __ \/ __ \/ _ \/ ___/
   _/ // /_/ / /___    ___/ / /__/ /_/ / / / / / / /  __/ /
  /___/\____/\____/   /____/\___/\__,_/_/ /_/_/ /_/\___/_/


   (C) Florian Roth
   February 2017
   Version 0.19.1

   DISCLAIMER - USE AT YOUR OWN RISK



Traceback (most recent call last):
  File "<string>", line 1467, in <module>
  File "<string>", line 1197, in log
  File "<string>", line 1208, in log_to_stdout
TypeError: encode() argument 1 must be string, not None
@Neo23x0
Copy link
Owner

Neo23x0 commented Apr 19, 2017

Can't you just install python and yara-python module in cygwin and run the python script?

@topiux
Copy link
Contributor Author

topiux commented Apr 19, 2017

That's what I ended up doing. Few more steps but worth it. The CMD window is too restrictive.

@justNik101
Copy link
Contributor

yes it is

@Neo23x0 Neo23x0 closed this as completed Nov 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants