1
0
Fork 0

PROJECT: remove snowman

This commit is contained in:
Duncan Ogilvie 2019-06-22 17:09:21 +02:00
parent 0b7d840b60
commit 1e7d4cec1a
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
3 changed files with 3 additions and 5 deletions

View File

@ -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)

2
deps

@ -1 +1 @@
Subproject commit 89f9c7ffae88d780e7f3106fa9f5b0080622ef75
Subproject commit be0d812e919272f86be3a819c986db03f1c78859

View File

@ -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
xcopy deps\x64d bin\x64d /S /Y