<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>技术宅的结界 - 其它交流</title>
    <link>https://0xaa55.com/forum-misctalks-1.html</link>
    <description>Latest 20 threads of 其它交流</description>
    <copyright>Copyright(C) 技术宅的结界</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 16 May 2026 00:47:25 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://0xaa55.com/static/image/common/logo_88_31.gif</url>
      <title>技术宅的结界</title>
      <link>https://0xaa55.com/</link>
    </image>
    <item>
      <title>OLLVM学习成果展示 - SLLVM</title>
      <link>https://0xaa55.com/thread-27727-1-1.html</link>
      <description><![CDATA[[md]
笔者于2024年8月起间断研究OLLVM至今已有1年多, 在学习初期发过如下如下帖子
* [OLLVM学习之一 —— LLVM简介及Hikari模块化](https://www.0xaa55.com/thread-27506-1-1.html)
* [OLLVM学习之二 —— 开源Ollvm对比](https://www.0xaa55.com/thread-27509-1-1.html ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Mon, 16 Mar 2026 07:48:50 +0000</pubDate>
    </item>
    <item>
      <title>【AI】浅谈MCP会不会死</title>
      <link>https://0xaa55.com/thread-27711-1-1.html</link>
      <description><![CDATA[近期很多博主/公众号谈MCP已死，Skill将替代MCP之类的言论甚嚣尘上，他们看了几篇文章就认为MCP已死，有的人甚至未用MCP解决过实际问题，这个结论下的过于武断。我在这里谈谈我的看法。

  首先为什么会需要MCP？因为现在的AI无论是机器学习还是深度学习本质上还是强 ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Thu, 15 Jan 2026 06:37:28 +0000</pubDate>
    </item>
    <item>
      <title>为什么AI不知道现在准确的UTC时间？</title>
      <link>https://0xaa55.com/thread-27623-1-1.html</link>
      <description><![CDATA[不知道大家有没有发现一个问题，你在询问某一个AI模型当前UTC时间（比如UTC+8）时（比如deepseek），AI并不能直接告诉你目前UTC时间，或者根据你给出的UTC时区推测出目前的时间。
这是怎么回事呢？
其实简单来说：AI模型（尤其是大语言模型）是静态的、离线训练的“知识 ...]]></description>
      <category>其它交流</category>
      <author>GJ5201314</author>
      <pubDate>Mon, 03 Nov 2025 13:25:20 +0000</pubDate>
    </item>
    <item>
      <title>【Python】测试Claripy操作符与LLVM IR一致性</title>
      <link>https://0xaa55.com/thread-27607-1-1.html</link>
      <description><![CDATA[[md]
## 背景

&amp;emsp;&amp;emsp;笔者前段时间在分析iOS系统模块时发现关键算法代码加了一些MCB表达式做BR混淆(以下展示的是模块混淆的一处作为示例)，分析过程中尝试用Angr还原，
在此过程中笔者尝试将该混淆方式还原为OLLVM逻辑并加入到笔者自己研发的SLLVM混淆器。此文正 ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Wed, 10 Sep 2025 12:46:27 +0000</pubDate>
    </item>
    <item>
      <title>【译】为什么 LLM 不能真地去干软件工程（by Conrad Irwin）</title>
      <link>https://0xaa55.com/thread-27600-1-1.html</link>
      <description><![CDATA[[md]
为什么 LLM 不能真地去干软件工程
===
（by Conrad Irwin，at 八月十四，2025 年，Catten Linger 译）

在与软件工程师面谈，是我花时间最多的一件事。这绝对是个难事，我不觉得这会有什么效率神器。但这也给了我时间去反思，到底有效率的软件工程师实际上在做的是 ...]]></description>
      <category>其它交流</category>
      <author>cattenlinger</author>
      <pubDate>Sun, 17 Aug 2025 14:06:31 +0000</pubDate>
    </item>
    <item>
      <title>关于 Bearer Token</title>
      <link>https://0xaa55.com/thread-27514-1-1.html</link>
      <description><![CDATA[做鉴权相关的时候，HTTP 头上的 Authorization 里会用上叫 Bearer 的 token。我尝试去理解为何它叫 Bearer，为何需要去区分不同的 Authorization。

首先从单词出发，Bearer 直译是“承载者”的意思，不少中文文章便选择将其解释为“承载者令牌”。直译一般有问题是我的 ...]]></description>
      <category>其它交流</category>
      <author>cattenlinger</author>
      <pubDate>Tue, 24 Sep 2024 06:06:01 +0000</pubDate>
    </item>
    <item>
      <title>OLLVM学习之六 —— 指定模块和函数操作</title>
      <link>https://0xaa55.com/thread-27513-1-1.html</link>
      <description><![CDATA[[md]

## 前言

&amp;emsp;&amp;emsp;在很多实际项目中, 由于以下原因无法对整个项目完全混淆, 实际操作时, 常常需要根据业务敏感程度使用不同程度的混淆, 比如攻防模块多用一些混淆:
* 项目较大, 依赖较多, 或使用了很多header-only的库, 混淆了很多不需要混淆的代码, 导致编译 ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Sun, 22 Sep 2024 12:14:06 +0000</pubDate>
    </item>
    <item>
      <title>OLLVM学习之五 —— 字符串加密模块分析</title>
      <link>https://0xaa55.com/thread-27512-1-1.html</link>
      <description><![CDATA[[md]

&amp;emsp;&amp;emsp;由于这阵子出去玩了, 所以IR的学习又推迟了1周, 现在继续学习

## 前置知识

* 一个项目由多个Module构成, 一个Module约等于一个存在函数实体的文件, 头文件或者被包含的文件不算
* 一个Module由多个Function/GlobalVariable/GlobalAlias/GlobalIFunc ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Sat, 21 Sep 2024 03:56:16 +0000</pubDate>
    </item>
    <item>
      <title>OLLVM学习之四 —— 使用CMake构建LLVM Pass</title>
      <link>https://0xaa55.com/thread-27511-1-1.html</link>
      <description><![CDATA[[md]

## 前言

&amp;emsp;&amp;emsp;LLVM Pass是LLVM提供的用于优化/分析/处理IR的组件, 第三方可以自由开发Pass从而干涉编译过程, 实现代码优化/静态分析/代码混淆. 上一节学习了CMake的基本用法, 现在来用CMake实现最简单的LLVM Pass. 笔者的环境仍是MacOS. 需要注意的是LLVM ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Thu, 12 Sep 2024 07:36:38 +0000</pubDate>
    </item>
    <item>
      <title>OLLVM学习之三 —— CMake学习</title>
      <link>https://0xaa55.com/thread-27510-1-1.html</link>
      <description><![CDATA[[md]

## 写在前面

&amp;emsp;&amp;emsp;因为有事在外地一周, 所以OLLVM学习耽搁了几天, 现在接着之前的研究继续. 为什么要研究CMake呢, 因为LLVM底层使用CMake编译, 且笔者将要作为测试基板的LLVM-Pass基于CMake也是最方便的, 虽然笔者在第一篇中也用过Makefile.

## CMake版 ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Tue, 10 Sep 2024 14:46:17 +0000</pubDate>
    </item>
    <item>
      <title>OLLVM学习之二 —— 开源Ollvm对比</title>
      <link>https://0xaa55.com/thread-27509-1-1.html</link>
      <description><![CDATA[[md]

## 前言

&amp;emsp;&amp;emsp;这个收集整理工作笔者是2022年左右完成的, 现在拿出来分享. OLLVM学习这个系列可能内容会有点乱, 因笔者目前在研究IR, 一些成果是几天内出的.
&amp;emsp;&amp;emsp;之前提到LLVM的架构优于Gcc, 因此可以在其上可以更好的实现编译器层级的代码混淆.  ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Thu, 29 Aug 2024 13:19:41 +0000</pubDate>
    </item>
    <item>
      <title>OLLVM学习之一 —— LLVM简介及Hikari模块化</title>
      <link>https://0xaa55.com/thread-27506-1-1.html</link>
      <description><![CDATA[[md]

# LLVM

LLVM(Low Level Virtual Machine)是苹果公司的开源编译器框架, 包含包括Clang在内的一系列编译相关工具, 于2000年左右开发, LLVM/Clang从XCode8起作为XCode默认编译器, 
LLVM作为以下语言的开发工具链: C, C++, Objective-C, Swift, Ruby, Python, Haskel ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Mon, 26 Aug 2024 06:41:25 +0000</pubDate>
    </item>
    <item>
      <title>MacOS上使用IDA+LLDB+ret-sync联合调试iOS</title>
      <link>https://0xaa55.com/thread-27502-1-1.html</link>
      <description><![CDATA[[md]

## 前言
  
&amp;emsp;&amp;emsp;安全行业可大致分为网络安全和二进制安全，二进制安全按层次可分为系统安全，软件安全，框架安全和硬件安全，如果按平台分类又可分为Windows安全，Android安全，iOS安全等。网络安全主要是利用已知漏洞进行扫描，依赖于内核漏洞和常用软件 ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Tue, 16 Jul 2024 08:08:06 +0000</pubDate>
    </item>
    <item>
      <title>MacOS上使用oh-my-zsh</title>
      <link>https://0xaa55.com/thread-27501-1-1.html</link>
      <description><![CDATA[[md]

## 简介

&amp;emsp;&amp;emsp;ZSH是一款常用的命令行工具，也是MacOS默认shell。ohmyzsh是基于zsh的开源项目，提供了一系列命令行主题及插件。可以让命令行更炫酷。笔者第一次使用ohmyzsh是在18年，从同事那里看到的，最近又想起来就玩了玩。oh-my-zsh支持的操作系统包括 ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Tue, 16 Jul 2024 06:55:18 +0000</pubDate>
    </item>
    <item>
      <title>MacOS上虚拟机中IDA分析速度对比</title>
      <link>https://0xaa55.com/thread-27500-1-1.html</link>
      <description><![CDATA[[md]

## 背景

&amp;emsp;&amp;emsp;笔者比较了MacOS上最常用的虚拟化(包括Wine类)软件，并通过测试IDA分析时间得到MacOS上效率最高的IDA运行环境。测试环境如下：   
* IDA版本: 7.0/7.7/8.3
* 虚拟化环境: WineSkin/CrossOver/Parallels/VMWare

&amp;emsp;&amp;emsp;IDA7.7相比7.0有 ...]]></description>
      <category>其它交流</category>
      <author>lichao</author>
      <pubDate>Mon, 15 Jul 2024 15:02:12 +0000</pubDate>
    </item>
    <item>
      <title>了解字体版权</title>
      <link>https://0xaa55.com/thread-27428-1-1.html</link>
      <description><![CDATA[[md]# 为何字体有版权
计算机中的字体是 **字体设计师** 使用 **字体设计软件** （比如 [FontCreator](http://www.fontcreator.com/)、[FontForge](https://fontforge.org/en-US/)）通过编辑每个文字的字体轮廓来完成字体的设计制作的。

## 汉字的制作

中文汉字字体的 ...]]></description>
      <category>其它交流</category>
      <author>0xAA55</author>
      <pubDate>Wed, 08 Nov 2023 02:36:10 +0000</pubDate>
    </item>
    <item>
      <title>【WINHEX】删改NOTEPAD++里的政治口号</title>
      <link>https://0xaa55.com/thread-26609-1-1.html</link>
      <description><![CDATA[NOTEPAD++是一款非常优秀的文本编辑器，但可惜的是，NOTEPAD++的作者（Don Ho）是一个非常脑残的“羔华”。这货经常在NOTEPAD++里夹带西方的政治口号，非常膈应人。不过作为一个玩转WINDOWS已有20多年的VIP玩家，怎么会被这种脑残膈应到，于是我拿出WINHEX，给NOTEPAD++ ...]]></description>
      <category>其它交流</category>
      <author>Golden Blonde</author>
      <pubDate>Mon, 09 May 2022 10:25:26 +0000</pubDate>
    </item>
    <item>
      <title>论如何安装slackware64（14.2）系统</title>
      <link>https://0xaa55.com/thread-26594-1-1.html</link>
      <description><![CDATA[1.  先说说什么是slackware系统 其实他也是debain的一个分枝，就是比目前某些debain的分枝能精简一点，可以应用于ftp服务器等（最新是15版本）。  官网：http://www.slackware.com/  vmware workstation pro我用的版本是16.2，
然后附上镜像文件下载地址：https://cloud ...]]></description>
      <category>其它交流</category>
      <author>Liturest</author>
      <pubDate>Fri, 11 Feb 2022 12:28:38 +0000</pubDate>
    </item>
    <item>
      <title>【文字编码】保持Unicode顺序尝试将GB2312的字符进行分类</title>
      <link>https://0xaa55.com/thread-26570-1-1.html</link>
      <description><![CDATA[[md]# 保持Unicode顺序尝试将GB2312的字符进行分类

一行一个分类，共6762个字。十分好奇`GB2312`的分类过程是怎么来的，在进行`GB2312`标准的制定过程中，面对如此之多的汉字，他们是如何决定哪些字应当被加入`GB2312`，哪些不能（这些暂时不能被加入的汉字在之后被加 ...]]></description>
      <category>其它交流</category>
      <author>0xAA55</author>
      <pubDate>Thu, 18 Nov 2021 13:34:08 +0000</pubDate>
    </item>
    <item>
      <title>【装系统】强行安装Windows 11</title>
      <link>https://0xaa55.com/thread-26565-1-1.html</link>
      <description><![CDATA[[md]
# 前言
前几天微软推出了Windows 11的正式版，不得不说这玩意对配置要求高的有点离谱，2018年之前的电脑几乎都不满足它的条件。
写本文的目的就是为了绕过安装包对系统配置的检查，从而让你使用上Windows 11，但不保证它运行时不会出什么问题。
如果只是没有TPM， ...]]></description>
      <category>其它交流</category>
      <author>唐凌</author>
      <pubDate>Wed, 06 Oct 2021 11:04:03 +0000</pubDate>
    </item>
  </channel>
</rss>