Skip to content

Commit 4245b57

Browse files
author
noamanwang(王浩)
committed
Site updated: 2020-05-30 21:20:34
1 parent a534b7c commit 4245b57

File tree

26 files changed

+172
-172
lines changed

26 files changed

+172
-172
lines changed

2020/05/26/2020-5-26-wallpaper_motion_wnd/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
<script id="hexo-configurations">
2121
var NexT = window.NexT || {};
22-
var CONFIG = {"hostname":"www.iamflycat.com","root":"/","scheme":"Mist","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":true},"copycode":{"enable":true,"show_result":true,"style":"default"},"back2top":{"enable":true,"sidebar":false,"scrollpercent":true},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},"path":"search.xml"};
22+
var CONFIG = {"hostname":"iamflycat.com","root":"/","scheme":"Mist","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":true},"copycode":{"enable":true,"show_result":true,"style":"default"},"back2top":{"enable":true,"sidebar":false,"scrollpercent":true},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},"path":"search.xml"};
2323
</script>
2424

2525
<meta name="description" content="动态壁纸顾名思义就是一个桌面背景在播放视频的软件,要做这个产品首先要解决怎么在桌面图标后面和桌面背景之间创建一个窗口来播放视频,并且要兼容目前市面上的桌面整理软件,下面介绍下研究过程。">
2626
<meta property="og:type" content="article">
2727
<meta property="og:title" content="动态壁纸之桌面图标后窗口创建方式">
28-
<meta property="og:url" content="http://www.iamflycat.com/2020/05/26/2020-5-26-wallpaper_motion_wnd/index.html">
28+
<meta property="og:url" content="https://iamflycat.com/2020/05/26/2020-5-26-wallpaper_motion_wnd/index.html">
2929
<meta property="og:site_name" content="Fly Cat&#39;s Blog">
3030
<meta property="og:description" content="动态壁纸顾名思义就是一个桌面背景在播放视频的软件,要做这个产品首先要解决怎么在桌面图标后面和桌面背景之间创建一个窗口来播放视频,并且要兼容目前市面上的桌面整理软件,下面介绍下研究过程。">
3131
<meta property="og:locale" content="zh_CN">
@@ -54,7 +54,7 @@
5454
<meta name="twitter:card" content="summary">
5555
<meta name="twitter:image" content="http://qavfvrg5v.bkt.clouddn.com/20200526233208.png">
5656

57-
<link rel="canonical" href="http://www.iamflycat.com/2020/05/26/2020-5-26-wallpaper_motion_wnd/">
57+
<link rel="canonical" href="https://iamflycat.com/2020/05/26/2020-5-26-wallpaper_motion_wnd/">
5858

5959

6060
<script id="page-configurations">
@@ -223,7 +223,7 @@ <h1 class="site-title">Fly Cat's Blog</h1>
223223

224224

225225
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="zh-CN">
226-
<link itemprop="mainEntityOfPage" href="http://www.iamflycat.com/2020/05/26/2020-5-26-wallpaper_motion_wnd/">
226+
<link itemprop="mainEntityOfPage" href="https://iamflycat.com/2020/05/26/2020-5-26-wallpaper_motion_wnd/">
227227

228228
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
229229
<meta itemprop="image" content="/images/sidebar_avatar.jpg">
@@ -359,10 +359,10 @@ <h1 class="post-title" itemprop="name headline">
359359
<div class="popular-posts-header">相关文章</div>
360360
<ul class="popular-posts">
361361
<li class="popular-posts-item">
362-
<div class="popular-posts-title"><a href="/2020/05/27/2020-5-27-analyze-auto-login/" rel="bookmark">黑盒分析360设置助手自动登陆功能的实现方法</a></div>
362+
<div class="popular-posts-title"><a href="/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/" rel="bookmark">用Windbg和Process Monitor解决一个项目中的实际问题</a></div>
363363
</li>
364364
<li class="popular-posts-item">
365-
<div class="popular-posts-title"><a href="/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/" rel="bookmark">用Windbg和Process Monitor解决一个项目中的实际问题</a></div>
365+
<div class="popular-posts-title"><a href="/2020/05/27/2020-5-27-analyze-auto-login/" rel="bookmark">黑盒分析360设置助手自动登陆功能的实现方法</a></div>
366366
</li>
367367
</ul>
368368

