Skip to content

masterccc/MasterStringz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MasterStringz

MasterStringz is a Qt-based tool for analyzing and filtering strings extracted from binaries.

scrsht

Features

  • Analyze strings from binary files.
  • Filter by category: URL, email, file path, registry keys, IP addresses, and more.
  • Filter by string length, custom regex, or category.
  • Remove common strings found in legitimate binaries (Ubuntu, Debian, Golang, etc).
  • Exclude "junk" strings matching typical instruction patterns.
  • Simplifies and accelerates the analysis of binary strings for reverse engineering or malware research.

Requirements

  • Qt 6.x (tested with 6.7.0)
  • qmake
  • make
  • C++ compiler (GCC, Clang, MSVC)

Build Instructions

qmake CuttieElf.pro
make -j $(nproc)

The binary will be generated in the project directory.

Usage

Run the generated executable and open a binary file to begin string analysis and filtering.

Contribution

Contributions are welcome. Open issues or pull requests for bug reports or features.

License

This project is licensed under the MIT License.

About

Malware static-analysis tool - filters and removes strings from legitimate binaries

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published