Add nccgroup/WindowsMemPageDelta to Binary Analysis

This commit is contained in:
pe3zx 2020-10-05 15:59:30 +07:00
parent 0cd0404466
commit ef7bcf5541

View File

@ -399,6 +399,10 @@ This repository is created as an online bookmark for useful links, resources and
<td><a href="https://github.com/NASA-SW-VnV/ikos">NASA-SW-VnV/ikos</a></td>
<td>IKOS (Inference Kernel for Open Static Analyzers) is a static analyzer for C/C++ based on the theory of Abstract Interpretation</td>
</tr>
<tr>
<td><a href="https://github.com/nccgroup/WindowsMemPageDelta">nccgroup/WindowsMemPageDelta</a></td>
<td>A Microsoft Windows service to provide telemetry on Windows executable memory page changes to facilitate threat detection</td>
</tr>
<tr>
<td><a href="https://github.com/pierrezurek/Signsrch">pierrezurek/Signsrch</a></td>
<td>tool for searching signatures inside files, extremely useful in reversing engineering for figuring or having an initial idea of what encryption/compression algorithm is used for a proprietary protocol or file. it can recognize tons of compression, multimedia and encryption algorithms and many other things like known strings and anti-debugging code which can be also manually added since it's all based on a text signature file read at runtime and easy to modify.</td>