@@ -395,7 +395,7 @@ <h1 class="post-title" itemprop="name headline">
395395
</li>
396396
<li class="post-copyright-link">
397397
<strong>本文链接:</strong>
398-
<a href="http://www.iamflycat.com/2020/05/26/2020-5-26-wallpaper_motion_wnd/" title="动态壁纸之桌面图标后窗口创建方式">http://www.iamflycat.com/2020/05/26/2020-5-26-wallpaper_motion_wnd/</a>
398+
<a href="https://iamflycat.com/2020/05/26/2020-5-26-wallpaper_motion_wnd/" title="动态壁纸之桌面图标后窗口创建方式">https://iamflycat.com/2020/05/26/2020-5-26-wallpaper_motion_wnd/</a>
399399
</li>
400400
<li class="post-copyright-license">
401401
<strong>版权声明: </strong>本博客所有文章除特别声明外,均采用 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" rel="noopener" target="_blank"><i class="fab fa-fw fa-creative-commons"></i>BY-NC-SA</a> 许可协议。转载请注明出处!

2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
<script id="hexo-configurations">
2121
var NexT = window.NexT || {};
22-
var CONFIG = {"hostname":"www.iamflycat.com","root":"/","scheme":"Mist","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":true},"copycode":{"enable":true,"show_result":true,"style":"default"},"back2top":{"enable":true,"sidebar":false,"scrollpercent":true},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},"path":"search.xml"};
22+
var CONFIG = {"hostname":"iamflycat.com","root":"/","scheme":"Mist","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":true},"copycode":{"enable":true,"show_result":true,"style":"default"},"back2top":{"enable":true,"sidebar":false,"scrollpercent":true},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},"path":"search.xml"};
2323
</script>
2424

2525
<meta name="description" content="大家都知道Win10系统新增了Cortana和Taskview任务栏图标,这两个新功能能够方便我们的日常工作,但是有些人还是不太习惯任务栏有这两个入口的存在,通常他们会通过任务栏右键菜单来选择是否开启这些功能入口。像腾讯电脑管家和360安全卫士都有Win10助手类软件,可以一键设置这些功能入口。那么,他们是怎么做到系统的开关效果的呢?如果这些类似的需求给到你,你会用什么样的方式来实现这些功能呢">
2626
<meta property="og:type" content="article">
2727
<meta property="og:title" content="用Windbg和Process Monitor解决一个项目中的实际问题">
28-
<meta property="og:url" content="http://www.iamflycat.com/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/index.html">
28+
<meta property="og:url" content="https://iamflycat.com/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/index.html">
2929
<meta property="og:site_name" content="Fly Cat&#39;s Blog">
3030
<meta property="og:description" content="大家都知道Win10系统新增了Cortana和Taskview任务栏图标,这两个新功能能够方便我们的日常工作,但是有些人还是不太习惯任务栏有这两个入口的存在,通常他们会通过任务栏右键菜单来选择是否开启这些功能入口。像腾讯电脑管家和360安全卫士都有Win10助手类软件,可以一键设置这些功能入口。那么,他们是怎么做到系统的开关效果的呢?如果这些类似的需求给到你,你会用什么样的方式来实现这些功能呢">
3131
<meta property="og:locale" content="zh_CN">
@@ -54,13 +54,13 @@
5454
<meta property="article:modified_time" content="2020-05-28T07:47:07.018Z">
5555
<meta property="article:author" content="Fly Cat">
5656
<meta property="article:tag" content="逆向">
57-
<meta property="article:tag" content="Windbg">
5857
<meta property="article:tag" content="Windows">
5958
<meta property="article:tag" content="Procmon">
59+
<meta property="article:tag" content="Windbg">
6060
<meta name="twitter:card" content="summary">
6161
<meta name="twitter:image" content="http://qavfvrg5v.bkt.clouddn.com/20200527220410.png">
6262

