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
--reportflag automatically generates a comprehensive malware analysis report and prints it to the terminal. - There is now a
--helpflag, 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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.