diff --git a/README.md b/README.md index fc820645..acb417f4 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,6 @@ This is a community effort and we accept pull requests! See the [CONTRIBUTING](h - Import reconstruction powered by [Scylla](https://github.com/NtQuery/Scylla) - JSON powered by [Jansson](http://www.digip.org/jansson) - Database compression powered by [lz4](https://bitbucket.org/mrexodia/lz4) -- Advanced pattern matching powered by [yara](http://virustotal.github.io/yara) -- Decompilation powered by [snowman](https://derevenets.com) - Bug icon by [VisualPharm](http://www.visualpharm.com) - Interface icons by [Fugue](http://p.yusukekamiyamane.com) - Website by [tr4ceflow](http://tr4ceflow.com) diff --git a/deps b/deps index 89f9c7ff..be0d812e 160000 --- a/deps +++ b/deps @@ -1 +1 @@ -Subproject commit 89f9c7ffae88d780e7f3106fa9f5b0080622ef75 +Subproject commit be0d812e919272f86be3a819c986db03f1c78859 diff --git a/setupdeps.bat b/setupdeps.bat index f9f0a052..37a2d5d8 100644 --- a/setupdeps.bat +++ b/setupdeps.bat @@ -7,7 +7,7 @@ xcopy deps\x64 bin\x64 /S /Y mkdir bin\x32d xcopy deps\x32 bin\x32d /S /Y -xcopy deps\x32d bin\x32d /S /Y REM copy the snowman.dll dummy and overwrite the release version +xcopy deps\x32d bin\x32d /S /Y mkdir bin\x64d xcopy deps\x64 bin\x64d /S /Y -xcopy deps\x64d bin\x64d /S /Y REM copy the snowman.dll dummy and overwrite the release version \ No newline at end of file +xcopy deps\x64d bin\x64d /S /Y \ No newline at end of file