63-
<link rel="canonical" href="http://www.iamflycat.com/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/">
63+
<link rel="canonical" href="https://iamflycat.com/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/">
6464

6565

6666
<script id="page-configurations">
@@ -229,7 +229,7 @@ <h1 class="site-title">Fly Cat's Blog</h1>
229229

230230

231231
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="zh-CN">
232-
<link itemprop="mainEntityOfPage" href="http://www.iamflycat.com/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/">
232+
<link itemprop="mainEntityOfPage" href="https://iamflycat.com/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/">
233233

234234
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
235235
<meta itemprop="image" content="/images/sidebar_avatar.jpg">
@@ -422,7 +422,7 @@ <h1 class="post-title" itemprop="name headline">
422422
</li>
423423
<li class="post-copyright-link">
424424
<strong>本文链接:</strong>
425-
<a href="http://www.iamflycat.com/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/" title="用Windbg和Process Monitor解决一个项目中的实际问题">http://www.iamflycat.com/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/</a>
425+
<a href="https://iamflycat.com/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/" title="用Windbg和Process Monitor解决一个项目中的实际问题">https://iamflycat.com/2020/05/27/2020-5-27-Procmon-Windbg-win10-taskbar/</a>
426426
</li>
427427
<li class="post-copyright-license">
428428
<strong>版权声明: </strong>本博客所有文章除特别声明外,均采用 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" rel="noopener" target="_blank"><i class="fab fa-fw fa-creative-commons"></i>BY-NC-SA</a> 许可协议。转载请注明出处!
@@ -434,9 +434,9 @@ <h1 class="post-title" itemprop="name headline">
434434
<footer class="post-footer">
435435
<div class="post-tags">
436436
<a href="/tags/%E9%80%86%E5%90%91/" rel="tag"># 逆向</a>
437-
<a href="/tags/Windbg/" rel="tag"># Windbg</a>
438437
<a href="/tags/Windows/" rel="tag"># Windows</a>
439438
<a href="/tags/Procmon/" rel="tag"># Procmon</a>
439+
<a href="/tags/Windbg/" rel="tag"># Windbg</a>
440440
</div>
441441

442442

2020/05/27/2020-5-27-analyze-auto-login/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
<script id="hexo-configurations">
2121
var NexT = window.NexT || {};
22-
var CONFIG = {"hostname":"www.iamflycat.com","root":"/","scheme":"Mist","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":true},"copycode":{"enable":true,"show_result":true,"style":"default"},"back2top":{"enable":true,"sidebar":false,"scrollpercent":true},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},"path":"search.xml"};
22+
var CONFIG = {"hostname":"iamflycat.com","root":"/","scheme":"Mist","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":true},"copycode":{"enable":true,"show_result":true,"style":"default"},"back2top":{"enable":true,"sidebar":false,"scrollpercent":true},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},"path":"search.xml"};
2323
</script>
2424

