MicroSCOPE

MicroSCOPE is a command-line software that is used to statically analyze any ELF (*nix) or PE (Windows) binary program. MicroSCOPE applies heuristics to look for any features that might identify the program as ransomware.

The project was developed following modern software engineering techniques, preferring an incremental approach. The programming language used was Go, which is powerful, versatile and has a syntax very similar to C; Go allowed the software to be written in a few weeks.

Following are some features of the MicroSCOPE program:

Documentation and code are available through the Github platform.

Contact me