資源簡介
反射熱補丁技術,僅調用一下Crack方法,即可達到破解的目的,不破壞原版dll的完整性,無需反編譯爆破

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?Aspose.Slides;
using?Aspose.Slides.Charts;
using?Aspose.Slides.Export;
using?System.Reflection;
namespace?HOTPathchAsposeSlides
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????Crack();//調用Crack方法實現軟破解
????????????//實例化ppt文件
????????????Presentation?pres?=?new?Presentation();???????????
???????????
????????????//第一個幻燈片
????????????ISlide?sld0?=?pres.Slides[0];
????????????sld0.Shapes.Clear();??????????
????????????IAutoShape?ashp?=?sld0.Shapes.AddAutoShape(ShapeType.Rectangle?50?100?500?100);?//添加形狀????????????
????????????ashp.FillFormat.FillType?=?FillType.NoFill;//背景不填充
????????????ITextframe?tf?=?ashp.Textframe;//添加一個文本框??
????????????tf.Text?=?“Hello?world“;//文本
????????????IPortion?port?=?tf.Paragraphs[0].Portions[0];//文本段落????????????
????????????port.PortionFormat.LatinFont?=?new?FontData(“黑體“);
????????????port.PortionFormat.FontBold?=?NullableBool.True;??//加粗??????
????????????port.PortionFormat.FontHeight?=?50;//大小
????????????port.PortionFormat.FillFormat.FillType?=?FillType.Solid;
????????????port.PortionFormat.FillFormat.SolidFillColor.Color?=?System.Drawing.Color.Red;//顏色?
????????????//創建個空的幻燈片???????
????????????pres.Slides.AddEmptySlide(pres.LayoutSlides[0]);
????????????//第二個幻燈片
????????????ISlide?sld?=?pres.Slides[1];
????????????//刪除默認生成的形狀框
????????????sld.Shapes.Clear();
????????????//?添加圖表
????????????IChart?chart?=?sld.Shapes.AddChart(ChartType.ClusteredColumn?100?10?500?500);
????????????//添加圖表標題????????????
????????????chart.Charttitle.AddTextframeForOverriding(“aspose.slides“);
????????????chart.Charttitle.TextframeForOverriding.TextframeFormat.CenterText?=?NullableBool.True;
????????????chart.Charttitle.Height?=?20;
????????????chart.Hastitle?=?true;????????????
????????????chart.ChartData.Series[0].Labels.DefaultDataLabelFormat.ShowValue?=?true;
????????????//設置圖表數據表的索引
????????????int?defaultWorksheetIndex?=?0;
????????????//實例化圖表數據表
????????????IChartDataWorkbook?fact?=?chart.ChartData.ChartDataWorkbook;
????????????//刪除默認生成的系列和類別
????????????chart.ChartData.Series.Clear();
????????????chart.ChartData.Categories.Clear();
????????????int?s?=?chart.ChartData.Series.Count;
????????????s?=?chart.ChartData.Categories.Count;
????????????//添加新系列
????????????chart.ChartData.Series.Add(fact.GetCell(defaultWorksheetIndex?0?1?“濟南霧霾指數“)?chart.Type);
????????????chart.ChartData.Series.Add(fact.GetCell(defaultWorksheetIndex?0?2?“濟南霧霾指數“)?chart.Type);
????????????chart.ChartData.Series.Add(fact.GetCell(defaultWorksheetIndex?0?3?“濟南霧霾指數“)?chart.Type);
????????????//添加新類別
????????????chart.ChartData.Categorie
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????38400??2016-10-17?09:21??HOTPathchAsposeSlides\.vs\HOTPathchAsposeSlides\v14\.suo
?????文件???20894184??2017-10-08?13:40??HOTPathchAsposeSlides\HOTPathchAsposeSlides\bin\Debug\Aspose.Slides.dll
?????文件??????13312??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\bin\Debug\HOTPathchAsposeSlides.exe
?????文件??????34304??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\bin\Debug\HOTPathchAsposeSlides.pdb
?????文件??????22704??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\bin\Debug\HOTPathchAsposeSlides.vshost.exe
?????文件????????490??2014-01-13?21:31??HOTPathchAsposeSlides\HOTPathchAsposeSlides\bin\Debug\HOTPathchAsposeSlides.vshost.exe.manifest
?????文件???????8602??2017-11-02?14:46??HOTPathchAsposeSlides\HOTPathchAsposeSlides\Form1.cs
?????文件???????2220??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\Form1.Designer.cs
?????文件???????5817??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\Form1.resx
?????文件???????3824??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\HOTPathchAsposeSlides.csproj
?????文件????????791??2017-11-02?14:25??HOTPathchAsposeSlides\HOTPathchAsposeSlides\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6382??2017-11-02?14:44??HOTPathchAsposeSlides\HOTPathchAsposeSlides\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????3396??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\obj\Debug\HOTPathchAsposeSlides.csproj.FileListAbsolute.txt
?????文件????????847??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\obj\Debug\HOTPathchAsposeSlides.csproj.GenerateResource.Cache
?????文件???????8810??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\obj\Debug\HOTPathchAsposeSlides.csprojResolveAssemblyReference.cache
?????文件??????13312??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\obj\Debug\HOTPathchAsposeSlides.exe
?????文件????????180??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\obj\Debug\HOTPathchAsposeSlides.Form1.resources
?????文件??????34304??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\obj\Debug\HOTPathchAsposeSlides.pdb
?????文件????????180??2017-11-02?14:45??HOTPathchAsposeSlides\HOTPathchAsposeSlides\obj\Debug\HOTPathchAsposeSlides.Properties.Resources.resources
?????文件????????482??2016-10-16?17:17??HOTPathchAsposeSlides\HOTPathchAsposeSlides\Program.cs
?????文件???????1368??2016-10-16?17:17??HOTPathchAsposeSlides\HOTPathchAsposeSlides\Properties\AssemblyInfo.cs
?????文件???????2855??2016-10-16?17:17??HOTPathchAsposeSlides\HOTPathchAsposeSlides\Properties\Resources.Designer.cs
?????文件???????5612??2016-10-16?17:17??HOTPathchAsposeSlides\HOTPathchAsposeSlides\Properties\Resources.resx
?????文件???????1108??2016-10-16?17:17??HOTPathchAsposeSlides\HOTPathchAsposeSlides\Properties\Settings.Designer.cs
?????文件????????249??2016-10-16?17:17??HOTPathchAsposeSlides\HOTPathchAsposeSlides\Properties\Settings.settings
?????文件???????1030??2016-10-16?17:17??HOTPathchAsposeSlides\HOTPathchAsposeSlides.sln
????..A..H.?????34816??2017-11-02?14:46??HOTPathchAsposeSlides\HOTPathchAsposeSlides.v12.suo
?????目錄??????????0??2016-10-16?17:17??HOTPathchAsposeSlides\HOTPathchAsposeSlides\obj\Debug\TempPE
?????目錄??????????0??2016-10-17?08:16??HOTPathchAsposeSlides\.vs\HOTPathchAsposeSlides\v14
?????目錄??????????0??2017-11-02?14:43??HOTPathchAsposeSlides\HOTPathchAsposeSlides\bin\Debug
............此處省略11個文件信息
評論
共有 條評論