Tag: binaries

Analysis of suspicious binaries

Introduction to tools to analyze Windows executable and binaries. What is a binary file? A binary file is a file whose content must be interpreted by a program or a hardware processor that understands in advance exactly how it is formatted. That is, the file is not in any externally identi...

Turn your scripts into binaries using the awesome shc tool!

Assume the following scenario, you need to provide to a client a shell script to do a specific tasks, in the same time you have the following limitations you need to conform The script contains sensitive information (fo example a password) that the client must not learn The script must run o...