2525
<meta name="description" content="最近在看一些有意思的技术点,发现360的Win10优化助手里面有个Windows自动登录的设置开关,想着自己做的话要怎么实现出来。调研后发现这个功能其实很简单,就是用系统自带的netplwiz进程做点事情,但是针对小白用户,需要把操作过程简单化最好是一键化,直接让用户只输入下登陆密码就能开启这个功能。下面,就来聊一聊怎么通过黑盒分析的手法把这个功能的实现。">
2626
<meta property="og:type" content="article">
2727
<meta property="og:title" content="黑盒分析360设置助手自动登陆功能的实现方法">
28-
<meta property="og:url" content="http://www.iamflycat.com/2020/05/27/2020-5-27-analyze-auto-login/index.html">
28+
<meta property="og:url" content="https://iamflycat.com/2020/05/27/2020-5-27-analyze-auto-login/index.html">
2929
<meta property="og:site_name" content="Fly Cat&#39;s Blog">
3030
<meta property="og:description" content="最近在看一些有意思的技术点,发现360的Win10优化助手里面有个Windows自动登录的设置开关,想着自己做的话要怎么实现出来。调研后发现这个功能其实很简单,就是用系统自带的netplwiz进程做点事情,但是针对小白用户,需要把操作过程简单化最好是一键化,直接让用户只输入下登陆密码就能开启这个功能。下面,就来聊一聊怎么通过黑盒分析的手法把这个功能的实现。">
3131
<meta property="og:locale" content="zh_CN">
@@ -61,13 +61,13 @@
6161
<meta property="article:modified_time" content="2020-05-28T06:53:46.435Z">
6262
<meta property="article:author" content="Fly Cat">
6363
<meta property="article:tag" content="逆向">
64+
<meta property="article:tag" content="Windbg">
6465
<meta property="article:tag" content="黑盒分析">
6566
<meta property="article:tag" content="调试">
66-
<meta property="article:tag" content="Windbg">
6767
<meta name="twitter:card" content="summary">
6868
<meta name="twitter:image" content="http://qavfvrg5v.bkt.clouddn.com/20200527231844.png">
6969

70-
<link rel="canonical" href="http://www.iamflycat.com/2020/05/27/2020-5-27-analyze-auto-login/">
70+
<link rel="canonical" href="https://iamflycat.com/2020/05/27/2020-5-27-analyze-auto-login/">
7171

7272

7373
<script id="page-configurations">
@@ -236,7 +236,7 @@ <h1 class="site-title">Fly Cat's Blog</h1>
236236

237237

238238
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="zh-CN">
239-
<link itemprop="mainEntityOfPage" href="http://www.iamflycat.com/2020/05/27/2020-5-27-analyze-auto-login/">
239+
<link itemprop="mainEntityOfPage" href="https://iamflycat.com/2020/05/27/2020-5-27-analyze-auto-login/">
240240

241241
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
242242
<meta itemprop="image" content="/images/sidebar_avatar.jpg">
@@ -463,7 +463,7 @@ <h3 id="三、用windbg进行黑盒分析"><a href="#三、用windbg进行黑盒
463463
</li>
464464
<li class="post-copyright-link">
465465
<strong>本文链接:</strong>
466-
<a href="http://www.iamflycat.com/2020/05/27/2020-5-27-analyze-auto-login/" title="黑盒分析360设置助手自动登陆功能的实现方法">http://www.iamflycat.com/2020/05/27/2020-5-27-analyze-auto-login/</a>
466+
<a href="https://iamflycat.com/2020/05/27/2020-5-27-analyze-auto-login/" title="黑盒分析360设置助手自动登陆功能的实现方法">https://iamflycat.com/2020/05/27/2020-5-27-analyze-auto-login/</a>
467467
</li>
468468
<li class="post-copyright-license">
469469
<strong>版权声明: </strong>本博客所有文章除特别声明外,均采用 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" rel="noopener" target="_blank"><i class="fab fa-fw fa-creative-commons"></i>BY-NC-SA</a> 许可协议。转载请注明出处!
@@ -475,9 +475,9 @@ <h3 id="三、用windbg进行黑盒分析"><a href="#三、用windbg进行黑盒
475475
<footer class="post-footer">
476476
<div class="post-tags">
477477
<a href="/tags/%E9%80%86%E5%90%91/" rel="tag"># 逆向</a>
478+
<a href="/tags/Windbg/" rel="tag"># Windbg</a>
478479
<a href="/tags/%E9%BB%91%E7%9B%92%E5%88%86%E6%9E%90/" rel="tag"># 黑盒分析</a>
479480
<a href="/tags/%E8%B0%83%E8%AF%95/" rel="tag"># 调试</a>
480-
<a href="/tags/Windbg/" rel="tag"># Windbg</a>
481481
</div>
482482

483483

0 commit comments

Comments
 (0)