Skip to content

Commit 2651f04

Browse files
author
Josh Lospinoso
committed
Draft images
1 parent 4c7386e commit 2651f04

File tree

5 files changed

+269
-1
lines changed

5 files changed

+269
-1
lines changed

.gitignore

+261
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,261 @@
1+
2+
# Created by https://www.gitignore.io/api/visualstudio
3+
4+
# User defined
5+
Gargoyle/Debug/
6+
7+
### VisualStudio ###
8+
## Ignore Visual Studio temporary files, build results, and
9+
## files generated by popular Visual Studio add-ons.
10+
11+
# User-specific files
12+
*.suo
13+
*.user
14+
*.userosscache
15+
*.sln.docstates
16+
17+
# User-specific files (MonoDevelop/Xamarin Studio)
18+
*.userprefs
19+
20+
# Build results
21+
[Dd]ebug/
22+
[Dd]ebugPublic/
23+
[Rr]elease/
24+
[Rr]eleases/
25+
x64/
26+
x86/
27+
bld/
28+
[Bb]in/
29+
[Oo]bj/
30+
[Ll]og/
31+
32+
# Visual Studio 2015 cache/options directory
33+
.vs/
34+
# Uncomment if you have tasks that create the project's static files in wwwroot
35+
#wwwroot/
36+
37+
# MSTest test Results
38+
[Tt]est[Rr]esult*/
39+
[Bb]uild[Ll]og.*
40+
41+
# NUNIT
42+
*.VisualState.xml
43+
TestResult.xml
44+
45+
# Build Results of an ATL Project
46+
[Dd]ebugPS/
47+
[Rr]eleasePS/
48+
dlldata.c
49+
50+
# DNX
51+
project.lock.json
52+
artifacts/
53+
54+
*_i.c
55+
*_p.c
56+
*_i.h
57+
*.ilk
58+
*.meta
59+
*.obj
60+
*.pch
61+
*.pdb
62+
*.pgc
63+
*.pgd
64+
*.rsp
65+
*.sbr
66+
*.tlb
67+
*.tli
68+
*.tlh
69+
*.tmp
70+
*.tmp_proj
71+
*.log
72+
*.vspscc
73+
*.vssscc
74+
.builds
75+
*.pidb
76+
*.svclog
77+
*.scc
78+
79+
# Chutzpah Test files
80+
_Chutzpah*
81+
82+
# Visual C++ cache files
83+
ipch/
84+
*.aps
85+
*.ncb
86+
*.opendb
87+
*.opensdf
88+
*.sdf
89+
*.cachefile
90+
*.VC.db
91+
*.VC.VC.opendb
92+
93+
# Visual Studio profiler
94+
*.psess
95+
*.vsp
96+
*.vspx
97+
*.sap
98+
99+
# TFS 2012 Local Workspace
100+
$tf/
101+
102+
# Guidance Automation Toolkit
103+
*.gpState
104+
105+
# ReSharper is a .NET coding add-in
106+
_ReSharper*/
107+
*.[Rr]e[Ss]harper
108+
*.DotSettings.user
109+
110+
# JustCode is a .NET coding add-in
111+
.JustCode
112+
113+
# TeamCity is a build add-in
114+
_TeamCity*
115+
116+
# DotCover is a Code Coverage Tool
117+
*.dotCover
118+
119+
# NCrunch
120+
_NCrunch_*
121+
.*crunch*.local.xml
122+
nCrunchTemp_*
123+
124+
# MightyMoose
125+
*.mm.*
126+
AutoTest.Net/
127+
128+
# Web workbench (sass)
129+
.sass-cache/
130+
131+
# Installshield output folder
132+
[Ee]xpress/
133+
134+
# DocProject is a documentation generator add-in
135+
DocProject/buildhelp/
136+
DocProject/Help/*.HxT
137+
DocProject/Help/*.HxC
138+
DocProject/Help/*.hhc
139+
DocProject/Help/*.hhk
140+
DocProject/Help/*.hhp
141+
DocProject/Help/Html2
142+
DocProject/Help/html
143+
144+
# Click-Once directory
145+
publish/
146+
147+
# Publish Web Output
148+
*.[Pp]ublish.xml
149+
*.azurePubxml
150+
# TODO: Comment the next line if you want to checkin your web deploy settings
151+
# but database connection strings (with potential passwords) will be unencrypted
152+
*.pubxml
153+
*.publishproj
154+
155+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
156+
# checkin your Azure Web App publish settings, but sensitive information contained
157+
# in these scripts will be unencrypted
158+
PublishScripts/
159+
160+
# NuGet Packages
161+
*.nupkg
162+
# The packages folder can be ignored because of Package Restore
163+
**/packages/*
164+
# except build/, which is used as an MSBuild target.
165+
!**/packages/build/
166+
# Uncomment if necessary however generally it will be regenerated when needed
167+
#!**/packages/repositories.config
168+
# NuGet v3's project.json files produces more ignoreable files
169+
*.nuget.props
170+
*.nuget.targets
171+
172+
# Microsoft Azure Build Output
173+
csx/
174+
*.build.csdef
175+
176+
# Microsoft Azure Emulator
177+
ecf/
178+
rcf/
179+
180+
# Windows Store app package directories and files
181+
AppPackages/
182+
BundleArtifacts/
183+
Package.StoreAssociation.xml
184+
_pkginfo.txt
185+
186+
# Visual Studio cache files
187+
# files ending in .cache can be ignored
188+
*.[Cc]ache
189+
# but keep track of directories ending in .cache
190+
!*.[Cc]ache/
191+
192+
# Others
193+
ClientBin/
194+
~$*
195+
*~
196+
*.dbmdl
197+
*.dbproj.schemaview
198+
*.pfx
199+
*.publishsettings
200+
node_modules/
201+
orleans.codegen.cs
202+
203+
# Since there are multiple workflows, uncomment next line to ignore bower_components
204+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
205+
#bower_components/
206+
207+
# RIA/Silverlight projects
208+
Generated_Code/
209+
210+
# Backup & report files from converting an old project file
211+
# to a newer Visual Studio version. Backup files are not needed,
212+
# because we have git ;-)
213+
_UpgradeReport_Files/
214+
Backup*/
215+
UpgradeLog*.XML
216+
UpgradeLog*.htm
217+
218+
# SQL Server files
219+
*.mdf
220+
*.ldf
221+
222+
# Business Intelligence projects
223+
*.rdl.data
224+
*.bim.layout
225+
*.bim_*.settings
226+
227+
# Microsoft Fakes
228+
FakesAssemblies/
229+
230+
# GhostDoc plugin setting file
231+
*.GhostDoc.xml
232+
233+
# Node.js Tools for Visual Studio
234+
.ntvs_analysis.dat
235+
236+
# Visual Studio 6 build log
237+
*.plg
238+
239+
# Visual Studio 6 workspace options file
240+
*.opt
241+
242+
# Visual Studio LightSwitch build output
243+
**/*.HTMLClient/GeneratedArtifacts
244+
**/*.DesktopClient/GeneratedArtifacts
245+
**/*.DesktopClient/ModelManifest.xml
246+
**/*.Server/GeneratedArtifacts
247+
**/*.Server/ModelManifest.xml
248+
_Pvt_Extensions
249+
250+
# Paket dependency manager
251+
.paket/paket.exe
252+
paket-files/
253+
254+
# FAKE - F# Make
255+
.fake/
256+
257+
# JetBrains Rider
258+
.idea/
259+
*.sln.iml
260+
B
261+

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# gargoyle
2-
A memory scanning evasion technique
2+
![gargoyle Infographic](https://github.com/JLospinoso/github/raw/master/title.png)
3+
4+
# How it works
5+
![gargoyle Infographic](https://github.com/JLospinoso/github/raw/master/infographic.png)
6+
7+
# Building from source
8+
9+
# More information

gargoyle.png

115 KB
Loading

infographic.png

450 KB
Loading

title.png

88.2 KB
Loading

0 commit comments

Comments
 (0)