Skip to content

Commit c67f06b

Browse files
author
Dr. Brandon Wiley
committed
Merge branch 'master' of github.com:OperatorFoundation/AdversaryLab
2 parents 54af296 + db20ea2 commit c67f06b

14 files changed

Lines changed: 423 additions & 93 deletions

File tree

AdversaryLabSwift.xcodeproj/project.pbxproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
46175B78202D4545009311D6 /* PacketLengths.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46175B77202D4545009311D6 /* PacketLengths.swift */; };
1414
46175B7A202D466A009311D6 /* Timing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46175B79202D466A009311D6 /* Timing.swift */; };
1515
46175B7C202D46AF009311D6 /* Sequences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46175B7B202D46AF009311D6 /* Sequences.swift */; };
16+
462271F72049021A00F21D08 /* DataHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 462271F62049021A00F21D08 /* DataHelper.swift */; };
1617
4651A15120083BF700037D31 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4651A15020083BF700037D31 /* AppDelegate.swift */; };
1718
4651A15320083BF700037D31 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4651A15220083BF700037D31 /* ViewController.swift */; };
1819
4651A15520083BF700037D31 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4651A15420083BF700037D31 /* Assets.xcassets */; };
@@ -28,6 +29,8 @@
2829
468B264D2023C099000A2B5D /* Datable.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 46D8512F201FE4B50052DF49 /* Datable.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2930
468B26522023D016000A2B5D /* ObservedConnections.swift in Sources */ = {isa = PBXBuildFile; fileRef = 468B26512023D016000A2B5D /* ObservedConnections.swift */; };
3031
CA727CD42050A3580051A01B /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = CA727CD32050A3580051A01B /* README.md */; };
32+
CAA6C98320642A2D00EE8DF1 /* KnownProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA6C97A20642A2D00EE8DF1 /* KnownProtocols.swift */; };
33+
CAA6C98420642A2D00EE8DF1 /* TLS12.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA6C97B20642A2D00EE8DF1 /* TLS12.swift */; };
3134
/* End PBXBuildFile section */
3235

3336
/* Begin PBXContainerItemProxy section */
@@ -127,6 +130,7 @@
127130
46175B77202D4545009311D6 /* PacketLengths.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PacketLengths.swift; sourceTree = "<group>"; };
128131
46175B79202D466A009311D6 /* Timing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Timing.swift; sourceTree = "<group>"; };
129132
46175B7B202D46AF009311D6 /* Sequences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sequences.swift; sourceTree = "<group>"; };
133+
462271F62049021A00F21D08 /* DataHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataHelper.swift; sourceTree = "<group>"; };
130134
4651A14D20083BF700037D31 /* AdversaryLabSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AdversaryLabSwift.app; sourceTree = BUILT_PRODUCTS_DIR; };
131135
4651A15020083BF700037D31 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
132136
4651A15220083BF700037D31 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -143,6 +147,8 @@
143147
468B26232023B609000A2B5D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
144148
468B26512023D016000A2B5D /* ObservedConnections.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObservedConnections.swift; sourceTree = "<group>"; };
145149
CA727CD32050A3580051A01B /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
150+
CAA6C97A20642A2D00EE8DF1 /* KnownProtocols.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KnownProtocols.swift; sourceTree = "<group>"; };
151+
CAA6C97B20642A2D00EE8DF1 /* TLS12.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TLS12.swift; sourceTree = "<group>"; };
146152
/* End PBXFileReference section */
147153

148154
/* Begin PBXFrameworksBuildPhase section */
@@ -180,6 +186,7 @@
180186
46175B79202D466A009311D6 /* Timing.swift */,
181187
46175B6B202CE3DB009311D6 /* Entropy.swift */,
182188
46175B7B202D46AF009311D6 /* Sequences.swift */,
189+
CAA6C97920642A2D00EE8DF1 /* Protocols */,
183190
);
184191
path = Features;
185192
sourceTree = "<group>";
@@ -197,6 +204,7 @@
197204
isa = PBXGroup;
198205
children = (
199206
467E49392017F166008B19E3 /* Constants.swift */,
207+
462271F62049021A00F21D08 /* DataHelper.swift */,
200208
);
201209
path = Helpers;
202210
sourceTree = "<group>";
@@ -286,6 +294,15 @@
286294
name = Products;
287295
sourceTree = "<group>";
288296
};
297+
CAA6C97920642A2D00EE8DF1 /* Protocols */ = {
298+
isa = PBXGroup;
299+
children = (
300+
CAA6C97A20642A2D00EE8DF1 /* KnownProtocols.swift */,
301+
CAA6C97B20642A2D00EE8DF1 /* TLS12.swift */,
302+
);
303+
path = Protocols;
304+
sourceTree = "<group>";
305+
};
289306
/* End PBXGroup section */
290307

291308
/* Begin PBXNativeTarget section */
@@ -473,9 +490,12 @@
473490
46175B6C202CE3DB009311D6 /* Entropy.swift in Sources */,
474491
46175B78202D4545009311D6 /* PacketLengths.swift in Sources */,
475492
46175B7A202D466A009311D6 /* Timing.swift in Sources */,
493+
CAA6C98320642A2D00EE8DF1 /* KnownProtocols.swift in Sources */,
476494
46175B6920253F86009311D6 /* FakeConnectionGenerator.swift in Sources */,
477495
468B26522023D016000A2B5D /* ObservedConnections.swift in Sources */,
496+
462271F72049021A00F21D08 /* DataHelper.swift in Sources */,
478497
4651A15120083BF700037D31 /* AppDelegate.swift in Sources */,
498+
CAA6C98420642A2D00EE8DF1 /* TLS12.swift in Sources */,
479499
46175B7C202D46AF009311D6 /* Sequences.swift in Sources */,
480500
467E493A2017F166008B19E3 /* Constants.swift in Sources */,
481501
);

AdversaryLabSwift.xcodeproj/xcuserdata/Lita.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,37 @@
2121
continueAfterRunningActions = "No">
2222
</BreakpointContent>
2323
</BreakpointProxy>
24+
<BreakpointProxy
25+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
26+
<BreakpointContent
27+
shouldBeEnabled = "Yes"
28+
ignoreCount = "0"
29+
continueAfterRunningActions = "No"
30+
filePath = "AdversaryLabSwift/Controllers/ConnectionInspector.swift"
31+
timestampString = "543376365.868775"
32+
startingColumnNumber = "9223372036854775807"
33+
endingColumnNumber = "9223372036854775807"
34+
startingLineNumber = "20"
35+
endingLineNumber = "20"
36+
landmarkName = "analyzeConnections(enableSequenceAnalysis:)"
37+
landmarkType = "7">
38+
</BreakpointContent>
39+
</BreakpointProxy>
40+
<BreakpointProxy
41+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
42+
<BreakpointContent
43+
shouldBeEnabled = "Yes"
44+
ignoreCount = "0"
45+
continueAfterRunningActions = "No"
46+
filePath = "AdversaryLabSwift/Controllers/ConnectionInspector.swift"
47+
timestampString = "543376370.288467"
48+
startingColumnNumber = "9223372036854775807"
49+
endingColumnNumber = "9223372036854775807"
50+
startingLineNumber = "44"
51+
endingLineNumber = "44"
52+
landmarkName = "analyzeConnections(enableSequenceAnalysis:)"
53+
landmarkType = "7">
54+
</BreakpointContent>
55+
</BreakpointProxy>
2456
</Breakpoints>
2557
</Bucket>

0 commit comments

Comments
 (0)