DNiD [modified by mammon] README:
---------------------------------
Basically the exact same tool as Rue once wrote, however;
his tool was outdated on many things such as no way to add
new signatures and so forth :(
So here is a new, modified version of his amazing tool with
a new twist; it now has the ability to load external databases
without much fuzz to it - it also includes a brand new byte-search
engine which allows true wildcard searches ;)
Included is a sample-database, from which you can see how you
can add new signatures ;)
Also, the design is written to resemble PEiD as much as possible of
one simple reason; simplicity of the mind, thus only the theme is
basically the difference between DNiD and PEiD ;)
TODO:
+Add complete x64 & x86 plugin support... (not PEiD ones, or native ones...)
+Add possibility of using different pattern-finder engines... (thx mr.eXodia for the idea)
+Add a simple hex-view window...
+++Got suggestions? Good, send them to me!+++
VERSION
[2016/01/xx] - 2.0.3.0: (by mammon)
=======================
+Added a simple disassembly-view window...
+Added a simple error-report window...
*Fixed occuring errors on re-launching, due to parallelization...
*Changed so all Native DLL methods are located in 1 place...
*Changed compilation mode to x86 - and it still is able to scan x64 binaries...
[2016/01/17] - 2.0.2.0: (by mammon)
=======================
+Added complete PEiD plugin(s) support... (this is a bit buggy!)
*Fixed "Open File" issue... (thx Apuromafo)
*Changed the binary-search algorithm to now be
part of main-assembly... (less size!)
*Changed alot of the "foreach" loops with "Parallel"'s, instead...
[2016/01/14] - 2.0.1.0: (by mammon)
=======================
!!FIRST PUBLIC VERSION!!
*Changed search-engine algorithm to use multi-CPU,
which makes it waaaaay faster...
[2016/01/12] - 2.0.0.0: (by mammon)
=======================
*Re-coded from scratch by mammon...
+Added new search-engine... (faster...)
+Re-added external signature support...
+Added signature:
-> ConfuserEx
[2016/01/26] - 2.0.5.0: (by mammon)
=======================
+Added sample plugin... (works with both DNiD & PEiD!)
+Added small console-tool to set DNiD2 to Explorer's context menu...
+Added context menu to SecView - you can now directly Disassemble or
read any of the section in Hex...
+Added Debug Assertion on debug build on all methods...
*Fixed so project doesn't copy SharpDisasm to bin dir...
*Fixed plugins loader code...
*Changed plugins directory to load from; %dnid2_dir%\plugins\...
Also, pre-compiled download: https://bitbucket.org/styx2007/m ... .5.0_2016.01.26.rar
NB: The build is failing on AppVeyor because it fails to add the "DllExport" package to the included Sample Plugin automatically...