You are browsing as a guest. Sign up (or log in) to start making projects!

2h 55m 17s logged

Scout now has a readme and a security policy(SECURITY.md). Along with that scout now also has these additional features:

  • (Shannon)Entropy calculation
  • Automatic extraction of high and low entropy strings
  • The --report flag automatically generates a comprehensive malware analysis report and prints it to the terminal.
  • There is now a --help flag, but it is very unstable at the moment, and the help message is, not very helpful

Scout is now gcc only. Compiling with other compilers will not work due to certain GNU extensions used in the code.

The new tokenize function has a memory leak for every token it generates, but fixing that would mean having to figure out where to put the free() calls.

The program also segfaults if the second argument is blank.

0
2

Comments 0

No comments yet. Be the first!