Skip to content

Commit 69868ad

Browse files
committed
img/readme
1 parent 7f9d06e commit 69868ad

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# MasterStringz
2+
3+
MasterStringz is a Qt-based tool for analyzing and filtering strings extracted from binaries.
4+
5+
6+
![scrsht](screenshot.png)
7+
8+
## Features
9+
10+
- Analyze strings from binary files.
11+
- Filter by category: URL, email, file path, registry keys, IP addresses, and more.
12+
- Filter by string length, custom regex, or category.
13+
- Remove common strings found in legitimate binaries (Ubuntu, Debian, Golang, etc).
14+
- Exclude "junk" strings matching typical instruction patterns.
15+
- Simplifies and accelerates the analysis of binary strings for reverse engineering or malware research.
16+
17+
## Requirements
18+
19+
- Qt 6.x (tested with 6.7.0)
20+
- qmake
21+
- make
22+
- C++ compiler (GCC, Clang, MSVC)
23+
24+
## Build Instructions
25+
26+
```sh
27+
qmake
28+
make
29+
```
30+
31+
The binary will be generated in the project directory.
32+
33+
## Usage
34+
35+
Run the generated executable and open a binary file to begin string analysis and filtering.
36+
37+
## Contribution
38+
39+
Contributions are welcome. Open issues or pull requests for bug reports or features.
40+
41+
## License
42+
43+
This project is licensed under the MIT License.

screenshot.png

362 KB
Loading

0 commit comments

Comments
 (0)