Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
v0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonyha7 committed Apr 16, 2022
1 parent 7caecd3 commit c6d7ce5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 280 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ bin/
obj/

.vs/abdUI/v17/

*.lnk
Binary file added 128X128.ico
Binary file not shown.
278 changes: 1 addition & 277 deletions Form2.resx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("abdUI")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyCopyright("Copyright © Tonyha7 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// 将 ComVisible 设置为 false 会使此程序集中的类型
//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
//请将此类型的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]
[assembly: ComVisible(true)]

// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("5cfa776c-3371-47d3-aed6-ae8cf6b16246")]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

只是一个对某管理程序逆向并用adb进行一些操作的小程序,大牛请绕道。

为了提̶高̶逆̶向̶难̶度̶和减小程序体积,Release用了[ConfuserEx](https://github.com/mkaring/ConfuserEx)混淆。

### 请遵循GNU Lesser General Public License v2.1协议
7 changes: 6 additions & 1 deletion abdUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>64X64.ico</ApplicationIcon>
<ApplicationIcon>128X128.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -143,6 +147,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="128X128.ico" />
<Content Include="64X64.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit c6d7ce5

Please sign in to comment.