You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiplatform CLI and GUI tool to show information about ELF files.
3
+
Multiplatform command-line and graphical tool to analyze (suspicious) ELF files. This is an authorized, maintained fork of the great [ELF Parser](https://elfparser.com).
4
4
5
-

6
-

5
+
## Features
7
6
8
-
This project aims to keep the great [elfparser](https://github.com/jacob-baines/elfparser) alive. Plans include updating and adding new features to it.
7
+
* File hashes (MD5, SHA-1, and SHA-256).
8
+
* File entropy.
9
+
* ELF headers, sections and segments parsing.
10
+
* ELF symbols.
11
+
* Hex Dump.
12
+
* Capabilities detection.
13
+
* Scoring system.
9
14
10
-
## What problem are you trying to solve?
15
+
## Installing
11
16
12
-
Keep one of the few multiplatform graphical tool to parse ELF files up to date and improve it with new features.
17
+
You can download a pre-compiled release from the [Releases](https://github.com/mentebinaria/elfparser-ng/releases) section and use it.
13
18
14
-
## Features
19
+
## Screnshots
15
20
16
-
* Parse ELF headers and segments.
17
-
* Show symbols.
18
-
* Hex Dump.
19
-
* Calculate file's entropy.
21
+
### Main window
20
22
21
-
## Installing
23
+

24
+
25
+
### Segments
26
+
27
+

22
28
23
-
You can just download a pre-compiled release from the [Releases](https://github.com/mentebinaria/elfparser-ng/releases) section and use it.
29
+
### Capabilities
30
+
31
+

24
32
25
33
## Building
26
34
@@ -32,16 +40,18 @@ To build on Windows, set the `option(windows "Enable Windows build." OFF` to `ON
32
40
33
41
### Compile Targets
34
42
35
-
ELF Parser has a number of compilation targets that can be configured by CMakeLists.txt. The targets are:
43
+
elfparser-ng has a number of compilation targets configurable in `CMakeLists.txt` file:
0 commit comments