Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build for Visual Studio 2017 & 2019 #45

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
273 changes: 261 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,267 @@
#generic files/directories to ignore
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Visual Studio 2015 cache/options directory
.vs/
.vscode/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
Win32/
x64/
[Dd]ebug/
[Rr]elease/
dlldata.c

# DNX
project.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.aps
*.suo
Scylla.vcxproj.user
*.cachefile
*.VC.db

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml

# TODO: Un-comment the next line if you do not want to checkin
# your web deploy settings because they may include unencrypted
# passwords
#*.pubxml
*.publishproj

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Microsoft Azure ApplicationInsights config file
ApplicationInsights.config

# Windows Store app package directory
AppPackages/
BundleArtifacts/

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# LightSwitch generated files
GeneratedArtifacts/
ModelManifest.xml

# Paket dependency manager
.paket/paket.exe

# FAKE - F# Make
.fake/
/src/presentations/web/wwwroot
/src/services/webjob/lucene
appsettings.Development.json

# CMake
CMakeCache.txt
CMakeFiles/
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
build/
build.*/

# Python
*.pyc

# .idea
.idea/

#tinyxml ignore + exceptions
tinyxml/*
!tinyxml/README
!tinyxml/tinyxml.vcxproj*
# bin
bin/
*.a

#WTL ignore + exceptions
WTL/*
!WTL/README
mason_packages/
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "libs/distorm"]
path = libs/distorm
url = https://github.com/gdabah/distorm.git
[submodule "libs/tinyxml"]
path = libs/tinyxml
url = https://github.com/icebreaker/TinyXML.git
[submodule "libs/wtl"]
path = libs/wtl
url = https://github.com/dacci/wtl.git
20 changes: 14 additions & 6 deletions COMPILING
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
To compile Scylla you need to have VS2008 installed.
In addition to that you need source codes for the following libraries:
diStorm
tinyxml
WTL
Building
--------

See the corresponding README files for installation instructions.
Prerequisite:
* Visual Studio 2017 or newer
* Windows Desktop Development components
* Windows SDK version 8.1+
* Git for Windows

Clone this repo and open up your `Developer Command Prompt for VS` to the code folder.

```shell
> git submodule update --init --recursive
> msbuild Scylla
```
Binary file removed Plugins/ImpRec_Plugins/Imprec_Wrapper_DLL.dll
Binary file not shown.
Binary file removed Plugins/ImpRec_Plugins/PECompact 2.7.x.dll
Binary file not shown.
Binary file removed Plugins/PECompact.dll
Binary file not shown.
Binary file removed Plugins/PESpin_x64_v1.dll
Binary file not shown.
51 changes: 51 additions & 0 deletions Plugins/Scylla.Plugins.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28315.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImprecWrapper", "src\ImprecWrapper\ImprecWrapper.vcxproj", "{9E21BF66-17A6-4EC9-A8C9-1CAF895CFE9B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PECompact", "src\PECompact\PECompact.vcxproj", "{01F5FC2E-0917-49A4-8AF1-ACA87604C66A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PESpin", "src\PESpin\PESpin.vcxproj", "{972D5174-2D85-4842-88FF-48426B23C56F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E21BF66-17A6-4EC9-A8C9-1CAF895CFE9B}.Debug|x64.ActiveCfg = Debug|x64
{9E21BF66-17A6-4EC9-A8C9-1CAF895CFE9B}.Debug|x64.Build.0 = Debug|x64
{9E21BF66-17A6-4EC9-A8C9-1CAF895CFE9B}.Debug|x86.ActiveCfg = Debug|Win32
{9E21BF66-17A6-4EC9-A8C9-1CAF895CFE9B}.Debug|x86.Build.0 = Debug|Win32
{9E21BF66-17A6-4EC9-A8C9-1CAF895CFE9B}.Release|x64.ActiveCfg = Release|x64
{9E21BF66-17A6-4EC9-A8C9-1CAF895CFE9B}.Release|x64.Build.0 = Release|x64
{9E21BF66-17A6-4EC9-A8C9-1CAF895CFE9B}.Release|x86.ActiveCfg = Release|Win32
{9E21BF66-17A6-4EC9-A8C9-1CAF895CFE9B}.Release|x86.Build.0 = Release|Win32
{01F5FC2E-0917-49A4-8AF1-ACA87604C66A}.Debug|x64.ActiveCfg = Debug|x64
{01F5FC2E-0917-49A4-8AF1-ACA87604C66A}.Debug|x64.Build.0 = Debug|x64
{01F5FC2E-0917-49A4-8AF1-ACA87604C66A}.Debug|x86.ActiveCfg = Debug|Win32
{01F5FC2E-0917-49A4-8AF1-ACA87604C66A}.Debug|x86.Build.0 = Debug|Win32
{01F5FC2E-0917-49A4-8AF1-ACA87604C66A}.Release|x64.ActiveCfg = Release|x64
{01F5FC2E-0917-49A4-8AF1-ACA87604C66A}.Release|x64.Build.0 = Release|x64
{01F5FC2E-0917-49A4-8AF1-ACA87604C66A}.Release|x86.ActiveCfg = Release|Win32
{01F5FC2E-0917-49A4-8AF1-ACA87604C66A}.Release|x86.Build.0 = Release|Win32
{972D5174-2D85-4842-88FF-48426B23C56F}.Debug|x64.ActiveCfg = Debug|x64
{972D5174-2D85-4842-88FF-48426B23C56F}.Debug|x64.Build.0 = Debug|x64
{972D5174-2D85-4842-88FF-48426B23C56F}.Debug|x86.ActiveCfg = Debug|Win32
{972D5174-2D85-4842-88FF-48426B23C56F}.Debug|x86.Build.0 = Debug|Win32
{972D5174-2D85-4842-88FF-48426B23C56F}.Release|x64.ActiveCfg = Release|x64
{972D5174-2D85-4842-88FF-48426B23C56F}.Release|x64.Build.0 = Release|x64
{972D5174-2D85-4842-88FF-48426B23C56F}.Release|x86.ActiveCfg = Release|Win32
{972D5174-2D85-4842-88FF-48426B23C56F}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8C3EC6B-083F-4C08-A4A0-693F3D7542A6}
EndGlobalSection
EndGlobal
Binary file removed Plugins/Sources/scyllatoimprectree.rar
Binary file not shown.
File renamed without changes.
Loading