Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JusticeRage committed Apr 6, 2018
1 parent 037715d commit 3577518
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Obviously, most people are better off having an antivirus decide what's best for

If you want to see some sample reports generated by the tool, feel free to try out the web service I created for it: [manalyzer.org](https://manalyzer.org).

## Table of Contents

- [A static analyzer for PE files](#a-static-analyzer-for-pe-file)
- [How to build](#how-to-build)
- [Generating ClamAV rules](#generating-clamav-rules)
- [Usage](#usage)
- [People using Manalyze](#people-using-manalyze)
- [Contact](#contact)

## A static analyzer for PE files
Manalyze was written in C++ for Windows and Linux and is released under the terms of the [GPLv3 license](https://www.gnu.org/licenses/gpl-3.0.txt). It is a robust parser for PE files with a flexible plugin architecture which allows users to statically analyze files in-depth. Manalyze...
- Identifies a PE's compiler
Expand Down Expand Up @@ -102,6 +111,7 @@ Examples:
## People using Manalyze

- [ANY.RUN](https://any.run/)
- [DFN-CERT](https://www.dfn-cert.de/)

Contact me or open a pull request if you would like to be added to this list!

Expand Down
15 changes: 15 additions & 0 deletions bin/.dlopen.valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,18 @@
fun:dlopen@@GLIBC_2.2.5
...
}
{
<Ignore dlopen leak.>
Memcheck:Leak
...
fun:_dl_open
...
}
{
<Ignore dlopen leak.>
Memcheck:Leak
...
fun:_dl_close
...
}

0 comments on commit 3577518

Please sign in to comment.